Jump to content

Apaec

Scripter III
  • Posts

    11157
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. I'm sorry to hear that ): It happens though... 80 cooking is a good achievement, but hopefully the next account you bot will last longer!!! Apa
  2. Sure, done! Woo, awesome once again!! (: Thanks for sharing this one as well!!!!! 2.3M exp... wow! Edit: You've almost got a skillcape worth of exp! Sure thing, done!!
  3. Hey, Unfortunately probably not with the script at this price, since if I were to add one pie, I would have to add them all along side all pizzas and other special food items. Perhaps in another script though down the road some time! Sure thing, done!( : Apa
  4. I aim to get this done today or tomorrow! Not sure where this error is coming from; seems to be a stack trace from client code. Are you sure this is at the bottom of the logger when the script is stopping?
  5. Sure, no problem. I've just started a trial for the sand crabs script for you; enjoy!(:
  6. It's up to you with the times, there's no 'optimum' set up. Just think of it this way - the less you bot, the less likely you are to get banned. 2 hour botting sessions are quite long, that's longer that I personally would bot in one day. It's up to you though, it's a compromise between xp gains and chances of a ban! Apa
  7. Just set breaks up as you would for any other script through the options menu; the script will make sure that you break safely. Apa
  8. Apologies; I thought when you said you were combining items, you meant for example putting toppings on pizza; and I concluded you were attempting to sleep until, for example, there are no tomatoes left in your inventory, with a time out of 1 minute say. Guthix teas is a bit different; not entirely sure how they work but i'm sure you will find a neat solution - good luck!
  9. Woo 1 day run time! Thanks for sharing; 1.3M is crazy gains for that time scale (: Holy moly, 90 k exp per hour!?!!! wow! Thank you for sharing this as well! Thank you; glad it's working well!
  10. Player somePlayer = getPlayers().closest("Zezima"); //Edit: Trading this player: int someThreshold = 7000; if (somePlayer != null && getMap().canReach(somePlayer) && somePlayer.interact("Trade with") && new ConditionalSleep(someThreshold) { @Override public boolean condition() throws InterruptedException { return getTrade().isCurrentlyTrading(); } }.sleep()) log("Successfully in trade!");
  11. In my opinion this is a big mistake; the key with a solid script is that the onLoop is minimally interrupted; i.e no long sleeps. Perhaps not as important for a fletching script or something similar to what you're doing, however for scripts such as those which involve combat, checking values such as hp levels, prayer levels etc regularly is paramount. There must be a way for you to check the status based on the current contents of your inventory, your animation or some kind of inventory change listener implementation!
  12. Sure, replied on other thread.
  13. Hey, sure thing, i've started a 24h trial on your account! (: Enjoy, Apa
  14. I've been doing agility recently, I keep my botting sessions at a maximum of 15 minutes in length and don't exceed ~1-2h per day. Also, i'm using a homemade script. I've got to 70 on two accounts without any issues! It seems to be entirely random though; just play it safe!
  15. https://www.youtube.com/user/BrokenToasterTV
  16. I'm suprised they haven't realised how flawed DMM is already I feel the more they change it, the harder it is to follow and it seems to be getting just too complicated now. Plus, a lot of the issues simply cannot be completely solved. I think they need to pursue a more natural competition if they want to get going in e-sports; something like Castle wars or a PVP Tournament...
  17. Awesome progress, congrats! (:
  18. Hey! The reset route is as it is to remove any ambiguity as to whether or not the reset was successful. I was not aware that you could reset these spots by walking to that position though, I will run some experiments at some point this week to test the feasibility, but the last thing I want is for a path short enough that the refresh fails and the script ends up running backwards and forwards for two hours. Better safe than sorry in this case in my opinion! ... 2 days?! Woah!!!!!!!!!!! Thank you for sharing that, it's awesome!!!! That's the script walking to a safe position 2 minutes before a break starts to ensure you can log out safely! (:
  19. Hey, unfortunately it doesn't for a number of reasons, however since rock crabs have cleared out a little more, it is something that I am more likely to consider adding in the future. Can't make and promises though!
  20. Hey, The AIO cooker has the option to move the mouse outside the screen while cooking, alongside the option to add a random delay after finishing the inventory before banking. That being said, there's nothing that scripts can really do to prevent bans, (see https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2/ ) - it's mostly how you use the script that matters. Cheers Apa
×
×
  • Create New...