Does anyone have a macro that shows coordinates? I prefer never to use add-ons, and would like a simple in-game macro. This would be for Classic Hardcore.
Try this
/run z = C_Map.GetBestMapForUnit("player"); pos = C_Map.GetPlayerMapPosition(z,"player"); print(C_Map.GetMapInfo(z).name, math.ceil(pos.x*10000)/100, math.ceil(pos.y*10000)/100)
I found it online with a search and it says Location Horizontal Vertical in chat.
4 Likes
That one worked much better than the other one I had found. I’ll run with it a while. The other one returned a 0,0 no matter where I was.
2 Likes
Strongly suggest Questie and it comes with coords.
1 Like
Addons are mostly just pretty macros, anyway.
1 Like
I just estimate my coordinates. pretty easy to do with the map, top left corner is 0,0
1 Like