Screen Coords <--> Map Coords using autoit 04/21/2009 - CO2 Programming - 1 Replies Someone might like this.
I provide an example of how to convert screen coords into map coords and visa versa. So that if your using autoit or some other mouse clicking macro tool, then you can get it to accurately get the mouse coordinates to click to move to a map-coordinate location.
This method works by using autoit to look at the current player coordinates (_MemoryRead()), and performing some clicks on the screen to take map coordinate samples for mouse clicks in different locations....
move to coords based on editing memory 01/02/2007 - Conquer Online 2 - 11 Replies Hi,
While I'm making macros I found it to be very helpful if I can move to a different coord without activating a mouse click. it'd be much more reliable that I go to the coord that I want. I'm wondering if there's a way to go to a coord by changing something in the memory? Or any other way that I can do this within a macro script (thru dll calls or whatever), for example autohotkey.
Any help will be appreciated,
Thanks