This page will tell you how to:
All UI mods described on this page (unless otherwise noted) can be found at: WoWInterface
| Contents [hide] |
There are several ways to find out the coordinates of where you are in-game.
Create a macro with the following lines:
/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("[%s] %s, %s",GetZoneText(),px*100,py*100));Now, drag the icon you assigned to a hotbar. When you press it you will get the coordinates, with a lot of decimal places! When reporting locations, round to the nearest whole value!
![]() |
This page needs more information! If you'd like to contribute, please edit this page (free ZAM account required)! |
|