Jesse Posted January 11, 2016 Posted January 11, 2016 Still new to osbot but i'm not sure if it possible to make a player not walk again until he stops at the tile he clicked on since at the moment the walking spams way too much
ni562 Posted January 11, 2016 Posted January 11, 2016 (edited) not sure but I think you can do while(myPlayer().isMoving){ sleep(500); } Edited January 11, 2016 by ni562
Jesse Posted January 11, 2016 Author Posted January 11, 2016 not sure but I think you can do while(myPlayer().isMoving){ sleep(500); } ya i tried something like this before and it did no luck for me
Paradox68 Posted January 11, 2016 Posted January 11, 2016 ya i tried something like this before and it did no luck for me Not sure why you'd be having this problem getWalking().webWalk(pos); works fine for me even in instances where it's being called repeatedly, it doesn't spam click for me.