Page 1 of 3 123 LastLast
Results 1 to 25 of 71

Thread: BH - Varrock Yew Cutter + Banker

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

    Default BH - East Varrock Yew Cutter + Banker

    SCRIPT IS OUTDATED!!!! USE THIS LINK BELLOW FOR THE NEW FIXED VERSION!
    http://www.villavu.com/forum/showthread.php?t=18347


    Special thanks to JuKKa and nielsie95 for the Cutting Procedures.
    Instructions:

    Start at East bank on the most West bank Booth.

    NOTE** To make the script WORK you will need to delete the PolyglotTalk from the XAntiBan.Scar file. Now scroll down to line 239 it then procedure should be DontBanMe. Now scroll down in te procedure and find polyglottalk; (the Whole line) then fine save.

    1. Have Runescape on LOW detail, with the highest brightness.
    2. Setup lines 19-37.
    3. Drag the Draging icon into the Runescape cilent.
    4. Press play and enjoy.
    [U][B]


    Script includes:
    - Antiban
    - AntiRandoms
    - Progress Report
    - Great tree Finder + Cutter
    - RadialRoadWalk
    - Forms
    - Plus more.

    Stuff that needs improvement:
    - Some more fail safe

    Improvements from older versions:
    - Fixed the banking problem.
    - More to come!


    Last Edited On - 14th of August 2007

    !_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_ !_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!
    NOTE**
    To make the script WORK you will need to delete the PolyglotTalk from the XAntiBan.Scar file.

    To open it up.

    Go in scar. Now go File Open > includes > Srl > Srl > Extended > xAntiban.

    Now i think its all the way to the bottom in the procedure DontBanMe.

    (Line 239)
    !_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_ !_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!_!

    Please post progress reports and stuff that needs improving.

    Downloads for older versions:
    Beta Version - 18.2kb - 18 downloads.
    Fixed Version - 17.9kb - 5 downloads
    East Varrock yew Cutter + Banker Fix V 1. - 18.6kb - 100 downloads.

    Current newest version
    BH_Varrock_Yew_Cutter+Banker_V1.5.scar


    Here is a new report by Jagex!

  2. #2
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Not bad

    SCAR Code:
    procedure treeclick;
    begin
      if FindSymbol(x, y, 'rare trees') then
       Mouse(x, y, 1, 1, true);
       FTwait(15);
      If (not(FindSymbol(x,y,'rare trees')))then
       begin
           Mouse(652, 62, 1, 1, true);
       end;
    end;

    You can just use else there, like this:
    SCAR Code:
    procedure treeclick;
    begin
      if FindSymbol(x, y, 'rare trees') then
      begin
       Mouse(x, y, 1, 1, true);
       FTwait(15);
      end else
           Mouse(652, 62, 1, 1, true);
    end;

    Try working a bit on your standards , you can see what you copied and what's yours just by looking at the standards..
    And why did you copy those procedures out of SRL? (FindAxeHead / AttachAxeHead / OpenBank).

    btw : Are you sure the FindYew is from Jukka?
    Hup Holland Hup!

  3. #3
    Join Date
    May 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is this script good?
    if you are autoing on a lvl 3/default clothes/stupid name, im sorry, i will report u

  4. #4
    Join Date
    Mar 2007
    Posts
    3,681
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ricekrispies View Post
    is this script good?
    omfg test it yourself???!

  5. #5
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ricekrispies View Post
    is this script good?
    TEST IT URSELF STUPID NOOB

  6. #6
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you mean xAntiBan.SCAR, located in the Exteded folder right? and should i delete the whole line?

  7. #7
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i got it to work, but for some reason when he gets to the yew tree, he just stares at it and does not cut. i tried changing the colours but it doesn't help. how do i fix this?

  8. #8
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    btw : Are you sure the FindYew is from Jukka?
    forgot to tell him, it was yours ^.^

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

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

    Default

    btw : Are you sure the FindYew is from Jukka?
    Umm ill see. I think it was from you aye?

    Ill fix it up soon as possible thnx for that.


    And niesle i took the axe head rpocedures and stuff from srl because sometimes they dont work so i add them into the script seems to work better.

    And what you said its easy to know what ive copied.
    Actually i didnt copy anything except with permission i got the Cutting procedure.

    Thanks for feedback.

    Expect an update soon.
    - Fixing minor bugs.

    Please post all things that need improvement.

    Quote Originally Posted by impala604 View Post
    ok i got it to work, but for some reason when he gets to the yew tree, he just stares at it and does not cut. i tried changing the colours but it doesn't help. how do i fix this?
    Yes i know first time you go the tree it doesnt click it. But after the tree falls then then comes back again it clicks on the tree like a pro

    BTW its niesles fault not mine

    (Jks) its all good.

    EDIT**

    Update out!


    Fixed the Standards thanks to a program
    Also i fixed things that niesle told me to fix.

    Goodluck all

    EDIT**
    New update coming out soon!
    this update includes:
    - Clicks tree ( Sometimes it didnt)
    - Fixed the banking part abit.

    Plus fixed a few minor bugs and useless code.

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

    Default

    **EDIT

    Sorry i was flaming at myself here so i delelted what i wrote. I was verrry peed of that day

    Edited on 23/6/07

  11. #11
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good looks!

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

    Default

    Quote Originally Posted by impala604 View Post
    good looks!
    Good looks..

    Whats that supposed to mean?

  13. #13
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobbohobbo View Post
    Good looks..

    Whats that supposed to mean?
    lol, noun: thank you

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

    Default

    Nice script got good skills.

    Ps:Go for members.

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

    Default

    Quote Originally Posted by The devil View Post
    Nice script got good skills.

    Ps:Go for members.
    Cant I tried before with bad script lol... )

    Quote Originally Posted by impala604 View Post
    lol, noun: thank you
    Oh lol, thanks i didnt think of that.



    Version 1 will be coming out maybe this weekend first i need to finish 2 assingments lol...

    What will be fixed..
    Walking procedure to the bank.
    Bank finding ( Needs alot of work..)
    Maybe a form?
    Better progress report

    plus more
    More Failsafe

    Ill also go over the whole script again finding errors and things to fix the script.

  16. #16
    Join Date
    Apr 2007
    Location
    Adelaide, Australia
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is the axe head finder good? because ive lost 2 rune axe heads from another yew script
    Are YOU into things to do with gaming consoles, glitches, mods or just meeting new people?
    Join Se7ensins and learn how to do the above!
    http://www.fenjer.com/adnan/SRLStats/824.png

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

    Default

    Quote Originally Posted by Tazzie 02 View Post
    is the axe head finder good? because ive lost 2 rune axe heads from another yew script
    The axe head finder i used is from SRL so it should be ok.

  18. #18
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    hmmm i dunno if anyone else does... but i get a problem with the srl antiban include.... ill check srl updates...
    Hax0r


  19. #19
    Join Date
    Dec 2006
    Posts
    399
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    hmmm i dunno if anyone else does... but i get a problem with the srl antiban include.... ill check srl updates...

    checked still wont work.. this is error i get...

    SCAR Code:
    Line 235: [Error] (15030:5): Unknown identifier 'PolyGlotTalk' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\extended\xantiban.scar
    Hax0r


  20. #20
    Join Date
    Apr 2007
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Jethr0x View Post
    checked still wont work.. this is error i get...

    SCAR Code:
    Line 235: [Error] (15030:5): Unknown identifier 'PolyGlotTalk' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\extended\xantiban.scar
    lol.... u must:

    Go in scar. Now go File Open > includes > Srl > Srl > Extended > xAntiban.

    and delete DontBanMe.

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

    Default

    Lol jethr0x

    I posted this all above with NOTE** in Big writing. But next time im gonna put it in instructions. Still working on my new version.

    Now about 1k lines, thats Extra 300 lines woot.

  22. #22
    Join Date
    Jun 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Skill\Woodcutting.SCAR does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\extended\xantiban.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\misc\trade.scar does not exist.
    Failed when compiling


    what do i do?? i got it every scar scrip i try to use.

    thanks
    JARHEAD



    ¸.•´¸.•*´¨) ¸.•*¨)
    (¸.•´ (¸.• (‡Þ |<€®)
    |-|¥ß®‡ Ð ‡/\/ †|-|€ (V)@|< ‡/\/G

  23. #23
    Join Date
    May 2007
    Location
    Seattle
    Posts
    1,069
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ip1k1e1r1 View Post
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Skill\Woodcutting.SCAR does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\extended\xantiban.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\misc\trade.scar does not exist.
    Failed when compiling


    what do i do?? i got it every scar scrip i try to use.

    thanks

    You need srl.
    FORMERLY BORN2CODE | Play Internet Games
    http://img147.imageshack.us/img147/2084/sigg.png

  24. #24
    Join Date
    May 2007
    Location
    Seattle
    Posts
    1,069
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    BTW. I tested this script for a few minutes.

    9/10! Very nice. Just a few little things that you could fix up. Maybe another yew tree to chop and some more, you know, add-ons like forms.

    VERY GOOD THOUGH! Ty for sharing this.
    FORMERLY BORN2CODE | Play Internet Games
    http://img147.imageshack.us/img147/2084/sigg.png

  25. #25
    Join Date
    Jun 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    omg

    omg.... i dont know what im doing wrong.... you said to delete the xantiban, and then when i tried to run it, it says that the xantiban file is missing, this is the 5th script ive tried... and i still dont know what im doing wrong.... please help.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Varrock east oak cutter and banker
    By Noob xp1 in forum RS3 Outdated / Broken Scripts
    Replies: 17
    Last Post: 12-19-2008, 02:30 AM
  2. Dall's Varrock east oak cutter + Banker
    By dallas574 in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 08-29-2008, 12:08 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
  •