TTScripts Posted September 16, 2017 Share Posted September 16, 2017 Whenever I try to use getWalking() or webWalking() and set a point destination only a couple tiles away, the script ignores it and I get the message in logger that the event completed but my character did not move. It usually only works when the destination is at least 4 tiles away. How can I walk locally to a spot only a square or two away? Anyone got a good method for moving the mouse to a specified tile on screen (if it's visible on screen)? Quote Link to comment Share on other sites More sharing options...
Night Posted September 16, 2017 Share Posted September 16, 2017 Click the position with the option of "Walk here" Quote Link to comment Share on other sites More sharing options...
Team Cape Posted September 16, 2017 Share Posted September 16, 2017 2 minutes ago, Night said: Click the position with the option of "Walk here" 9 minutes ago, TTScripts said: Whenever I try to use getWalking() or webWalking() and set a point destination only a couple tiles away, the script ignores it and I get the message in logger that the event completed but my character did not move. It usually only works when the destination is at least 4 tiles away. How can I walk locally to a spot only a square or two away? Anyone got a good method for moving the mouse to a specified tile on screen (if it's visible on screen)? Use a WalkingEvent, and set the min distance threshold to 0 - the guide below that I made describes it pretty easily: Quote Link to comment Share on other sites More sharing options...
TTScripts Posted September 16, 2017 Author Share Posted September 16, 2017 9 minutes ago, Night said: Click the position with the option of "Walk here" thanks bro, so helpful. Are you assnerd or is he a different guy. name change? Quote Link to comment Share on other sites More sharing options...
Night Posted September 16, 2017 Share Posted September 16, 2017 4 minutes ago, TTScripts said: thanks bro, so helpful. Are you assnerd or is he a different guy. name change? Never changed my name Quote Link to comment Share on other sites More sharing options...
Juggles Posted September 16, 2017 Share Posted September 16, 2017 29 minutes ago, TTScripts said: thanks bro, so helpful. Are you assnerd or is he a different guy. name change? Dont believe anything he says. He is Assnerd. On topic: walking can be a few tiles off and say youre on it. Use walkingevent and set to 0 Quote Link to comment Share on other sites More sharing options...
TTScripts Posted September 16, 2017 Author Share Posted September 16, 2017 45 minutes ago, Team Cape said: Use a WalkingEvent, and set the min distance threshold to 0 - the guide below that I made describes it pretty easily: Thanks dude the walkingEvent threshold works great for my problem. 1 Quote Link to comment Share on other sites More sharing options...