darkxor Posted July 11, 2014 Posted July 11, 2014 What does those variables mean? Is there ability to detect what tile is the target of "Walk here" action?
Khaleesi Posted July 11, 2014 Posted July 11, 2014 (edited) What does those variables mean? Is there ability to detect what tile is the target of "Walk here" action? Uhm what are you trying to do? Edited July 11, 2014 by Khaleesi
darkxor Posted July 11, 2014 Author Posted July 11, 2014 I am trying to precisely click tile on screen. To be sure no error occur.
Single Core Posted July 11, 2014 Posted July 11, 2014 new Position(2513, 3765, 0).interact(getBot(), "Walk here");
darkxor Posted July 11, 2014 Author Posted July 11, 2014 I think new Position(2513, 3765, 0).interact(getBot(), "Walk here"); can mismatch tiles. Yeah, iterate over menu options, but how to detect if the "Walk here" option points to needed tile?