January 11, 201610 yr 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
January 11, 201610 yr not sure but I think you can do while(myPlayer().isMoving){ sleep(500); } Edited January 11, 201610 yr by ni562
January 11, 201610 yr Author 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
January 11, 201610 yr 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.
Create an account or sign in to comment