Jump to content

Apaec

Scripter III
  • Posts

    11159
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Not sure have a look at the log file, see what it says, and maybe try googling ?
  2. On request - I wouldn't consider it an issue; i'd just consider this update a feature!: Version 3.05 Prevented the script from depositing runes. The script will still deposit everything else that it does not need! Added checks for inventory over-configuration while banking If you have runes in your inventory, please account for this yourself by ensuring you leave free slots in the gui inventory set up! Please set up the auto-casting for your spell manually before starting the script. Please allow time for the developers to verify the update and push it live; this normally takes less than 24 hours. Please the latest version is running before reporting any issues. Apa
  3. 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
  4. 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!!
  5. 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
  6. 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?
  7. Sure, no problem. I've just started a trial for the sand crabs script for you; enjoy!(:
  8. 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
  9. 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
  10. 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!
  11. 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!
  12. 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!");
  13. 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!
  14. Sure, replied on other thread.
  15. Hey, sure thing, i've started a 24h trial on your account! (: Enjoy, Apa
  16. 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!
  17. https://www.youtube.com/user/BrokenToasterTV
  18. 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...
  19. Awesome progress, congrats! (:
  20. 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! (:
×
×
  • Create New...