View Single Post
12-13-15, 11:46 PM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Map coordinates represent the relative distance something is from the top left corner of the map frame, so top left is (0,0), the bottom right is (100,100) and the center is (50,50).

You can probably eyeball an estimate of your coordinates, but if you want something more precise you can take a screenshot of the map and measure the distance in pixels from the top left and divide that by the width and height of the map.