This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Question about coordinates....
Post Reply
Return to board index
Post by
290741
This post was from a user who has deleted their account.
Post by
Sagerauru
Different add-ons, such as Cartographer, will display your current location on that zone's map with coordinates. Or, you can use the following command to determine your coordinates:
/script SetMapToCurrentZone() local x,y=GetPlayerMapPosition("player") DEFAULT_CHAT_FRAME:AddMessage(format("%s, %s: %.1f, %.1f",GetZoneText(),GetSubZoneText(),x*100,y*100))
Post by
157832
This post was from a user who has deleted their account.
Post by
290741
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.