Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 113

Thread: Gala's YewSmasher (Edgeville)

  1. #51
    Join Date
    Dec 2011
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I need help setting it up. When i run it it says no stats entered? I'm new to this. Help plz?

  2. #52
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    @Fortune
    Those are the srl stats. If you don't have an account, just leave it blank.
    This is what you have to fill out:

    Simba Code:
    //-----------------------------------------------------------------------//
      //-------------------- FILL IN THE INFORMATIONS -------------------------//
      //-----------------------------------------------------------------------//

      SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
      SRLStats_Password = ''; // Your SRL stats password (If you dont have one then just leave it as it is)

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; // Number of players
      NumberOfPlayers(HowManyPlayers); // Don't touch!
      CurrentPlayer := 0; // This is the player to start with; the first player will always be 0 (you'll find out when you learn all about arrays)

      Players[0].Name := 'Your RuneScape Usernme'; // Username
      Players[0].Pass := 'Your RuneScape Password'; // Password
      Players[0].Nick := ''; // 3-4 lowercase letters from username; used for random event detection
      Players[0].Active := True; // Set to true if you want to use Player 0
      Players[0].Pin := 'Here your Bank Pin'; // Leave blank if the player doesn't have a bank pin
      PlayerBreakTime := 0; // Set time until break in minutes (+/- 5 min) (set 0 for no breaks) (it will break for 12-25 min)
      PlayersToSwitch := 4; // Set number of players at yews, to switch world, set 0 if you don't want to switch world
      TimeToSwitch := 15; // Set time to wait when number of players are reached, before switching world
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    end;

  3. #53
    Join Date
    Mar 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    @Fortune
    Those are the srl stats. If you don't have an account, just leave it blank.
    This is what you have to fill out:

    Simba Code:
    //-----------------------------------------------------------------------//
      //-------------------- FILL IN THE INFORMATIONS -------------------------//
      //-----------------------------------------------------------------------//

      SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
      SRLStats_Password = ''; // Your SRL stats password (If you dont have one then just leave it as it is)

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; // Number of players
      NumberOfPlayers(HowManyPlayers); // Don't touch!
      CurrentPlayer := 0; // This is the player to start with; the first player will always be 0 (you'll find out when you learn all about arrays)

      Players[0].Name := 'Your RuneScape Usernme'; // Username
      Players[0].Pass := 'Your RuneScape Password'; // Password
      Players[0].Nick := ''; // 3-4 lowercase letters from username; used for random event detection
      Players[0].Active := True; // Set to true if you want to use Player 0
      Players[0].Pin := 'Here your Bank Pin'; // Leave blank if the player doesn't have a bank pin
      PlayerBreakTime := 0; // Set time until break in minutes (+/- 5 min) (set 0 for no breaks) (it will break for 12-25 min)
      PlayersToSwitch := 4; // Set number of players at yews, to switch world, set 0 if you don't want to switch world
      TimeToSwitch := 15; // Set time to wait when number of players are reached, before switching world
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    end;
    I dont have the player worls witch settings in my .35...

  4. #54
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Yea this is a snippet from the newer version 0.4 I am testing right now

  5. #55
    Join Date
    Mar 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    Yea this is a snippet from the newer version 0.4 I am testing right now
    just liked to add, bot seems to take awhile to bank, it will wait for SRL to update, then bank, sometimes SRL will constantly update and it still wont bank

  6. #56
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    In the next version most of these things are fixed. I am working on a fix for the waiting after a walk.

  7. #57
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Script was doing well, it stopped because it entered soul wars

  8. #58
    Join Date
    Feb 2012
    Location
    SRL Jail
    Posts
    1,319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Probably the best yew woodcutter out there right now, but I got banned after 2 weeks
    No worries mate- it was a lvl 3 call icohpyuz (no wonder I got banned)
    :duh

  9. #59
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Hehe, glad to hear that but with intelligent botting you shouldnt get banned. I will release the next version today or tomorrow. As I saw there are many people chopping yews (6-8 at the same time), I implemented a world switcher that runs when an avarage number of players are detected.

  10. #60
    Join Date
    Feb 2012
    Posts
    89
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Gala, the script stops alot of times after it chops down a yew then it just looks around at the other yew tree but does nothing

  11. #61
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Check out the thread tomorrow. The script has a little logical problem that slows the detection process down. The next version will click the tree if its under the cursor for sure.

  12. #62
    Join Date
    Mar 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the bot is very long to find yew :s Could you fix that ?

  13. #63
    Join Date
    Feb 2012
    Posts
    89
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by gabrieldu832 View Post
    the bot is very long to find yew :s Could you fix that ?
    He said he would update it tomorrow

  14. #64
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    old school script ftw

  15. #65
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Updated to version 0.4
    - world switching
    - fixed yew detection

  16. #66
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script takes a while to identify the tree? It just hovers over the yew and does nothing for 2 minutes?

  17. #67
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    This shouldn't happen very often. It could be the AntiBan that breaks for random minutes but this doesn't happen very often.

  18. #68
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Been using this for 100 hours+ but im soo lazy to post a progress report. I'll leave it over night and try post it

  19. #69
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ------------------------------------------------
    Ran for: 2 hr 40 min 2 sec
    Woodcutting XP Gained: 65 K
    Yew logs chopped: 376
    Profit total: 175 K
    Profit per hour: 65 K
    ------------------------------------------------

    I stopped it early.

  20. #70
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Hey thx. What is your WC lvl?

  21. #71
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    Hey thx. What is your WC lvl?
    Could you please fix the script, it only chops on the second tree, and when it doesnt see the tree it keeps looking only at the screen and does nothing?

    Nice script otherwise.

  22. #72
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    Hey thx. What is your WC lvl?
    85.

  23. #73
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    Hmm, I've just tested the script but it runs well for me.
    The only thing is the black screen while logging in or world switching, but this goes away after several seconds.

  24. #74
    Join Date
    Feb 2007
    Location
    Switzerland
    Posts
    583
    Mentioned
    1 Post(s)
    Quoted
    50 Post(s)

    Default

    @Stewpidlol
    dragon axe?

  25. #75
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Gala View Post
    @Stewpidlol
    dragon axe?
    yep

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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