Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 70

Thread: [Simba] EvilChicken!'s Fight Cave Runner!

  1. #26
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Becks View Post
    [Error] C:\Simba\Includes\SRL/SRL/Misc/Smart.scar(9:10): Duplicate identifier 'ISKEYDOWN' at line 8
    Compiling failed.
    I'm ashamed to say that I have no clue as to why this occurs. I tried using it with S.M.A.R.T. too, got the same error; looks like your only other option is to run it without SMART.

    Sorry for all of you who experienced this error, I had no idea of this; I don't use SMART myself.

  2. #27
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    To fix this all you need to do is include smart before srl



  3. #28
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Progress Report:
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: |     SRL Randoms Report       |
    Status: |       www.villavu.com        |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
    
    <! EvilChicken!'s Fight Caves Runner v0.4
    <!---
    <! Total runtime:                  31 Minutes and 4 Seconds
    <! Players active:                 1 out of 1
    <! Total times cave entered:       5
    <!---
    <! ## | Nick | A | Status:      | Rand:
    <! 0  | ean  | T | OutOfCave    | 
    <!---


    Wish it worked in SMART :/.

    Very nice script btw

  4. #29
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Squancy, to make it work with SMART, do as Bonfield suggested.

    Quote Originally Posted by Bonfield View Post
    To fix this all you need to do is include smart before srl
    Just re-arrange and un-comment the order of the includes at the beginning of the script, should work.

    Thanks for the feedback, though. Did you stop the script yourself?

  5. #30
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Code:
    {$i SRL/SRL.scar}
    {$i SRL/SRL/Misc/Debug.scar}
    {$i SRL/SRL/Misc/SmartColors.scar}
    {$i SRL/SRL/Misc/Smart.scar}
    should be
    Code:
    {$i SRL/SRL/Misc/Smart.scar}
    {$i SRL/SRL.scar}
    {$i SRL/SRL/Misc/Debug.scar}
    {$i SRL/SRL/Misc/SmartColors.scar}
    sorry i didnt post before i was on a iphone, that will fix it



  6. #31
    Join Date
    Sep 2006
    Location
    Texas
    Posts
    1,349
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No i didn't evil chicken, It's getting stuck for me when its fighting.

    It will click randomly inside the fight cave and it will sometimes run to a corner and the monsters can't get to me so the bot end up logging out.

    I don't know if its intintial to do it, but as well it will click somewhere randomly on the mini map while its fighting something, making it harder for the NPC's to get to it.

    And thanks for that bonefield, i figured thats what i should have done was put smart on top of srl but i didn't think it was that simple :P

    So much changes since i was last on here back in 07.

  7. #32
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  8. #33
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by JiveTonto@Gmail.com View Post
    *side note this is heavly monitored now for autoers because harrys? fight cave runner got so abused.
    Sorry 'bout that..... Oh, how much fun the memories are, minus the drama.

    Nice script EC! I have not run it (nor do I plan to; I haven't even loaded RuneScape in months now), but the code looks clean and nice.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #34
    Join Date
    Oct 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    great script. only problem is it goes in the cave 6 times then logs out. other then that perfect good work

  10. #35
    Join Date
    Sep 2006
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Log in wont work
    nor it only does 1 trip if it does
    any pointers?
    thanks
    “Life is a goldmine, exploit it.” ~M. K. Soni
    www.sea4yourselves.com

  11. #36
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

  12. #37
    Join Date
    Sep 2006
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works good alil buggy but ill post up proggie soon
    “Life is a goldmine, exploit it.” ~M. K. Soni
    www.sea4yourselves.com

  13. #38
    Join Date
    Sep 2006
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <! EvilChicken!'s Fight Caves Runner v0.6
    <!---
    <! Total runtime: 1 Hours, 7 Minutes and 11 Seconds
    <! Players active: 0 out of 1
    <! Total times cave entered: 19
    <!---
    <! ## | Name | A | Status: | Rand:
    <! 0 | arim | F | NoCave |
    <!---
    [/REPORT]
    “Life is a goldmine, exploit it.” ~M. K. Soni
    www.sea4yourselves.com

  14. #39
    Join Date
    Dec 2010
    Location
    New York
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Does 1 or 2 and just stops :\

  15. #40
    Join Date
    Sep 2006
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Last nights proggy
    <! EvilChicken!'s Fight Caves Runner v0.6
    <!---
    <! Total runtime: 6 Hours, 30 Minutes and 31 Seconds
    <! Players active: 1 out of 1
    <! Total times cave entered: 103
    <!---
    <! ## | Name | A | Status: | Rand:
    <! 0 | arim | T | NoCave |
    <!---
    [/REPORT]
    [REPORT]
    Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    Status: | SRL Randoms Report |
    Status: | www.villavu.com |
    Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    it sometimes rs lags me out and then auto just stops because it cant recover from it and it doesnt log me back in. Is there a way to fix this?
    “Life is a goldmine, exploit it.” ~M. K. Soni
    www.sea4yourselves.com

  16. #41
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    some time this script stop to work and try to change player with only one player declared =/.

  17. #42
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    this script make some msitakes when it go enter in the cave, sometimes the player don't enter in the cave =/. Can you rapair ir?

  18. #43
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    I'll be letting him use my account most of the day today (next 12+ hours, maybe more), so it should be fixed.

  19. #44
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated a bit, check out v0.7.

    Oh, and post reports in [REPORT]-tags!

  20. #45
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    I'll probably give this a run through and bitch about everything, so after that hopefully some things will stop happening. :3

    Not that this script isn't perfect anyway..

  21. #46
    Join Date
    Oct 2010
    Location
    Brasil PR Ponta Grossa
    Posts
    96
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    tank you man ^^

  22. #47
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    I'll probably give this a run through and bitch about everything, so after that hopefully some things will stop happening. :3

    Not that this script isn't perfect anyway..
    oh luffs you kidder you.
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  23. #48
    Join Date
    Oct 2007
    Location
    0UT2K1LL U
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The proggy still reads 0.6, haha just thought u should know. And also back when I would run 0.6 i would randomly log out. Was this fixed with 0.7 or was it just me? New update looks nice. Running it now ^^

    <! EvilChicken!'s Fight Caves Runner v0.6
    <!---
    <! Total runtime: 34 Minutes and 47 Seconds
    <! Players active: 0 out of 1
    <! Total times cave entered: 21
    <!---
    <! ## | Name | A | Status: | Rand:
    <! 0 | home | F | NoCave |
    <!---
    [/REPORT]
    NextPlayer

    It usually goes around 30 minutes and this appears.
    Last edited by 0UT2K1LL; 12-30-2010 at 06:50 AM.
    I’m better than you. Nah nah nuh boo boo. Stick your head in doo doo.

    http://i533.photobucket.com/albums/e...urses/1337.png

  24. #49
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    When I get my money which I tried transferring to Paypal, I'll finally get to work on this script as much as I desire to. That, however, might take time and the transfer might even be rejected -- although I'm hoping this will not be the case.

    In the mean time, if anyone has a spare membership pin I'd be more than happy to use it to further the development of this script.

    Oh, and I'll try to address the issue of the script randomly logging out ASAP, although I've never had issues with this myself, so it gets slightly difficult for me to find the cause of this. I will try to do so nevertheless.
    Make sure you also tell me all your feature requests and suggestions for improvements if you have any!

  25. #50
    Join Date
    Dec 2010
    Location
    New York
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you want; I'm barely using my main which has members. So I could lend it out to you for like a week if you'd like.

Page 2 of 3 FirstFirst 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
  •