darkxor Posted July 11, 2014 Share Posted July 11, 2014 What does those variables mean? Is there ability to detect what tile is the target of "Walk here" action? Link to comment Share on other sites More sharing options...
Khaleesi Posted July 11, 2014 Share 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 Link to comment Share on other sites More sharing options...
darkxor Posted July 11, 2014 Author Share Posted July 11, 2014 I am trying to precisely click tile on screen. To be sure no error occur. Link to comment Share on other sites More sharing options...
Single Core Posted July 11, 2014 Share Posted July 11, 2014 new Position(2513, 3765, 0).interact(getBot(), "Walk here"); Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 11, 2014 Share Posted July 11, 2014 Iterate over menu options? Link to comment Share on other sites More sharing options...
darkxor Posted July 11, 2014 Author Share 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? Link to comment Share on other sites More sharing options...