Jump to content

Apaec

Scripter III
  • Posts

    11160
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. Sure - trial started Apa
  2. Sure - trial started Apa. Btw, have you considered training at Sand crabs instead? Much better exp/h there!
  3. Thanks for letting me know - unfortunately there is not much I can do about misclicks; these are a consequence of latency fluctuations, resource throttling and lag. If you're running in low cpu mode, i'd highly recommend switching this off! -Apa
  4. Sure - trial started -Apa
  5. Sure - trial activated -Apa
  6. Sure - trial activated Apa
  7. Oh no! That's a real shame to hear. I must say that botting for 12 hours is very very brave. I personally run the script for no longer than 30 minutes at a time, with generous breaks and legitimate play in-between. I am not sure how effective a proxy is - in my opinion, the key is to keep a low profile in the game. Be extra careful when you next run the script on this account! Hopefully you don't run into a future ban. Cheers -Apa
  8. Hey, Unfortunately not at the moment, but thank you for the suggestion. Load/saving is a fairly large task, but i've logged it as an improvement in the backlog. Cheers, Apa
  9. Great to hear! Let me know if you run into any issues. -Apa
  10. Sure - trial activated Apa
  11. Sure - trial started! -Apa
  12. Hey, Unfortunately not at the moment. It's something on my to-do list though. Sorry about that, Apa
  13. Hey MetalYetti, You can change the location by selecting a different spot in the map view panel on the left hand side of the start-up UI: -Apa
  14. Hey, This is very odd, and certainly not what should be happening. Which version of OSBot are you using? Also, please could you share the console logs with me? This will help to pinpoint the problem so that I can get this sorted for you ASAP -Apa
  15. Sure, just started a 24h trial on your account. Gave some details about paying with OSGP in a reply to your message on the script thread -Apa
  16. Hey, It's entirely possible to buy with OSGP, though not directly. You'll have to pick up a store voucher from a seller, which you can then redeem for store credit. Here's a link to the vouchers forum: https://osbot.org/forum/forum/227-vouchers/ Hope that helps Apa
  17. Hey, I see from your PM you got it working, but let me know if you run into further issues Apa
  18. This is fairly simple to achieve. Your goal is to map the current game state to a single action. Here is some pseudocode: onLoop { if (some condition) { do this interaction; } else { do a different interaction; } return 200; } Naturally this is a very simple case, but no matter what the game state, this will only ever execute a single game interaction per iteration of onLoop. Hopefully that makes sense! Apa
  19. Sure - trial started -Apa
  20. Hmm, thanks for letting me know. Maybe I need to tweak timings here. I'll take a look - cheers Apa
  21. The onLoop is just a while loop which continues until the user presses the red 'stop' button, where the return value is a millisecond delay between loops. You can use it as you wish. The 'design pattern' I described, where only a single game interaction happens per loop, is safest as this makes the script deterministic. And yes - a 'walk path' call could also fail (potentially even mid-route). For example, your network connection could drop for 5 seconds. Your script needs to be able to be able to handle the possibility of this. -Apa Edit: About conditional sleeps for this particular situaton: I would sleep until the 'open trapdoor' object exists, rather than waiting for animation.
  22. Sure - trial activated -Apa
×
×
  • Create New...