Single Core Posted July 7, 2014 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
darkxor Posted July 7, 2014 Posted July 7, 2014 You can use MainScreenTileDestination or WalkingEvent with setMinDistanceThresholdand setMiniMapDistanceThreshold() i think.
Celeos Posted July 7, 2014 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
Single Core Posted July 7, 2014 Author 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 ..