Page 16 of 26 FirstFirst ... 61415161718 ... LastLast
Results 376 to 400 of 629

Thread: [R]yGuy's [A]pe [A]toll [A]gility [R]unner

  1. #376
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    I didn't know this.. I'll work on it this weekend
    It works now, i didnt know what happend.. few times he just ran off when he was under 100hp and now he just takes the pineapples and cuts them / eat em. Great script will post proggy soon

  2. #377
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
    *RyGuys Ape Atoll Agility Runner Report
    *Time: 3 Hours, 21 Minutes and 31 Seconds
    *We have gained 109580 Agility Experience!
    *We are gaining 32743 Agility Experience per Hour!
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

  3. #378
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    I didn't know this.. I'll work on it this weekend
    You've made a very nice script mate, the only problem atm is that part about the pineapples, mine just click spammed the west side of the map, that would be your right when the script is angled Other than that it works really good, i still ain't high enough for flawless runs so i have to watch it, but no problem for it to find out where to start again if it failed each obstacle

  4. #379
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    I didn't know this.. I'll work on it this weekend
    I haven't tried it since 1.35, so unless you've changed something in 1.4, it doesn't gather any pineapples, for me at least.

  5. #380
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by TsterT View Post
    I haven't tried it since 1.35, so unless you've changed something in 1.4, it doesn't gather any pineapples, for me at least.
    Hmm well maybe it was something wrong on his end. I'll test it at least when i get some time

  6. #381
    Join Date
    May 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TsterT View Post
    Gather the pineapples yourself. It only cuts them.
    It never cut the pineapples for me even with an inventory full, it was just spamming around on the minimap

  7. #382
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Scripts isnt working at all right now? Or do i have to do an update orso?

  8. #383
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    *RyGuys Ape Atoll Agility Runner Report
    *Time: 6 Hours, 38 Seconds
    *We have gained 234040 Agility Experience!
    *We are gaining 39017 Agility Experience per Hour!
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Longest proggy I've gotten so far.

  9. #384
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Nhi View Post
    Scripts isnt working at all right now? Or do i have to do an update orso?
    It should be working.. just make sure all of your settings are correct.. min/fixed/max brightness/ smart enabled.

    Quote Originally Posted by TsterT View Post
    Code:
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    *RyGuys Ape Atoll Agility Runner Report
    *Time: 6 Hours, 38 Seconds
    *We have gained 234040 Agility Experience!
    *We are gaining 39017 Agility Experience per Hour!
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Longest proggy I've gotten so far.
    Ooh nice one! ^^

  10. #385
    Join Date
    Feb 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just letting you know the latest version is working flawlessly, getting my 34k exp/hour!

    Great job man!

  11. #386
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    didn't know there were agility scripts like this, looking forward to using it and will post proggies

  12. #387
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Your script is working flawlessly now mate.
    For some reason it got all weird when i had other than pineapples in my inventory so it wouldnt pick the pineapple, but now it runs as it should and i can leave it unattended

  13. #388
    Join Date
    Feb 2012
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your script seems to run flawlessly, all but for one detail: when the top is reached, there need to be more failsafes added. It often misclicks the minimap when going to the vine swing and terminates.

  14. #389
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Limoncello View Post
    Your script seems to run flawlessly, all but for one detail: when the top is reached, there need to be more failsafes added. It often misclicks the minimap when going to the vine swing and terminates.
    Try decreasing the randomness on that click and let me know if that works. Right now the procedure is...
    Simba Code:
    procedure RunToSwing;
    begin
      if FindDTMRotated(ToSwingMM, x, y, MMX1, MMY1, MMX2, MMY2, -Pi, Pi, Pi/30, aFound)then
      Mouse(x, y, 5, 5, True);
      Wait(1000 + random(100));
      AntiBan;
      Flag;
      Wait(1500 + random(100));
    end;

    change it to...

    Simba Code:
    procedure RunToSwing;
    begin
      if FindDTMRotated(ToSwingMM, x, y, MMX1, MMY1, MMX2, MMY2, -Pi, Pi, Pi/30, aFound)then
      Mouse(x, y, 3, 3, True);
      Wait(1000 + random(100));
      AntiBan;
      Flag;
      Wait(1500 + random(100));
    end;

  15. #390
    Join Date
    Feb 2012
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the tip. I'll let you know how it worked out after it's run an hour or two.

    EDIT: I had to copy the stone clicker procedure from 1.35 since the 1.4 one seems to often just hover the stone, but not click it.

    2nd EDIT:
    Progress Report:
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    *RyGuys Ape Atoll Agility Runner Report
    *Time: 40 Minutes and 52 Seconds
    *We have gained 38328 Agility Experience!
    *We are gaining 56272 Agility Experience per Hour!
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    Doesn't get stuck on its way to the vine now, but the 1.4 seems to work slower than the 1.35 version for some reason. The experience above is with skoll boots.
    Last edited by Limoncello; 03-01-2012 at 08:06 PM.

  16. #391
    Join Date
    Dec 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works great!

    One exception is that the pineapples aren't being gathered. Going to try a few runs and see how it goes.
    Last edited by AnonKun; 03-01-2012 at 08:47 PM.

  17. #392
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by AnonKun View Post
    Works great!

    One exception is that the pineapples aren't being gathered. Going to try a few runs and see how it goes.
    Do you have any other food in your bags? and is your health near the Eatat = 100random number,

    Dont have any food in your bags, maybe some pineapples you picked yourself next to the hut at the end of the agility course, then just let i drop down to 100 health, although i set mine to 200 to make sure i wouldn't get killed, so ye change line 19 to the line i wrote under without the """ ofc.
    And then it should do it, pickup the pineapples when needed and cut them.

    "EatAt = 200; //HP to eat at. Set to 0 to disable"

  18. #393
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Progress report, starting lvl was 7k from lvl 70, so its kinda good even though i fail alot can't wait to see how much xp i get with lvl 75
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
    *RyGuys Ape Atoll Agility Runner Report
    *Time: 1 Hours, 40 Minutes and 20 Seconds
    *We have gained 56740 Agility Experience!
    *We are gaining 33930 Agility Experience per Hour!
    *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~

  19. #394
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sometimes gets confused at the tree and tries to click on the bars at the top and gets stuck but otherwise this script works really well, however there are still some minor bugs that should be patched to make this script run at its fullest potential.

  20. #395
    Join Date
    Dec 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by semtex666 View Post
    Do you have any other food in your bags? and is your health near the Eatat = 100random number,

    Dont have any food in your bags, maybe some pineapples you picked yourself next to the hut at the end of the agility course, then just let i drop down to 100 health, although i set mine to 200 to make sure i wouldn't get killed, so ye change line 19 to the line i wrote under without the """ ofc.
    And then it should do it, pickup the pineapples when needed and cut them.

    "EatAt = 200; //HP to eat at. Set to 0 to disable"
    Thanks I'll try this.

  21. #396
    Join Date
    Feb 2012
    Location
    US
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Thanks! Gained over 1m experience, and 13 levels!

    This was on 1.35. And the pineapple thing worked perfectly for me (it collected, cut, and ate).
    Zaros

  22. #397
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    I just tested the pineapples and it worked fine for me. It only grabs them if your hp is below 300 and you have less than 15 items in your inventory, so make sure that your inventory is empty(or close to it) when you run it

  23. #398
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is it worth gettin the penance horn for this bot?

  24. #399
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by dgpro View Post
    is it worth gettin the penance horn for this bot?
    YESS! But I love BA :P

  25. #400
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by RyGuy View Post
    YESS! But I love BA :P
    How hard is it to optain that horn? and for how long do you get the extra xp?

Page 16 of 26 FirstFirst ... 61415161718 ... 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
  •