Page 6 of 8 FirstFirst ... 45678 LastLast
Results 126 to 150 of 185

Thread: RatSmasher - Kills rats behind Lumbridge - DEATHWALKING - HOME TELEPORTS IF LOST

  1. #126
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Script is perfect!

  2. #127
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Script work's really well and has got me several level's. Deathwalking could be improved a lot though.

    Thanks for the script!

  3. #128
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    I suck ass at anti-leeches. Can anyone PM me some help?

  4. #129
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Converted to use the OSR include, works well, I suggest you change your static clicking to something with some randomness

    Forum account issues? Please send me a PM

  5. #130
    Join Date
    Mar 2013
    Location
    Canada
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Lost my weapon and full helm and body :<

  6. #131
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm getting this error when compiling...

    Code:
    [Error] C:\Users\Steven Reiche\Downloads\Phury_RatSmasher_v1_3_BROWSER_AL.simba(330:12): Type mismatch at line 329
    Compiling failed.
    Code:
    wait('500');

  7. #132
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Okay I did a bit of tweaking and found the solutions to common errors.

    Common Error 1
    Code:
    Exception in Script: Unable to find file 'SLR/SRL.Simba'
    The SLR is spelled wrong, just change it to SRL, this should be the outcome

    Code:
    SRL/SRL.Simba
    Common Error 2
    Code:
    [Error] C:\Simba\Scripts\Phury_RatSmasher_v1_3_SMART_AL.si mba(27:12): is ('=') expected at line 26
    Compiling failed. 
    
    combatType := 1;
    For this one the ':' should not be there. just remove that from the code and you should be set.

    Common Error 3
    Code:
    Phury_RatSmasher_v1_3_BROWSER_AL.simba(330:12): Type mismatch at line 329
    wait('500');[/code]

    For this one, remove the ' from both sides of the 500.
    final code for line 329 should look like this
    Code:
     wait(500);
    Any more problems? PM me

  8. #133
    Join Date
    Dec 2011
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks! got 99 str with this script!

  9. #134
    Join Date
    Mar 2013
    Location
    Canada
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Smeagol View Post
    Thanks! got 99 str with this script!
    Actually?

  10. #135
    Join Date
    Nov 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I did place the 07 files and such but when I boot it starts the EoC runescape up , not the 07 thing, any suggestionjs?

  11. #136
    Join Date
    Dec 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    fixed 3 error with your "common errors" but now it says script will start in 5 sec...

    and the runescape client dont pop up and then the bot says " well we are not in lumbi "

  12. #137
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just a bug/glitch it keeps getting stuck near the mugger and sometimes when your in the rat area behind lumby, it says 'we are not in lumby'

  13. #138
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Added a proggie function, heres one from last night. 1-24 str, cheers bro
    ************************************************** ******
    Time running: 06h 01m 10s
    Kills: 640
    Walks: 32
    ************************************************** ******

    When I came back it wasn't getting ay kills because another bot was there, no idea how long he'd been there, it was worse than usual because of the antiban I added too.

    Only bugs I noticed were just that it adds the items too quick and sometimes misses some, easy fix with a failsafe, would also make it less botlike if u had only a weapon on you. Walking back when its finding the spot to click is botlike too, could be better
    Last edited by meanagestudios; 03-19-2013 at 07:08 PM.

  14. #139
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I wish they would remove the "no-antileech" rule.... There have been a HUGE amount of botters at rats cuz of that rule >.<
    If ppl cant be arsed about learning a few basic things about Simba, maybe they dont deserve to use simba?


    Other than that, this is a GREAT script

  15. #140
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by deathkiller994 View Post
    I wish they would remove the "no-antileech" rule.... There have been a HUGE amount of botters at rats cuz of that rule >.<
    If ppl cant be arsed about learning a few basic things about Simba, maybe they dont deserve to use simba?


    Other than that, this is a GREAT script
    Posts: 1.

  16. #141
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by meanagestudios View Post
    Posts: 1.
    Lol yea... Thats cuz I started learning Simba about 1-2 weeks ago and im normally on the IRC channel...

  17. #142
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294

  18. #143
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by vitanet View Post
    Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Same as vitanet.... getting

    "[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed."

    please help :/

    EDIT: FIXED!!!!! For all having this error just change "{$DEFINE SMART}" to "{$DEFINE SMART8}"

    edit2: this is the first time I've fixed anything!
    Last edited by haluwasa; 03-21-2013 at 06:32 PM.

  19. #144
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey great script! appreciate the time you put into it, works great for me. I am fairly new to simba and cannot find how a world is chosen or where to edit it, any help would be great!

  20. #145
    Join Date
    Feb 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    what do you change for the lumcheck anti leech thing???

    does it have anything to do with that the fact that im actually in lumby and it just says "well we are not in lumby" and just tries to home teleport every 20 seconds
    Last edited by nayd; 03-22-2013 at 07:07 PM.

  21. #146
    Join Date
    Feb 2013
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    gonne test this out ...

  22. #147
    Join Date
    Feb 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    awesome script man... everything works tip top with no problems! other then randoms obviously.. Thanks a lot for this script
    Last edited by nayd; 03-23-2013 at 08:39 AM.

  23. #148
    Join Date
    Feb 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/core/mouse.simba(166:36): Invalid number of parameters at line 165

  24. #149
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    very good script but you can add a "gui" to see hoy many time played.exp gained etc...

  25. #150
    Join Date
    Feb 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    had to put my own colours in, working good now.

    anyway to make the bot click in the middle of the rats when it cant find any?
    Last edited by Glorix; 03-31-2013 at 03:13 AM.

Page 6 of 8 FirstFirst ... 45678 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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