Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 89

Thread: AIO PowerChopper

  1. #51
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Chopping Ivy works great now! I'll post a 6hr proggy in 6 hrs!

  2. #52
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    could you make it pick up nests?

  3. #53
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by warstories View Post
    could you make it pick up nests?
    In future possibly im more concerned with getting the script running bugfree at the moment

  4. #54
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Wreck View Post
    In future possibly im more concerned with getting the script running bugfree at the moment
    k :3

  5. #55
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    I'm still getting that Ivy bug thing, but more rarely

  6. #56
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by warstories View Post
    I'm still getting that Ivy bug thing, but more rarely
    decrease the animpixels in the section for ivy as neccessary should fix the problem

  7. #57
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Wreck View Post
    decrease the animpixels in the section for ivy as neccessary should fix the problem
    aight, sorta helps

  8. #58
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Mind if I add a burner to the script and PM it to you for upload. Burning is better then dropping
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  9. #59
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by EtherFreak View Post
    Mind if I add a burner to the script and PM it to you for upload. Burning is better then dropping
    Sure why not

  10. #60
    Join Date
    Mar 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should consider adding arctic pine or teak support, both of which offer better xp/hr then ivy. For teak's, the hardwood grove would be good and arctic pine are on Neitiznot.
    Currently working on max cape, and learning to script along the way!

  11. #61
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Putting this in the script and adding a burnwait for the type of log should work wonders. I ran for one hour and had the following with my burn procedure in the script:
    Time Running: 1 Hours, 5 Minutes and 8 Seconds
    AntiBans Done: 12
    AntiBans/Hour: 11
    ~~~~
    WC XP Gained: 67946
    WC XP/Hour: 62590
    This reflects both fm and wc experience if I understand the exp calculation method.
    25,000 should be WC of maples, and 42,000 should be FM of maples.


    Simba Code:
    Procedure Burn;
    Var
      I,IC,K,BurnWait:integer;
    Begin
      BurnWait:=2500; //works for maples, other logs may need different   adjustments.
      K:=0;
      Wait(RandomRange(BurnWait,1000));
      if bankscreen then
        exit;
      I:=0;
      repeat
        inc(I);
      until ExistsItem(I)
      if ExistsItem(I) then //tinderbox start
        begin
          invmouse(I,1); //clicking log
          wait(randomrange(100,200));
          mmouse(400,400,200,200);
          mouse(200,430,25,25,true);
          wait(BurnWait+Burnwait+Random(1000));
        end;
      I:=0;
      repeat
        inc(I);
      until ExistsItem(I)
        if ExistsItem(I) then  //adding to bonfire
        begin
          invmouse(I,1); //clicking log
          wait(randomrange(100,200));
          mmouse(400,400,200,200);
          mouse(300,430,25,25,true);
          wait(BurnWait+Burnwait+Random(1000));
        end else
          burn;
        I:=invcount;
        K:=0
        repeat
        inc(K);
        wait(burnwait);
        if invcount<I then
          begin
            I:=invcount;
            K:=0;
          end;

        if K>2 then
          Burn;
        until invcount=0
      if invcount=0 then
        writeln('Burned correctly') else
        Burn;
    End;

    To add this, you would put this procedure in between two other procedures in the script. Next you would find the
    Simba Code:
    if InvFull then
            repeat
              DropLogs(Objects[0]);
            until (CountLogs = 0)
    and change this to
    Simba Code:
    burn;

    If you can not figure out how to do this, then I kindly ask that you at least check out the tutorial section and try to work out how to do it yourself. One of the reason there are loads of public scripts is for newer scripters to learn from so they can then go write their own scripts. I hope this has cleared things up. http://villavu.com/forum/forumdisplay.php?f=191

    P.S. The exp calculator does not reflect woodcutting when you add this burn procedure, but woodcutting and firemaking experience both.
    Last edited by EtherFreak; 07-13-2012 at 11:05 PM. Reason: Cleanup
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  12. #62
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xYumz View Post
    You should consider adding arctic pine or teak support, both of which offer better xp/hr then ivy. For teak's, the hardwood grove would be good and arctic pine are on Neitiznot.
    Updated!

  13. #63
    Join Date
    Jun 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This would be the ultimate WC script if you could add options to change from powerchopping, banking, or burning (with bonfire). Also yes please add yews! If you could do all of that it would be amazing

  14. #64
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its choping oaks , but dont willows. Could u add banking to script? Great job! )

    Edit.

    Where to add that "burn" procedure? I am new to scripting, will not find that by myself. I could add banking for Draynor oaks , but, again, cant find , where script stop to chop trees and start to drop logs. This script writen in "pro" language, will took monthes to learn to able to script like this.
    Last edited by trestko; 06-24-2012 at 09:17 PM.

  15. #65
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by trestko View Post
    its choping oaks , but dont willows. Could u add banking to script? Great job! )
    Nope sorry never going to add banking!

    Quote Originally Posted by bbsimple View Post
    This would be the ultimate WC script if you could add options to change from powerchopping, banking, or burning (with bonfire). Also yes please add yews! If you could do all of that it would be amazing
    Im currently busy so read the first post for information on burning!

  16. #66
    Join Date
    Jan 2012
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Author: Wreck
    ~~~~
    Time Running: 4 Hours, 36 Minutes and 2 Seconds
    AntiBans Done: 181
    AntiBans/Hour: 39
    ~~~~
    WC XP Gained: 161932
    WC XP/Hour: 35198


    Thank you very much sir
    I love you.

  17. #67
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HolyWord View Post
    Author: Wreck
    ~~~~
    Time Running: 4 Hours, 36 Minutes and 2 Seconds
    AntiBans Done: 181
    AntiBans/Hour: 39
    ~~~~
    WC XP Gained: 161932
    WC XP/Hour: 35198


    Thank you very much sir
    Your Welcome!

    Updated!

  18. #68
    Join Date
    Jun 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mine's not starting just says successfully executed, then doesn't work.. can't find whats wrong grr! lol

    EDIT: just decided to use the 0.8 version, that one started up (haven't given it a chance to run since typing this so we'll see)
    Last edited by josiyah; 06-29-2012 at 11:19 AM.

  19. #69
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by josiyah View Post
    Mine's not starting just says successfully executed, then doesn't work.. can't find whats wrong grr! lol

    EDIT: just decided to use the 0.8 version, that one started up (haven't given it a chance to run since typing this so we'll see)
    Woops my bad! remove the // from line 2 and the script will startup with smart otherwise you could just target the runescape screen! I forgot to remove the comments from when I was testing the script so I shall reupload a version so nobody get confused and think its broken check back in 5 mins!

  20. #70
    Join Date
    Oct 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Can't get it to work.

    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Going to use another script.

  21. #71
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brandon02852 View Post
    Can't get it to work.

    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Going to use another script.
    ObjDTM is needed for the banking version I forgot to mention that!

  22. #72
    Join Date
    Oct 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I couldn't get any 0.9 version to work so I am using 0.8...

    It works fine BUT it logs me out after 7 minutes for no reason. I am not in a random, stuck, or anything...it just logs me out and ends the script.

    Why???????

  23. #73
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brandon02852 View Post
    I couldn't get any 0.9 version to work so I am using 0.8...

    It works fine BUT it logs me out after 7 minutes for no reason. I am not in a random, stuck, or anything...it just logs me out and ends the script.

    Why???????
    I dont know it runs for the full 6hours for me, maybe you are lagging or need to update your SRL?

  24. #74
    Join Date
    Oct 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Wreck View Post
    I dont know it runs for the full 6hours for me, maybe you are lagging or need to update your SRL?
    srl is fully updated and my internet connection is very stable.

  25. #75
    Join Date
    May 2012
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brandon02852 View Post
    srl is fully updated and my internet connection is very stable.
    Version 0.8 should work for you better then and be more stable they are basically the same just slightly different tree finding functions.

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •