Jump to content

Apaec

Scripter III
  • Posts

    11143
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 8 hour runs is a long time! I recommend using generous breaks and mirror client (if you're able to afford it), and that will significantly cut your ban chances. Also try playing legit a little bit inbetween botting sessions. And maybe even run the script on a clean VPN if you want to be extra safe! Sounds like you've been quite unlucky too. While i've done everything I can to make the script safer to use, it's still very reliant on users botting properly! ~apa
  2. Does it log anything in the client console?
  3. like this page when you want the trial - everything is automated so you can do it when you're ready apa
  4. Update~ Version 1.11 Fixed issue with bone looting - script should now correctly loot bones without getting stuck Added timeout feature to interacting with shrine to help prevent issues where it could get stuck (unsure of exact reason why it's getting stuck, could relate to latency, but this should hopefully help prevent this) ~apa
  5. ooh! How strange. I will take a look, thanks for reporting ~apa
  6. woo awesome, thanks for the screenshot you'll be up into the 80s in no time xD ~apa
  7. This script is one time payment no monthly fee and you can use it on as many tabs as you like. If you want a trial, follow the instructions on the front page of this thread ~apa Hey. I'm sorry to hear that, however what would you prefer it would do in this situation? I mean, bones take less than a second to spawn so this can't really cut gp rates significantly? ~apa
  8. I'm sorry to hear that, but if you botted for a whole day I can't say i'm suprised! Also, in future you may find it worthwhile to invest in the mirror client - this really helps cut down the ban rates ~apa
  9. You should have been more cautious in your botting, using generous breaks and investing in mirror client
  10. Yes, I meant the logger:) thank you very much for the fantastic report. The screenshots were exactly what I was looking for. I've gone ahead and fixed both issues as I believe I found and tested the problem in both cases. Luckily it was not a pathing issue I've extended your trial for an additional 48 hours to compensate for the issues you've experienced. Update: V 1.10 Script will now only attempt to loot items within an 8 tile radius around you. This should stop the script getting stuck on the way back from a trip. Added camera movement when activating the shrine to prevent the script from failing to activate when off screen. thanks, ~apa
  11. Probably does help prevent bans caused by player reports! ~apa
  12. Hey! thanks for the details ! In point 2, does it log anything in the client console? I will take a look at the eating issue now, but i'm not really sure what causes the script to pause in the other situation. Also, I recommend using the fishing trawler bank as it is further away from ardy zoo! apa Update! version 1.09 Script will no longer attempt to eat food while bank is open.~apa
  13. You don't have automatic position grabbing???? you have to stop, press the button and carry on to the next spot... how painful!
  14. Woo, update! Version 1.12: Due to the zeah update, the forging interface indexes changed, and as a result the saved menu positions shifted. This update has updated all shifted menu options so they should now work! This includes throwing knives, dart tips and arrow tips. Updated door handling to hopefully prevent script getting stuck in al-kharid. Please let me know if anything still doesn't work in terms of forging (if it fails to find the option in the menu, or forges the wrong thing!) - make sure you're running v 1.12 first though. enjoy! ~apa
  15. Yea, I think a great addition to the API would be some worked examples . They would really help newer scripters get started, however if you're good at reading API docs from other areas (even standard java libs), it makes it alot easier. As for opening banks, you can do stuff like i if (bank.isOpen()) { //withdraw stuff etc } else { RS2Object bank = objects.closest("Bank booth"); if (bank != null && bank.exists()) { bank.interact("Open");Timer t = new Timer(0L); while (!bank.isOpen() && t.getElapsed() < timeout) { sleep(400); } } thats a really basic example which I wrote in the reply box, should do the trick but you will need a timer class. Theres simpler ways with conditional sleep (check api for this one), but that works fine too. apa
  16. osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ should hopefully cover the very basics! apa
  17. will be taking a look into this at the weekend in addition to the interface interaction problems. Stay tuned! ~apa
  18. that should not happen at all. Perhaps the interfaces have changed, or mirror mode is playing up again. I will be taking a look this weekend and will hopefully determine the cause of these problems apa
  19. Hey! thanks for reporting, When it tries to smith the iron dart tips, does anytthing come up in the console? apa
  20. Sure, please follow the instructions on the main thread! apa
  21. Mirror client is used by fewer people ( as it's VIP+ ). For more info on the technical side of mirror mode, take a look here: http://osbot.org/forum/topic/66338-reducing-banning-rates-behind-the-scenes-at-osbot-27-febuary-2015/ ~apa
  22. thank you for the purchase! I hope it lives up to your expectations! but you should have asked for a trial first apa
×
×
  • Create New...