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
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
I have been running it non stop for weeks there and I never noticed this, nor are other people atm.
I'm running it for 30 min right now and I did not skip it even once, so I believe the issues lies on your end somehow?