Adblock breaks this site

draynor willow cutter (updated)

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

Thread Status:
Not open for further replies.
  1. Musicccccc

    Musicccccc Member
    Banned

    Joined:
    Aug 19, 2008
    Posts:
    96
    Referrals:
    0
    Sythe Gold:
    0
    draynor willow cutter (updated)

    Thanks , Ill try it out some time and tell you if there is any problems , Musicccccc ~~
     
  2. Oglokes

    Oglokes Newcomer

    Joined:
    Jan 28, 2008
    Posts:
    5
    Referrals:
    1
    Sythe Gold:
    0
    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 =(
     
  3. M0rphine

    M0rphine Apprentice
    Banned

    Joined:
    Jul 11, 2007
    Posts:
    864
    Referrals:
    0
    Sythe Gold:
    0
    draynor willow cutter (updated)

    Great script, got me from 36-46 wcin in less than 1 hr
     
  4. madz1234

    madz1234 Forum Addict

    Joined:
    Aug 21, 2008
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    10
    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
     
  5. exit12

    exit12 Guest

    Referrals:
    0
    draynor willow cutter (updated)

    aMAZIN TRY IT OUT WATCH OUT FOR CAP N HAND
     
  6. bikee

    bikee Newcomer

    Joined:
    Aug 22, 2008
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0
    draynor willow cutter (updated)

    Yo i press start and right away it says script finished,,,
     
  7. goldsage

    goldsage Guest

    Referrals:
    0
    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
     
  8. cod4viper

    cod4viper Guest

    Referrals:
    0
    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 !
     
  9. cod4viper

    cod4viper Guest

    Referrals:
    0
    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.
     
  10. ancheryay

    ancheryay Apprentice
    Banned

    Joined:
    Jun 4, 2007
    Posts:
    766
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  11. ffn00b

    ffn00b Guest

    Referrals:
    0
    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.
     
  12. cod4viper

    cod4viper Guest

    Referrals:
    0
    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..
     
  13. ffn00b

    ffn00b Guest

    Referrals:
    0
    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....
     
  14. cod4viper

    cod4viper Guest

    Referrals:
    0
    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 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
     
  15. killertoms1

    killertoms1 Active Member
    Banned

    Joined:
    Aug 1, 2008
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0
    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..
     
  16. ffn00b

    ffn00b Guest

    Referrals:
    0
    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
     
  17. LAppe

    LAppe Guest

    Referrals:
    0
    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 ..
     
  18. Motzko

    Motzko Apprentice
    Banned

    Joined:
    Aug 11, 2007
    Posts:
    755
    Referrals:
    0
    Sythe Gold:
    0
    draynor willow cutter (updated)

    as of right now i love this script...no randoms yet though so ill see but thanks its working great
     
  19. cod4viper

    cod4viper Guest

    Referrals:
    0
    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.
     
  20. cod4viper

    cod4viper Guest

    Referrals:
    0
    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 >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site