Page 1 of 8 123 ... LastLast
Results 1 to 25 of 185

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

  1. #1
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default RatSmasher - Kills rats behind Lumbridge - DEATHWALKING - HOME TELEPORTS IF LOST



    PLEASE MAKE SURE YOU ARE USING THE LATEST VERSION, IT IS UPDATED OFTEN!

    About
    I realized that there are no combat scripts currently out, so i decided to whip this up in a few hours. It is my first script on the site.
    It death-trains on the large rats behind Lumbridge castle, upon death, it will walk straight back to the training spot and continue. If under any circumstance the script gets lost, it shall home teleport and proceed the deathwalk route.
    I've ran it for 2 hours + without any upsets. Of course there's still minimal random support out for 2007scape, but you really don't seem to get many randoms at this spot.

    Features
    • Death walking
    • Will home teleport if lost
    • Allows user to select the training style
    • Auto-login (new)
    • S.M.A.R.T compatibility (new)


    Future Features
    • Anti random support
    • Option to train against the jail guards


    Instructions
    • Make sure you have the 2007 include, you can find it HERE
    • Download Script
    • Beat the anti-leech
    • Select combat style at the top of the script
    • Equip only three items and no food (as you will be sure to die)
    • Stand at the rats behind Lumbridge castle
    • Make sure game brightness is at maximum
    • Target the game window with the green cross-hair icon
    • Run script


    Current known bugs
    • Will have trouble competing with others at the training spot, try and find an empty world
    • Bot thinks it's in combat if there's any health bar near the very center of the screen. This can sometimes cause the script to go idle for a moment when someone is fighting right next to you.


    Version History
    1.0 - Initial Release
    1.1 - Changed anti-leech and tidied up the code.
    1.2 - Optimized the deathwalk function
    1.21 - Optimized the deathwalk function even more.
    1.3 - Optimized deathwalk function to perfection (i believe), added auto-login and S.M.A.R.T support.

    FAQ
    Q: The script doesn't walk back to the rats upon dieing?
    A: Make sure you have the latest version of the script, i have done a lot of work on the deathwalking functions. If there's still issues, please increase the tolerance variables [V1.3+] (see comments within scripts). This will most likely fix these problems.

    Q: The script hovers over the rats but doesn't click them
    A: You need to make sure you have downloaded and installed the latest version of the 2007 include. Make sure the font is installed with it!


    Take note
    If the script appears to be buggy or unstable, you may have to manually select the colors using the color picker tool.
    I have marked the variables you may need to change at the top of the script.

    Anti-Leech
    Sorry but there are three simple anti-leech syntax errors in my script, they are really simple. If you can't figure them out you don't deserve to run the script. Please do not post or PM me about these.

    Feedback
    Please leave me positive/negative feedback on how the script goes for you. If there's any bugs/errors PLEASE REPORT THEM IN THIS THREAD. If the script runs very well for you, please post too!

    Special Thanks
    blockay - I borrowed the turnRunOn procedure from his Tree cutter -> Shaft fletcher script.

    Remember, if you're planning to use the SMART version, you will need to have set it up for RS2007. A nice tutorial on this can be found here.

    Thank you everyone for the feedback and support of this script! You've been awesome. Due to new rules, here is a guide to solve the anti leech:

    Quote Originally Posted by nolt194 View Post
    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
    Attached Files Attached Files
    Last edited by phury; 03-18-2013 at 12:23 PM.

  2. #2
    Join Date
    Jun 2012
    Location
    127.0.0.1
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Looks promising for early level training. Will test. Give me a minute to get this antileech sorted.
    Current Goals
    Learning SIMBA Progress: 5%
    Maxed G-Maul Pure - 07scape: approx 10%
    SRL Members: [ ]
    50 Relevant Posts: [ ]

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

    Default

    I have the include file, but it still says:

    Exception in Script: Unable to find file 'P08Include.Simba' used from 'C:\Users\Aivars\AppData\Local\Opera\Opera\tempora ry_downloads\Phury_RatSmasher_v1_0 (1).simba'

    Solved - its because you have called it P08

  4. #4
    Join Date
    Dec 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [Error] C:\Users\Aivars\Desktop\Phury_RatSmasher_v1_0.simb a(66:21): Unknown type 'Bolean' at line 65
    Compiling failed.
    Solved

    Now client does not show up when i press run button. Mouse just starts rotating around my desktop
    Last edited by Dreadfear; 03-03-2013 at 11:19 AM.

  5. #5
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Nice thread lay-out , easy on the eyes.
    Nice script release too, of course

    Your standards could use some work though lol

    Creds to DannyRS for this wonderful sig!

  6. #6
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Don't use it with SMART. I should add that to the post.

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Dreadfear View Post
    [Error] C:\Users\Aivars\Desktop\Phury_RatSmasher_v1_0.simb a(66:21): Unknown type 'Bolean' at line 65
    Compiling failed.

    Solved- changed it to Boolean

    Now client does not show up when i press run button. Mouse just starts rotating around my desktop
    Use it on the RS browser, frisco.

    Creds to DannyRS for this wonderful sig!

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

    Default

    Does not work? Keeps rotating around it

  9. #9
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Nice thread lay-out , easy on the eyes.
    Nice script release too, of course

    Your standards could use some work though lol
    Thank you.

    Standards? With regards to what? :P

  10. #10
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by phury View Post
    Thank you.

    Standards? With regards to what? :P
    It makes your script easier to read for people.
    Check this link. http://villavu.com/forum/showthread.php?t=60288

    Creds to DannyRS for this wonderful sig!

  11. #11
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    It makes your script easier to read for people.
    Check this link. http://villavu.com/forum/showthread.php?t=60288
    Yeah kinda rushed it out, will fix it up when i release the next version!

  12. #12
    Join Date
    Dec 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Could someone help me out via teamviewer? I can't set it up. The client does not show up - mouse just keeps rotating around the desktop. It happens with all scripts

  13. #13
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Dreadfear View Post
    Could someone help me out via teamviewer? I can't set it up. The client does not show up - mouse just keeps rotating around the desktop. It happens with all scripts
    use regular runescape browser.

    Creds to DannyRS for this wonderful sig!

  14. #14
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Dreadfear View Post
    Could someone help me out via teamviewer? I can't set it up. The client does not show up - mouse just keeps rotating around the desktop. It happens with all scripts

    Could you also please edit out your posts on the front page which give the anti leech answers? >_>

  15. #15
    Join Date
    Dec 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Edited it out and got it all working ! Thank you
    Last edited by Dreadfear; 03-03-2013 at 11:23 AM.

  16. #16
    Join Date
    Feb 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    When my guy dies he just stays in the spot he died at and then tries to teleport

  17. #17
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by evilwookie View Post
    When my guy dies he just stays in the spot he died at and then tries to teleport

    im having this same problem he dies and then doesnt return to giant rats uve set it to read if the fountain is detected apon death but when u respawn the fountain is not in view and when i walk my character in to the veiw of the fountain it still does nothing hope this is fixed in next release and very nice script ALSO TY

  18. #18
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by ajg0001991 View Post
    im having this same problem he dies and then doesnt return to giant rats uve set it to read if the fountain is detected apon death but when u respawn the fountain is not in view and when i walk my character in to the veiw of the fountain it still does nothing hope this is fixed in next release and very nice script ALSO TY

    It checks for the fountain icons on the minimap. I am looking into this issue at the moment. The death walk works perfectly for me.. i may need to add some tolerance to the bitmap searching for those fountain images. I will post my progress.

    If anyone else is having the same issue please post, if anyone is having the deathwalk run fine, please also post.

    Thanks guys.

  19. #19
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by phury View Post
    it checks for the fountain icons on the minimap. I am looking into this issue at the moment. The death walk works perfectly for me.. I may need to add some tolerance to the bitmap searching for those fountain images. I will post my progress.

    If anyone else is having the same issue please post, if anyone is having the deathwalk run fine, please also post.

    Thanks guys.

    i see u have updated to v1.1 is it fixed in this version


    TRIED WITH VERSION V1.1 STILL NOT RUNNING BACK TO RATS UPON DEATH
    Last edited by ajg0001991; 03-03-2013 at 12:06 PM.

  20. #20
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by phury View Post
    It checks for the fountain icons on the minimap. I am looking into this issue at the moment. The death walk works perfectly for me.. i may need to add some tolerance to the bitmap searching for those fountain images. I will post my progress.

    If anyone else is having the same issue please post, if anyone is having the deathwalk run fine, please also post.

    Thanks guys.
    Use Findsymbol

    Creds to DannyRS for this wonderful sig!

  21. #21
    Join Date
    Feb 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Super script, runs great out of the box

    Any chance you could add the ability to pick up a full inventory of bones, and bury them? Would be quite a nice way to gain some prayer exp at the same time.

    Haven't had to use the deathwalk yet, so can't offer any feedback on that. But the rat killing is quick and efficient.

    Many thanks for the script!

  22. #22
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Just updated it to v1.2, optimizing the deathwalk function. Gave it a bigger search area and some tolerance. Should work a lot better. Remember to post if there's any bugs.

  23. #23
    Join Date
    Feb 2012
    Location
    Sydney, Australia
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by SantaMan102 View Post
    Super script, runs great out of the box

    Any chance you could add the ability to pick up a full inventory of bones, and bury them? Would be quite a nice way to gain some prayer exp at the same time.

    Haven't had to use the deathwalk yet, so can't offer any feedback on that. But the rat killing is quick and efficient.

    Many thanks for the script!

    That's quite a neat idea. Might get started on that now

    Thanks for the feedback too! Do me a favor and post/pm me in regards to the deathwalking. It's hard to know if it is working as intended for other uses.. as it works perfectly for me :P

  24. #24
    Join Date
    Jan 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Lol i got 2/3 of the anti leeches, i know barely anything about this except that its based off pascalscript(?)
    I found out that the uncracked anti leech is on line 75 ill get back with some results once ive cracked it.
    GOT IT. GG
    p.s if you havent worked out the anti leeches just have a look in the console and it will tell you what line isnt working then play around with it until its fixed. (you dont need to know what it does only that there's something wrong with it)
    Last edited by Alexcrit; 03-03-2013 at 12:42 PM.

  25. #25
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Thanks for the script, figured out the anti-leech and it works perfectly.

    Compiling failed.
    Compiled successfully in 952 ms.

Page 1 of 8 123 ... 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
  •