draynor willow cutter (updated)

Discussion in 'RuneScape Scripts' started by ffn00b, Jul 24, 2008.

Thread Status:
Not open for further replies.
draynor willow cutter (updated)
  1. Unread #81 - Aug 19, 2008 at 7:46 PM
  2. Musicccccc
    Joined:
    Aug 19, 2008
    Posts:
    96
    Referrals:
    0
    Sythe Gold:
    0

    Musicccccc Member
    Banned

    draynor willow cutter (updated)

    Thanks , Ill try it out some time and tell you if there is any problems , Musicccccc ~~
     
  3. Unread #82 - Aug 20, 2008 at 2:01 PM
  4. Oglokes
    Joined:
    Jan 28, 2008
    Posts:
    5
    Referrals:
    1
    Sythe Gold:
    0

    Oglokes Newcomer

    draynor willow cutter (updated)

    This Script works like a charm, used it for about 3 hours, made 54 loads of
    willows, only thing that i had a problem with was it logged out every 1 hour or
    so. any way to change that? just to make it like 2 hours or somethin it, would be better.
    It got me from lvl 41-53! i have 1600 or something like that willows!!!!

    Thanks for this awesome script! i really like how easy it was to do compared to some other scripts where u have to fill in lots of stuff, they confuse me =(
     
  5. Unread #83 - Aug 20, 2008 at 6:07 PM
  6. M0rphine
    Joined:
    Jul 11, 2007
    Posts:
    864
    Referrals:
    0
    Sythe Gold:
    0

    M0rphine Apprentice
    Banned

    draynor willow cutter (updated)

    Great script, got me from 36-46 wcin in less than 1 hr
     
  7. Unread #84 - Aug 21, 2008 at 2:42 AM
  8. madz1234
    Joined:
    Aug 21, 2008
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    10

    madz1234 Forum Addict

    draynor willow cutter (updated)

    Why do i get this error message? I have 3.15 and i downloaded the srl and the includes from the program can somone help me please.

    Failed when compiling
    Line 46: [Error] (46:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL\SRL\Core\Math.scar
     
  9. Unread #85 - Aug 22, 2008 at 6:42 AM
  10. exit12
    Referrals:
    0

    exit12 Guest

    draynor willow cutter (updated)

    aMAZIN TRY IT OUT WATCH OUT FOR CAP N HAND
     
  11. Unread #86 - Aug 23, 2008 at 1:51 PM
  12. bikee
    Joined:
    Aug 22, 2008
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0

    bikee Newcomer

    draynor willow cutter (updated)

    Yo i press start and right away it says script finished,,,
     
  13. Unread #87 - Aug 28, 2008 at 5:28 AM
  14. goldsage
    Referrals:
    0

    goldsage Guest

    draynor willow cutter (updated)

    Plz tell me wat is the problem
    So i open the script fill my name my pass and my nick
    Fill 1 player
    And delete the other players

    Dan i go to runescape i log me in and i am in the draynor village bank with to compas to the north i start the script he saying welcome to runescape and i se that the mouse moving to the pad dat going to the willows but the mouse d'ont click so the mouse just mouve .


    Plz help me and sorry for my poor english
     
  15. Unread #88 - Sep 2, 2008 at 5:57 PM
  16. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    OK I had enaugh of beeing a leacher... I have downloaded this script

    more than 1 week ago... but i could not find where i got it from lol:p

    But i finaly have now im going to post my prodegy or what ever its called...

    BTW IT GOT ME FROM 45 WC TO 81 WC !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :nuts: :laugh: :laugh: :laugh: :laugh: :laugh: :laugh: :laugh: :laugh: :laugh: :laugh:

    Code:
    ** Warning in GameTab: 0 is no valid GameTab**
    #### progress ####
    #### time: 1:4:30
    #### loads: 17
    ##################
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 21 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights           :         3 |
    | Talks            :         1 |
    | Capn Hands       :         1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    EDIT: posted a new prodigy. The script still hasnt stoped running yet.

    I wonder if u can add any anti ban ?




    dud... it logs out every 1 houre because of antiban or what ever u wana call it... dont worry it logs u back in like 5 mins..maby even less.. BUT IT WILL LOG OUT IF IT HAS A RANDOME THAT IT CAN NOT DO !!!!!!!!!!!!!!!!!!!!

    EDIT: WILL NOT LOG BACK IN IF IT HAS A RANDOME IT DOSNT RECOGNIZE!!!!!!




    DUD OK u dont have to watch out for him if u add this... change in procedure....

    Code:
    [CODE]procedure randoms;
    begin
      findnormalrandoms;
      if findfight=true then
      begin
        runaway('E',true,1,5000+random(1000));
      end;
    end;

    TO


    Code:
    procedure randoms;
    begin
       LampSkill := 'woodcutting';
       findnormalrandoms;
       findinventoryrandoms;
       findnoninventoryrandoms;
       FindTalk;
       DwarfItem;
       if FindFight then
       begin
        wait(50+random(100));
        runaway('E',true,1,5000+random(1000));
       end;
    end;
    OH and also change...

    Code:
    procedure bank;
    begin
      if loggedin=false then
      begin
        exit;
      end;
      randoms;
      if random(10)=0 then
      begin
        hoverskill('woodcutting',false);
      end;
      makecompass('n');
      if findcolortolerance(x,y,symbolcolor,MMX1,MMY1,MMX2,MMY2,40) then
      begin
        mouse(x-3,y-3,2,2,true);
        time:=gettimerunning+13000+random(2000);
        repeat
          wait(100);
          randoms;
        until((gettimerunning>time) or (flagpresent=false))
        randoms;
        repeat
          openbank('db',false,false);// CHANGE THIS TO THE OTERH LINE !!!!
          wait(100);
          randoms;
        until((bankscreen=true) or (loggedin=false))
        if bankscreen=true then
        begin
          deposit(2,28,true);
          wait(100+random(100));
          closebank;
          loads:=loads+1;
          converttime(gettimerunning,h,m,s);
          writeln('#### progress ####');
          writeln('#### time: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s));
          writeln('#### loads: ' + inttostr(loads));
          writeln('##################');
        end;
      end;
      wait(100+random(100));
    end;
    TO


    Code:
    procedure bank;
    begin
      if loggedin=false then
      begin
        exit;
      end;
      CheckForAllRandoms;
      if random(10)=0 then
      begin
        hoverskill('woodcutting',false);
      end;
      makecompass('n');
      if findcolortolerance(x,y,symbolcolor,MMX1,MMY1,MMX2,MMY2,40) then
      begin
        mouse(x-3,y-3,2,2,true);
        time:=gettimerunning+13000+random(2000);
        repeat
          CheckForAllRandoms;
        until((gettimerunning>time) or (flagpresent=false))
        repeat
          OpenBankQuiet('db'); // SEEE I CHANGED TO OPENBANKQUIET !!!
          wait(100);
          CheckForAllRandoms;
        until((bankscreen=true) or (loggedin=false))
        if bankscreen=true then
        begin
          deposit(1,28,true);
          wait(100+random(100));
          closebank;
          loads:=loads+1;
          converttime(gettimerunning,h,m,s);
          writeln('#### progress ####');
          writeln('#### time: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s));
          writeln('#### loads: ' + inttostr(loads));
          writeln('##################');
        end;
      end;
      wait(100+random(100));
    end;
    This will REMOVE the randome mouse movaments befor opening the bank !

    IM REALLY SRRY IF THIS IS AGAINS THE RULLES !!! I HAVE NO CREDIT IN THIS ALL THE CREDIT GOES TO THE MAKER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


    IF U NEED HELP MAKING THIS INTO A S.M.A.R.T SCRIPT PLZ ASK ME!!!

    AND I WILL HELP U ONLY WITH THE PROMISION OF THE SCRIPT MAKER !
     
  17. Unread #89 - Sep 2, 2008 at 11:03 PM
  18. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    dud new progy coming soon

    EDIT: here it is
    Code:
    ||===========================||
    Worked For 36 Minutes and 7 Seconds
    #### loads: 11
    ||===========================||
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 21 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights           :         1 |
    | Talks            :         1 |
    | Sandwiches       :         1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    I was also wondering cinse nobody has posted anything about this on SRL i wonder if i can take the privalage and post this on SRL forums and keep it updating ???? I will give all the credit to the person who made this script.
     
  19. Unread #90 - Sep 5, 2008 at 1:17 PM
  20. ancheryay
    Joined:
    Jun 4, 2007
    Posts:
    766
    Referrals:
    0
    Sythe Gold:
    0

    ancheryay Apprentice
    Banned

    draynor willow cutter (updated)

    Nice script.. sometimes it just stops.. standing pointing the mouse at the patch in draynor bank corner.. other than that it worx well


    GJ <3
     
  21. Unread #91 - Sep 5, 2008 at 8:04 PM
  22. ffn00b
    Referrals:
    0

    ffn00b Guest

    draynor willow cutter (updated)

    I have an account on SRL called 4chan, you can post it there if you want just credit me. I'm going to update this soon and add smart, more antiban, and a few other things...
    I would advise not using it for a while because you jumped up a lot of wc levels. Jagex pays more attention when you reach high levels.
     
  23. Unread #92 - Sep 5, 2008 at 9:51 PM
  24. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    Lol i know im beeing very risky that i have a BIG BIG chance of getting band but.. i cant stop using it I despretly need lv 99 wc... and btw here is my new progy.

    Code:
    Worked For 1 Hours, 25 Minutes and 25 Seconds
    #### loads: 23
    #### logsChoped 644
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 21 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talks            :         5 |
    | Ricks            :         1 |
    | Old Men          :         3 |
    | Sandwiches       :         1 |
    | Boxes Solved     :         2 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    NOTE: srry i modifyed it again so it will tell me the number of logs..
     
  25. Unread #93 - Sep 6, 2008 at 1:51 AM
  26. ffn00b
    Referrals:
    0

    ffn00b Guest

    draynor willow cutter (updated)

    I have this updated now but I can't upload now because comcast doesn't provide internet overnight. It goes off in 1 minute. Updating next morning....
     
  27. Unread #94 - Sep 6, 2008 at 1:51 AM
  28. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    Cool.. WOW comcast doesnt work at night !?!?!?!?! wierd... im using DSL.. but cool here is my otehr progy

    Anotehr Progy..
    Code:
    Worked For 3 Hours, 18 Minutes and 17 Seconds
    #### loads: 56
    #### logsChoped 1568
    ||===========================||
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 21 Randoms Report    |
    |      www.srl-forums.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights           :         5 |
    | Talks            :         6 |
    | Dwarfs           :         2 |
    | Old Men          :         1 |
    | Sandwiches       :         1 |
    | Capn Hands       :         1 |
    | Certers Solved   :         1 |
    | Boxes Solved     :         2 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
     
  29. Unread #95 - Sep 6, 2008 at 6:41 AM
  30. killertoms1
    Joined:
    Aug 1, 2008
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0

    killertoms1 Active Member
    Banned

    draynor willow cutter (updated)

    This is one of the best woodcutting scripts out there, but there some delay ... when your man/women is searching for anti-randoms..
     
  31. Unread #96 - Sep 6, 2008 at 4:20 PM
  32. ffn00b
    Referrals:
    0

    ffn00b Guest

    draynor willow cutter (updated)

    Comcast is completely unreliable. In other areas where the internet works at night they cut it off at a different time. There's always some sort of downtime even though it's supposed to work for 24 hours.

    Updated the script and fixed several things:
    anitrandoms are faster
    smart and non smart versions
    clicks trees better
    banks better
    a little less bannable
    counts logs
     
  33. Unread #97 - Sep 7, 2008 at 4:04 AM
  34. LAppe
    Referrals:
    0

    LAppe Guest

    draynor willow cutter (updated)

    ##################
    #### progress ####
    #### time: 1:12:13
    #### loads: 26
    #### total logs: 724
    ##################

    It's a good bot, but a fix on the sandwich lady could be nice ..
     
  35. Unread #98 - Sep 7, 2008 at 7:19 PM
  36. Motzko
    Joined:
    Aug 11, 2007
    Posts:
    755
    Referrals:
    0
    Sythe Gold:
    0

    Motzko Apprentice
    Banned

    draynor willow cutter (updated)

    as of right now i love this script...no randoms yet though so ill see but thanks its working great
     
  37. Unread #99 - Sep 10, 2008 at 5:44 PM
  38. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    ummm lol i think i know how ot fix the sandwitch lady problem.. make shure u have debug ENABLE on S.M.A.R.T because then it will solve the box and sandwitch... BTW im downloading the script right now and going to try and use it... ty post progy later.
     
  39. Unread #100 - Sep 10, 2008 at 7:07 PM
  40. cod4viper
    Referrals:
    0

    cod4viper Guest

    draynor willow cutter (updated)

    NEW PROGY: stoped by drill demon... idk y :

    Code:
    #### progress ####
    #### time: 1:0:14
    #### loads: 20
    #### total logs: 559
    ##################
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL 21 Randoms Report    |
    |      [url]www.srl-forums.com[/url]      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fights           :         3 |
    | Talks            :         1 |
    | Ricks            :         1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
     
< Dont Use Ultra Cut N Bank!!! | Does SMART work yet >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site