Single Core Posted July 7, 2014 Share Posted July 7, 2014 (edited) How could I walk to a Position, without using the Minimap. I'd like it to click on the actual Position. #Position #Interact doesn't seem to be working ? Edited July 7, 2014 by Single Core Link to comment Share on other sites More sharing options...
darkxor Posted July 7, 2014 Share Posted July 7, 2014 You can use MainScreenTileDestination or WalkingEvent with setMinDistanceThresholdand setMiniMapDistanceThreshold() i think. Link to comment Share on other sites More sharing options...
Celeos Posted July 7, 2014 Share Posted July 7, 2014 (edited) pos.interact(bot, "Walk here"); Edit: This is probably not the best method but it works. Edited July 7, 2014 by Celeos 1 Link to comment Share on other sites More sharing options...
Precise Posted July 7, 2014 Share Posted July 7, 2014 you can just do: pos.interact(bot); Link to comment Share on other sites More sharing options...
Single Core Posted July 7, 2014 Author Share Posted July 7, 2014 pos.interact(bot, "Walk here"); Edit: This is probably not the best method but it works. Thanks, I tried it yesterday and it failed to do anything. Now it apparently works wtf .. Link to comment Share on other sites More sharing options...
blabla123 Posted July 7, 2014 Share Posted July 7, 2014 execute(new WalkingEvent(Position)); Link to comment Share on other sites More sharing options...