View Single Post
12-14-15, 01:40 PM   #7
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
I thought of a way you could get accurate coordinates; if you can enable combat logging through /combatlog or the /console command, then you could turn it on, cast something specific, and turn it back off, then you should be able to get the global coordinates out of the log file. I'm not sure if disabling it forces it to write to the log file or if you have to /reload or something.

You can convert the global coordinates to zone map coordinates if you really want to, but it will require extracting the map sizes and offsets from WorldMapArea.dbc (you'll need a CASC reader and a way to read the dbc file).