Jump to content

Apaec

Scripter III
  • Posts

    11139
  • Joined

  • Last visited

  • Days Won

    90
  • Feedback

    100%

Everything posted by Apaec

  1. I guess it could happen, but it would be very unlikely as it would be quite a niche mis-click. If it were to happen, the script wouldn't know and would think you ran out of items, and would stop. Hope that helped Apa
  2. That's odd, do you have auto retaliate on?
  3. Thank you kindly! Glad it's working well. Let me know if you run into any problems! (: -Apa
  4. This is a free script, no-one stops by to say thanks or to post proggies. That being said, I haven't heard of any bans yet - but those are related to how the script is used, not the script itself!
  5. FYI This discount you get comes out of the scripters pockets as well! Maybe that's why monthly renewals are full price, not sure
  6. Also if you happen to have a spare second, i'd greatly appreciate it if you dropped a review on the store: https://osbot.org/forum/store/product/643-apa-sand-crabs/ Best, Apa
  7. Seems sensible - good plan!
  8. Sometimes when you can't find something it's worth f3'ing the Index with guesses at method names, lol. The API is very extensive so getting accustomed to it can take a little while, you'll get there! Apa
  9. You've returned at harsh times unfortunately Gone are the days when you could pick flax for 48 hours straight with no worries... Now I'm nervous even botting for an hour. It's seemingly entirely random though - some accounts last six months, others just a day or two - it's more or less the same for any script/bot. If you haven't already, check this thread out : https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/
  10. I could, but is it really worth it to risk the spot for waiting 1min 30 sec? It's a tradeoff really. I might do some tests, see if I can find a better solution. Thanks for letting me know!
  11. Are the avantoe herbs clean?
  12. Hmm, they should return to their place after 1 min and 30 seconds though, right? Unfortunately there's seemingly no way to tell which 'popped up' crab is yours so there's not much I can do to fix this Hopefully it doesn't happen too often!
  13. Woooo 12 hours, thanks for sharing and grats on the gains!!
  14. Ooh, that's an interesting situation. Hadn't thought of that! I will get that fixed ASAP for you. Thanks for stopping by! (: Apa
  15. Hey, The script already does this as part of the mouse random movements (But not for long so as not to impact exp rates). It's not overly common, but either way this won't stop you getting banned! Apa
  16. Hang on, you mentioned Konduit. Have they reversed/countered the random camera angle changes that happen in OSRS? -Apa
  17. Sure guys, both done - enjoy! (:
  18. Done, replied on other thread too
  19. Sure thing, done! Yes, why wouldn't it be! If you would like a trial to test it out for yourself, let me know. Although i'd recommend Sand Crabs over these for better exp rates! Apa
  20. Sure, done! Hmm, yea. if you're not using food then just make sure your HP is full otherwise the script will run to the bank and make sure you safely log out (this is not the script getting confused, it is a built-in fail-safe which makes sure you don't die if you leave the script running but accidentally forget to configure it with food!) Apa I can't see any problems with your setup, the script seems to be running fine for me. Hopefully the switch to SI will fix it for you, since mirror is pretty buggy atm. Apa Hey! I understand the struggle Yes, the ad is an OSBot thing (No way would I load the script with ads, especially if it's premium!). The ads show up no matter which script you're running - I'm not sure why you're unable to disable it though. Does re-starting the client help? Also the input changer is client handled, as re the start, stop and pause buttons etc. If you're still having problems, perhaps someone in the chatbox might be able to help? -Apa
  21. Also you could always take advantage of the return value of the conditional sleep to determine what to do if the interaction for whatever reason fails (misclick, ...) e.g: if (!getCombat().isFighting()) { //not in combat if (warrior != null) { //if it exists if (warrior.interact("Attack") && new ConditionalSleep(3000, 600) { @Override public boolean condition() throws InterruptedException { return getCombat().isFighting(); } }.sleep()) { log("Success!"); } else log("Fail :("); } }
  22. Looks good - If it runs well then there's no problem!
  23. Hey I probably can't add this as I would risk infringing the OSBot store policy of not undercutting scripts. The only reason I could price this at $5,99 and not in line with the other AIO Agility scripts is that this script is solely rooftop agility! If I were to expand this to include non-rooftop courses, I would have to increase the price which is not something I want to do at this moment in time. Sorry about that! Apa
×
×
  • Create New...