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

Thread: Spiker Wilderness Agility

  1. #1
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default Spiker Wilderness Agility

    Spiker Wilderness Agility

    Last Update: May 13, 2012 - 5:13PM Central

    Description:

    This is my third script. It will effectively run the wilderness agility course.

    Features:
    Recovers From Failed Tasks For Full Experience
    Sleek On-Screen Progress Report
    Runs Course Fast
    SPS Walking
    30k+ xp/hr
    FailSafes
    Efficient
    AntiBan

    Instructions:
    1. Fill out all the information in the setup.
    2. Start across the bridge(inside the gate, somewhere before the obstacle pipe).
    3. Use lobsters, swordfish, monkfish, and/or sharks for food.
    4. Post proggies and buggies please.

    To-Do List:
    Ability To Start From Anywhere Throughout Course
    Run Course Faster
    Suggestions?


    Progress Reports:
    Soon To Come
    Simba Code:
    UPDATES:
    //v1.0
    Initial release

    //v1.1
    Fixed falling into the dungeon problem
    Made user hp level input more obvious
    Minor fixes to increase speed and efficiency

    NOTE: The initial release may be a little buggy as it was hard to test properly with 99 agility. However, it should not be too buggy. Also, I was having problems with the most current SPS update, so you may have to go back a couple updates like I did. It seems to work fine now.
    Last edited by Spiker; 05-13-2012 at 10:13 PM.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  2. #2
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    c.IOManager, false, 0, 0, MMCX-75, MMCY-75, MMCX+75, MMCY+75

    this line is keeping it from running, and i have no idea what to do.

  3. #3
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by fletchbetch View Post
    c.IOManager, false, 0, 0, MMCX-75, MMCY-75, MMCX+75, MMCY+75

    this line is keeping it from running, and i have no idea what to do.
    Can you provide some more information? Then, I may be able to help.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

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

    Default

    So far it's working for me. Will update later.

    Edit - Problems so far:
    - Eats food when no damage has been taken.
    - Got to the rock wall at the end and tried to go through the pipe instead.
    - Fell down the rope swing, got attacked by a skeleton, script couldn't find ladder, tried to log out but was in combat so it couldn't.

    Edit:

    It can finish the course and find its way up from the ladder. So I'm not sure why or when the problems occur.

    Edit:

    Fell in lava, then logged out.

    Successfully crossed the stepping stones.
    NextPlayer(True)
    SwitchToPlayer(PlayerNo: 0, Active: True);

    Has done this more than once. Finishes an obstacle and then logs out and tried to switch players.
    Last edited by thatoneguy; 05-13-2012 at 08:24 AM.

  5. #5
    Join Date
    Nov 2011
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Spiker View Post
    Can you provide some more information? Then, I may be able to help.
    When you cross the log, there is a change in HP if you fell down, but in case you cross the log and a zombie attacks you there is a hp loss as well. Therefore, using the hp method to check fail is really buggy. Make something that will detect if you're in the area underground, that'd be better.

    EDIT: When you fall down, the underground area has brownish ground, if you make a check to find if the screen has brownish area > ???? <int value> then it's a fail cross. Something like that?
    Last edited by Ketan; 05-13-2012 at 09:43 AM.

  6. #6
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ketan View Post
    EDIT: When you fall down, the underground area has brownish ground, if you make a check to find if the screen has brownish area > ???? <int value> then it's a fail cross. Something like that?
    This. Maybe try something like this?
    Simba Code:
    function InDungeon: boolean;
    var tpa: TPointArray;
    begin
      if not LoggedIn then Exit;
      SetColorToleranceSpeed(1);
      FindMMColorsSpiralTolerance(tpa, 2574684, 25);
      writeln(length(tpa));
      result := length(tpa) > 1200;
      if result then writeln('in dungeon');
    end;
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  7. #7
    Join Date
    Nov 2011
    Posts
    122
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Er1k View Post
    This. Maybe try something like this?
    Simba Code:
    function InDungeon: boolean;
    var tpa: TPointArray;
    begin
      if not LoggedIn then Exit;
      SetColorToleranceSpeed(1);
      FindMMColorsSpiralTolerance(tpa, 2574684, 25);
      writeln(length(tpa));
      result := length(tpa) > 1200;
      if result then writeln('in dungeon');
    end;
    Hmm I think that should work, is the color right or do I need to change it?

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

    Default

    eats even at full hp lol, wasted full invent of monkfish

  9. #9
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ketan View Post
    Hmm I think that should work, is the color right or do I need to change it?
    Try it inside the dungeon and see for yourself on ACA. It worked on my end. Not sure if it actually changed when it didn't detect for you. Tolerance was already set to 25 which is quite high IMO.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  10. #10
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Will work on many, many fixes by the end of the day. Currently busy with Mother's Day and all. Thank you for all the feedback and suggestions.

    Er1k: Thank your for helping out.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  11. #11
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by thatoneguy View Post
    So far it's working for me. Will update later.

    Edit - Problems so far:
    - Eats food when no damage has been taken.
    - Got to the rock wall at the end and tried to go through the pipe instead.
    - Fell down the rope swing, got attacked by a skeleton, script couldn't find ladder, tried to log out but was in combat so it couldn't.

    Edit:

    It can finish the course and find its way up from the ladder. So I'm not sure why or when the problems occur.

    Edit:

    Fell in lava, then logged out.

    Successfully crossed the stepping stones.
    NextPlayer(True)
    SwitchToPlayer(PlayerNo: 0, Active: True);

    Has done this more than once. Finishes an obstacle and then logs out and tried to switch players.
    Thank you for your feedback. Please post debug boxes after stating the problem.

    As far as the eating problem goes, did you make sure to change your hp level in DeclarePlayers? I assume that most people missed this, so I will make it more obvious.

    Reviewing the other problems now.

    EDIT: I assume it logged out after you finished an obstacle over and over because you were out of food, and it checked your hp level, and since you didn't change it from 99 to whatever your hp level is, it thought that you needed to eat, and since you didn't have food, it logged out. (yay run-on sentences)

    EDIT: Version 1.1 is out! Give it a try.
    Last edited by Spiker; 05-13-2012 at 10:12 PM.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  12. #12
    Join Date
    Jul 2011
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    The script gets stuck after the rope swing for me. The first time it passed it, it immediately said it couldn't find the stepping stones then logged out then back in and tried finding the pipe, the second time it ran down the ladder. :P

    Can't wait till this script is done though and thanks for the hard work you have done to make it. ^^
    Last edited by zxzero; 05-14-2012 at 04:03 AM.

  13. #13
    Join Date
    May 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Spiker View Post
    Thank you for your feedback. Please post debug boxes after stating the problem.

    As far as the eating problem goes, did you make sure to change your hp level in DeclarePlayers? I assume that most people missed this, so I will make it more obvious.

    Reviewing the other problems now.

    EDIT: I assume it logged out after you finished an obstacle over and over because you were out of food, and it checked your hp level, and since you didn't change it from 99 to whatever your hp level is, it thought that you needed to eat, and since you didn't have food, it logged out. (yay run-on sentences)

    EDIT: Version 1.1 is out! Give it a try.
    I did change the HP level, but I had restarted the script a few times so perhaps I forgot to at some point.

    My HP never got so low that it should log out though (I don't think so at least). The script kept wanting to change players, not sure why.

    Sorry, not sure what exactly you want to post for debug (not sure where to find this..). Bot seems to have trouble with the rope swing; the script doesn't always recognize that the rope swing has been completed successfully, and will cause your player to retry it multiple times. The first time it retried a few times (even though it made it the first time) and then logged out. Second time it finally realized it made it across and continued on.

    Same goes for the log balance; the script doesn't recognize a successful log crossing at times, and will just stand there and get attacked by the skeleton. I assume the bot thinks it should be in the dungeon.
    Last edited by thatoneguy; 05-14-2012 at 10:03 AM.

  14. #14
    Join Date
    Mar 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add cakes as food and I'll try it out.

  15. #15
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by rs2info View Post
    Add cakes as food and I'll try it out.
    Will do. Keep an eye out.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  16. #16
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I need some more testers

    EDIT: Sorry about double post :/
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  17. #17
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help

    xception in Script: Plugin(libsmart32) has not been found
    what do i do?

  18. #18
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i found the missing plugins but its still not working..how do i use this?

  19. #19
    Join Date
    Nov 2011
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fails on the rope swing every time. Says in the debug box "failed rope swing" regardless if you passed it successfully or did fail.

  20. #20
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Swagger View Post
    Fails on the rope swing every time. Says in the debug box "failed rope swing" regardless if you passed it successfully or did fail.
    Thanks for the feedback. Will fix very soon.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

  21. #21
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it randomly logs me out after it does ropeswing... > V1.1

  22. #22
    Join Date
    Mar 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "[Error] (856:17): Unknown identifier 'RUNESCAPE_OTHER' at line 855
    Compiling failed."

    Any ideas on a fix?

  23. #23
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Exclamation Can not find pipe

    My character does not climb the cliff at the end of the course.

  24. #24
    Join Date
    May 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Continues to do ropeswing and will not pass it

  25. #25
    Join Date
    Jan 2012
    Location
    Texas
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Metal_Flamez View Post
    it randomly logs me out after it does ropeswing... > V1.1
    Will fix this tomorrow.

    Quote Originally Posted by ANinjaPeanut View Post
    "[Error] (856:17): Unknown identifier 'RUNESCAPE_OTHER' at line 855
    Compiling failed."

    Any ideas on a fix?
    You need to update your SPS. Looks like you're using 1.0.

    Quote Originally Posted by cparks1000000 View Post
    My character does not climb the cliff at the end of the course.
    Will look into this. Have you tried it multiple times and it always fails to climb just the cliffside?

    Quote Originally Posted by epiclulzzz View Post
    Continues to do ropeswing and will not pass it
    Will fix this tomorrow.
    Coming together is a beginning.
    Keeping together is progress.
    Working together is success.

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)

Posting Permissions

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