Results 1 to 14 of 14

Thread: Need help with this chopper and banker

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

    Default Need help with this chopper and banker

    Hi, well I was bored so I decided to try to make a chopper and banker for Varrok. Its good to get your lvl3 pure WC accounts started. I tried making it start in the bank and walking to the spot I specified for it and then chop full load go back and bank it and repeat. Hopefully I didn't do to terribly bad.


    SCAR Code:
    program NoobStarter;

    {.include srl/srl.scar}

    const
    treecolor=2256992;//the color of the tree
    treecolor2=2248776;//another color of the tree
    loadstodo=20;//how many loads to bank before logging out
    run='W';//Where to run if fight is found


    var
    Loads: integer;


    procedure NoMajorBannage;
    begin
      case 1 + Random(6) of
        1 : BoredHuman;
        2 : PickUpMouse;
        3 : HoverSkill('Woodcutting', false);
        4 : RandomMovement;
        5 : RandomRClick;
        6 : GameTab(1 + Random(13));
      end;
    end;

     procedure treerandoms;
    begin
    if(FindFight)then
      begin
        RunAwayDirection(run);
        Wait(5000+random(1000));
        RunBack;
      end;
      Gametab(4);
      FindTalk;
      FindNormalRandoms;
      FindLamp(Lampskill);
    end;



    procedure walktotrees;
    begin
    mouse(697,109,5,5,true);
    wait(3000+random(1500));
    NoMajorBannage;
    mouse(705,97,5,5,true);
    wait(2000+random(2500));
    NoMajorBannage;
    mouse(654,85,5,5,true);
    end;

    procedure chopemdown;
    begin
    if(findcolorspiral(x,y,treecolor,MSX1,MSY1,MSX2,MSY2)) or
      (findcolorspiral(x,y,treecolor2,MSX1,MSY1,MSX2,MSY2)) then
    MMouse(x,y,2,2);
    if(IsUptextMulti('Chop','dow','tree'))then
    NoMajorBannage;
    treerandoms;
    mouse(x,y,5,5)
    chooseoption('Chop Down');
    wait(5000+random(2500));
    end;

    procedure tillimdone;
    begin
    repeat
    chopemdown;
    until(invfull)
    Loads: Loads+1;
    end;



    procedure gobank;
    begin
    mouse(663,184,5,5,true);
    wait(5000+random(1500));
    NoMajorBannage;
    treerandoms;
    mouse(616,176,5,5,true);
    wait(5000+random(1500));
    NoMajorBannage;
    treerandoms;
    if(findcolor(x,y,6148078,MMX1,MMY1,MMX2,MMY2)) then
    mouse(x,y,2,2,true);
    wait(2000+random(2500));
    end;


    procedure bankem;
    begin
    openbank;
    fixbank;
    depostitall1;
    end;







    procedure report;
    begin
    writeln('|This Script Was Made by Buckleyindahouse');
    writeln('|You have benn chopping trees for'+timerunning);
    writeln('|You have chopped and banked'+intostr(loads));
    end;


    begin
    setupsrl;
    activateclient;
    repeat
    walktotrees;
    chopemdown;
    tillimdone;
    gobank
    bankem;
    until(Loads = loadstodo)
    logout;
    terminatescript;
    end.

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

    Default

    PHP Code:
    program NoobStarter;

    {.include 
    srl/srl.scar}

    const
    treecolor=2256992;//the color of the tree
    treecolor2=2248776;//another color of the tree
    loadstodo=20;//how many loads to bank before logging out
    run='W';//Where to run if fight is found


    var
    Loadsinteger;


    procedure NoMajorBannage;
    begin
      
    case Random(6of
        1 
    BoredHuman;
        
    PickUpMouse;
        
    HoverSkill('Woodcutting'false);
        
    RandomMovement;
        
    RandomRClick;
        
    GameTab(Random(13));
      
    end;
    end;

     
    procedure treerandoms;
    begin
    if(FindFight)then
      begin
        RunAwayDirection
    (run);
        
    Wait(5000+random(1000));
        
    RunBack;
      
    end;
      
    Gametab(4);
      
    FindTalk;
      
    FindNormalRandoms;
      
    FindLamp(Lampskill);
    end;



    procedure walktotrees;
    begin
    mouse
    (697,109,5,5,true);
    wait(3000+random(1500));
    NoMajorBannage;
    mouse(705,97,5,5,true);
    wait(2000+random(2500));
    NoMajorBannage;
    mouse(654,85,5,5,true);
    end;

    procedure chopemdown;
    begin
    if(findcolorspiral(x,y,treecolor,MSX1,MSY1,MSX2,MSY2)) or
      (
    findcolorspiral(x,y,treecolor2,MSX1,MSY1,MSX2,MSY2)) then
    MMouse
    (x,y,2,2);
    if(
    IsUptextMulti('Chop','dow','tree'))then
    NoMajorBannage
    ;
    treerandoms;
    mouse(x,y,5,5,false)
    ChooseOption(x,y,'Chop Down');
    wait(5000+random(2500));
    end;

    procedure tillimdone;
    begin
    repeat
    chopemdown
    ;
    until(invfull)
    Loads:= Loads+1;
    end;



    procedure gobank;
    begin
    mouse
    (663,184,5,5,true);
    wait(5000+random(1500));
    NoMajorBannage;
    treerandoms;
    mouse(616,176,5,5,true);
    wait(5000+random(1500));
    NoMajorBannage;
    treerandoms;
    if(
    findcolor(x,y,6148078,MMX1,MMY1,MMX2,MMY2)) then
    mouse
    (x,y,2,2,true);
    wait(2000+random(2500));
    end;


    procedure bankem;
    begin
    openbank
    ;
    fixbank;
    depositall;
    end;







    procedure report;
    begin
    writeln
    ('|This Script Was Made by Buckleyindahouse');
    writeln('|You have benn chopping trees for'+timerunning);
    writeln('|You have chopped and banked'+inttostr(loads));
    end;


    begin
    setupsrl
    ;
    activateclient;
    repeat
    walktotrees
    ;
    chopemdown;
    tillimdone;
    gobank
    bankem
    ;
    until(Loads loadstodo)
    logout;
    terminatescript;
    end
    Here you go. You had some little errors, like in Mouse(x,y,5,5,false) You forget put false there.
    and you had intostr, its inttostr and you just had errors like this.

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

    Default

    Ok,Awsome thank you for the help

  4. #4
    Join Date
    Jan 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default i got a prblem

    everytime i copy your woodcutting thing and put into scar version 2.03 it ses com;iled falied or sumfink wtf is going on help me!

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

    Default

    Quote Originally Posted by saberthug View Post
    everytime i copy your woodcutting thing and put into scar version 2.03 it ses com;iled falied or sumfink wtf is going on help me!
    Whats the error text in scar's debug screen?

  6. #6
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Buckley, I think that you should at least randomize your mouse movements. Don't keep the coords the same do something like:

    SCAR Code:
    Mouse(223+random(7),554+random(10),2,2,true);


    - Da Der Der
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  7. #7
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Buckleyindahouse View Post
    your lvl3 pure WC accounts

  8. #8
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Also add the player form so talking randoms work.

  9. #9
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's never a good idea to just use coord clicks for mapwalk. Try doing something else.

    Hmm, it banks so there must be road for you to use RadialRoadWalk on right? ;P

  10. #10
    Join Date
    Sep 2006
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by saberthug View Post
    everytime i copy your woodcutting thing and put into scar version 2.03 it ses com;iled falied or sumfink wtf is going on help me!
    It isn't supposed to compile... he's troubleshooting his own script. If you're gonna leech, at least leech correctly.

    Quote Originally Posted by Da Der Der View Post
    Buckley, I think that you should at least randomize your mouse movements. Don't keep the coords the same do something like:

    SCAR Code:
    Mouse(223+random(7),554+random(10),2,2,true);


    - Da Der Der
    Lol, why so much randomness? Mouse already includes mouse randomness, theres no need to put Random(7) or Random(10).

    And rofl @ the lvl 3 wc statement.

  11. #11
    Join Date
    Jan 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol im testing now....soo far soo good :P

  12. #12
    Join Date
    May 2007
    Location
    ~middleofnowhereUSA
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im having trouble, can i get some help?

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

    Default

    Quote Originally Posted by FityFive Monk View Post
    im having trouble, can i get some help?
    This thread is over 6 months old. Dont grave dig.

  14. #14
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by FityFive Monk View Post
    im having trouble, can i get some help?
    If you need help with something, it would be best that you make a new thread. Make sure that you post the script (or, piece of script) that you're having trouble with along with any other details that [you think] may come in handy.
    Interested in C# and Electrical Engineering? This might interest you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Yew CHopper ANd Banker In Edgey
    By joelster134 in forum RS3 Outdated / Broken Scripts
    Replies: 17
    Last Post: 04-20-2009, 03:23 PM
  2. Varrock Yew chopper and banker (i'm new)
    By omgwoot in forum First Scripts
    Replies: 114
    Last Post: 02-20-2009, 03:10 AM
  3. Willow Chopper and banker
    By Wade007 in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 02-16-2008, 05:05 PM
  4. Auto Yew chopper and banker [srl 4]
    By sinocopa 1 in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 01-24-2008, 05:31 PM
  5. Help with chopper banker...
    By Cazax in forum OSR Help
    Replies: 2
    Last Post: 01-08-2008, 02:20 PM

Posting Permissions

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