Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26742
  • Joined

  • Last visited

  • Days Won

    212
  • Feedback

    100%

Everything posted by Khaleesi

  1. Thats off by default right? Or where is that option?
  2. I tried a few times, worked fine got any screenshots? Enjoy!
  3. I just tested it, works just fine... Show some screenshots so atleast I know what you are talking about Because making darts is just spammclicking
  4. What are you talking about? Ofcourse it works like that
  5. Make sure you restarted your client
  6. No trials on this script
  7. Osbot client deals with that
  8. The fix is already pending, just waiting for osbot to apply. Pick another food type for now
  9. Might just wanna restart your client, should be impossible but will take a look at it first thing tomorrow
  10. ya I believe it's nice, just don't overdo it for every few seconds You could add it in the same conditional sleep, !spot.exists()
  11. There isn't a settings in the script or client that can fuck this up tbh, just basic webwalking tried to reinstall osbot completely by deleting the folder? Feel free to join the discord, talks easier
  12. Enjoy the trial! Yes that's possible
  13. it sleeps for maximum 10 seconds OR until it starts animating Make sure to wrap the interact in an if too, so you won't be waiting 10 seconds if the interaction failed if(spot.interact("Lure")){ new ConditionalSleep(10000) { @Override public boolean condition() { return myPlayer().isAnimating(); } }.sleep(); } https://osbot.org/api/org/osbot/rs07/utility/ConditionalSleep.html For more info
×
×
  • Create New...