Quote:
Originally Posted by Dev.IceSword
I know that , ThereFor I Shared This One as an Open-Source Project 
|
How accurate are the coordinates? This is what I use on a 566x646 map, I added it to MouseMove event on the form:
Quote:
Dim warpMap_X As String = (e.X * 185) + 80400
Dim warpMap_Y As String = 165000 - (e.Y * 200)
|