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

Thread: The Chopper of willows in draynor

  1. #1
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default The Chopper of willows in draynor

    Here's my first script!
    I hope y'all like it!(h)




    [scar]//////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    ////////////// The Chopper of Willows in Draynor \\\\\\\\\\\\\\\\\\\\\\\\
    /////////////// Script By: Durza998 \\\\\\\\\\\\\\\\\\\\\\\\\
    //////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    {
    This chops full load of willows and then banks them.
    Pickup colors and start in bank or willows.
    }
    program DraynorWillowChopper;
    {.include Srl/Srl/Srl.scar}
    const

    BankSymbol:= 4768214; //Minimap banksymbol color
    FishSymbol:= 14233601; //Minimap fishsymbol color
    Willow1:= 2572614; //color of willow
    Willow2:= 3637360; //second color of willows

    var

    x, y: integer;


    procedure ToWillows;
    begin
    MoveMouseSmooth(620,124)
    wait(250+random(20))
    clickmouse(620,124,true)
    flag;
    repeat wait(200+random(20))until(findmmcolor(x,y,fishsymb ol))
    findmmcolor(x,y,FishSymbol)
    wait(250+random(20))
    MoveMouseSmooth(x,y)
    wait(200+random(20))
    clickmouse(x,y,true)
    flag;
    end;

    procedure Chop;
    begin repeat
    if(findcolor(x,y,willow1,0,0,517,340))or(findcolor (x,y,willow2,0,0,517,340))then
    wait(800+random(80))
    MoveMouseSmooth(x,y)
    wait(50+random(5))
    clickmouse(x,y,true)
    wait(10000+random(1000))
    flag;
    until(invfull) Writeln('The inventory is full, going to the bank')
    end;



    procedure GoToBank;
    begin
    findmmcolor(x,y,banksymbol) if(not(findmmcolor(x,y,banksymbol)))then writeln('Cant find banksymbol.')
    MoveMouseSmooth(x,y)
    wait(500+random(50))
    clickmouse(x,y,true)
    flag;
    openbank3;
    wait(1000+random(100))
    fixbank;
    deposit(2,28,2);
    wait(1000+random(100))
    writeln('All willows put into bank')
    end;



    begin
    ToWillows;
    Chop;
    GoToBank;
    end.
    The one and only Durza998

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Please add scar tags([SCAR] and [*/SCAR](without the *)) or just add an atachement. And use SRL, mmouse and mouse, for example, dont use movemousesmooth and click mouse, you are going to get banned for using it and for using coords.


  3. #3
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, sorry about that...

    Where do i put scar tags?

    The tutorial i did showed me to use clickmouse and movemousesmooth??? Im confused?? How do you write scripts without using coords??
    The one and only Durza998

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by durza998 View Post
    ok, sorry about that...

    Where do i put scar tags?

    The tutorial i did showed me to use clickmouse and movemousesmooth??? Im confused?? How do you write scripts without using coords??
    Read a better tut...


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

    Default

    With color detection. But yeah try another TuT.

  6. #6
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Ok, well with scar tags it prett simple just put theze tags either side of the script area
    [scar] and[/scar*] without that last *

    Quite simple really

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

    Default

    Sheez, maybe you shouldn't have posted your 'first script' just yet: keep at it though! If you ever need any help add my MSN: tiny_237@msn.com

    Good Luck

    Exppo

  8. #8
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Just a quick question, have you tested that this actually works, because you don't actually have a main loop because if you don't it would just say
    SCAR Code:
    Successfully Compiled
    Successfully Excuted

  9. #9
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay, thanks I'll read a better tut and see how it goes.

    And,lol, i haven't tested this script because i gave up RS for lent so im really not sure if it works.

    oh, what is WinRaR and does it have to be downloaded to use srl?
    The one and only Durza998

  10. #10
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    he prob stole that script or something (parts of it)

    theres no main loop or anything he needs posts -.-

  11. #11
    Join Date
    Feb 2007
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the script

  12. #12
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...srry, but didn't steal it. Is a main loop a part of the script that does all the procedures?
    The one and only Durza998

  13. #13
    Join Date
    Nov 2007
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks worked better than i thought

  14. #14
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Quote Originally Posted by durza998 View Post
    Okay, thanks I'll read a better tut and see how it goes.

    And,lol, i haven't tested this script because i gave up RS for lent so im really not sure if it works.

    oh, what is WinRaR and does it have to be downloaded to use srl?
    Lol gave up RS for lent , you should give up playing it now, I just go on it to make scripts...

    BTW: WinRAR is just a program which you can browse certain folders and files in

  15. #15
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, thanks i read a tut for setting up srl and it said you had to use WinRaR to move some files and stuff. Apparently its a little outdated tho...

    I found out what a main loop is and just finished a beginners tutorial on *just* srl...

    Also, I would never stop playing RS, its too fun. Do you have to be a junior member to put an avatar by your username?
    The one and only Durza998

  16. #16
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    No you have to be a member, basically make a really good script, apply for membership and other members vote whether its good enough.

  17. #17
    Join Date
    Nov 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so does this script work or not?

  18. #18
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Try it and find out instead of posting pointless spam.

  19. #19
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks.. one more question.. I'd like to know the *best* tutorial that teaches everything out there and could get me on my way quickly. I don't want to have to read a separate one for everything there is to do.

    I also edited the ToWillows procedure. Here it is... If it's right I'm on the right track

    //beginning of script

    procedure ToWillows;
    begin
    if FindColorTolerance(x, y, FishSymbol, mmx1, mmy1, mmx2, mmy2, 10) then
    Mouse(x, y, 3, 3, true);
    wait(1000+random(100))
    if FindColorTolerance(x, y, Willow1, msx1, msy1, msx2, msy2, 10) then
    Mouse(x, y, 3, 3, true);

    //rest of script

    begin
    SetUpSrl;
    ToWillows
    //other procedures
    end;
    end.
    The one and only Durza998

  20. #20
    Join Date
    Mar 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats the best proggie? for this??

  21. #21
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Theres a thread in the tut section that shows the best tuts I think, if not then just search for the things you want to know

  22. #22
    Join Date
    Mar 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks for the help... a proggie is a what?

    Also still need feedback on the function i rewrote....
    The one and only Durza998

  23. #23
    Join Date
    Mar 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    please note that this script has no anti randoms and can easy get you banned!
    do not leave unsupervised!

  24. #24
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is his first scipt, it uses coord clicking which i'm sure is way better than anything you have ever made and I bet that he spent alot of time on it. at least he is trying to script unlike you who is posting this useless spam on his thread to get your 10 posts so you can leech ub3r l33t h4x.

  25. #25
    Join Date
    Feb 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    xD Hurray for skilld u! he just skilld u! >_> lol

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. Draynor willows! [Reflection]
    By cycrosism in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 03-10-2009, 11:07 AM
  2. Draynor Willows
    By Illkillutill in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 05-25-2008, 12:53 PM
  3. Rimmington Willows Chopper (then sells to general store) SRL 4
    By linkmaster03 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 08-23-2007, 04:24 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
  •