Poll: How Does It Work?

Page 1 of 2 12 LastLast
Results 1 to 25 of 48

Thread: Teamepic's power chopper!!!!!

  1. #1
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Teamepic's power chopper!!!!!

    I have tested it for hours so I'm sure it works fine. If you do have any probs with it please post them here so i can fix them. It will chop any tree no matter what kind. Please let me know how my script works by voting in the poll and also please post your progress reports here and don't be afraid to post any bugs you find.

    Current Version: 2.1

    Bugs:
    None yet...

    Features:
    *Multi Player
    *Anti Ban
    *Anti Randoms
    *Load Amounts
    *Prog Report
    *Ent Finding
    *Failsafes

    Additions Coming Soon:
    *Banking
    *Walking to and from trees
    *Auto Talker
    *Axe Finding

    Requirements:
    *Scar 3.14
    *SRL 4 with rev 14
    *Screen Set to V-Bright
    *Standing by some trees.


    PLEASE POST PROG REPORTS AND ALSO DONT FORGET TO REP AND RATE ME...

    Thanks to Pentii and The_Rs_Monkey for all the help...

  2. #2
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    begin
      ScriptSetup;
      NEWLINE:='';
     If(not(LoggedIn)) then
     LoginPlayer;
      repeat
       repeat
       Randoms;
       AntiBan;
       FindTree;
       until(invfull);
      DropAll;
      Until Loads >= Players[CurrentPlayer].Integer1
    if Loads >= Players[CurrentPlayer].Integer1 then
      Logout;
    NextPlayer(True);
    end.

    If you really wanna use multi-player then you would have a another repeat and until. for example.
    SCAR Code:
    begin
      ScriptSetup;
      NEWLINE:='';
     If(not(LoggedIn)) then
     LoginPlayer;
      repeat
     Repeat//another repeat for the extra until.
       repeat
       Randoms;
       AntiBan;
       FindTree;
       until(invfull);
      DropAll;
      Until Loads >= Players[CurrentPlayer].Integer1
    if Loads >= Players[CurrentPlayer].Integer1 then
      //Logout; NextPlayer already logs out for you.
    NextPlayer(True);
    Until False
    end.

    Some autoers do not have 40 atk to wield rune axes but have the wc lvl to use them. In your dropping procedure you have.
    SCAR Code:
    procedure Drop;
    begin
    DropAll;
    end;

    DropAll; will drop everything in the inventory including the Axe.

    You also dont have ent finding.
    SCAR Code:
    FindEnt(Normal);
    I believe that should be right.

  4. #4
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool you released it.
    Psst...
    SCAR Code:
    until(invfull);
      DropAll;
      Loads:=Loads+1
      Until Loads >= Players[CurrentPlayer].Integer1
      NextPlayer(True);
      Loads:=0
      Until False
    Do like Buckley said, and add Loads:=Loads+1 when one load is done, also when next player comes it needs to be added back to 0.

  5. #5
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  6. #6
    Join Date
    May 2007
    Location
    http://www.srl-forums.com
    Posts
    265
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where is the script?

  7. #7
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  9. #9
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    come on i want some reports and if you vote bad please tell me why and let me know of any probs you have with this script

  10. #10
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So this only cuts normal trees? o and does it have ax head finder? will test soon

  11. #11
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no it will cut any tree u want you will just have to stand by the trees u want to cut and it will have axe head finder in next update which i will release some time soon this week. as of right now it is mainly used to lvl up not to cut certain trees...

  12. #12
    Join Date
    Jun 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    don't work, too many errors and I followed instructions, you might as well follow your dumb threats and take it off forums.

  13. #13
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol too many errors it works perfect what scar and srl are you using? you have to use scar 2.03 and srl 3.7

  14. #14
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  15. #15
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the people that are voting bad please post a message and tell me why....most of the errors are probably because u are doing something wrong

  16. #16
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    okay when i used this before it worked perfectly but now once it logs in it stops, the mouse just stays there. any sugestions?

  17. #17
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  18. #18
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did, used srl 380 still doesnt work

  19. #19
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by jkmaster View Post
    i did, used srl 380 still doesnt work
    You need SRL 3.81.

  20. #20
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  21. #21
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm, anyway i used your script for like about an hour or so and it worked perfectly, only bug was that your drop sequence is that you drop from 2,28 right? well sometimes the comp clicks a little off so all that comes out is "cancel" instead of "drop log". therefore it goes to the next slot and the log remains, it doesnt really matter and its only 1 or 2 logs at a time so yeah.

  22. #22
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Some ideas, axe finding...
    and also is this a power chopper? cause if it isn't then you need to put some banking in there...

    -71runemaker

  23. #23
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah its a power chopper as ofright now and yep im working on axe finding right now...and the drop procedure was taken right from srl so i cant do anything about that...

  24. #24
    Join Date
    Jan 2007
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this when I try running.

    Failed when compiling
    Line 239: [Error] (14992:5): Unknown identifier 'PolyGlotTalk' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/Extended/xAntiban.scar

    That means? =/

  25. #25
    Join Date
    Jun 2007
    Location
    Indiana
    Posts
    153
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Power Chopper
    By topiser in forum First Scripts
    Replies: 10
    Last Post: 05-16-2008, 08:57 PM
  2. Power Chopper
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 64
    Last Post: 08-02-2007, 02:46 PM
  3. My First power chopper!!!!
    By ownage112211 in forum First Scripts
    Replies: 2
    Last Post: 05-01-2007, 03:41 AM
  4. R3v Power Chopper
    By R3velati0n in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 01-30-2007, 03:36 AM

Posting Permissions

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