The Ironsong Tribe

Full Version: In-Game Coordinates without an add-on!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is a macro you can make to give you your current location using in-game X,Y coordinates within your present zone. Should help in finding locations mentioned in guides or Thottbot/WoWHead/Allakhazam for those of us who don't like updating and maintaining addons!

/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("( %s ) %i,%i",GetZoneText(),px *100,py *100));

Just make a new macro with it, put the button for it on a bar somewhere and enjoy!

Shillatae

Guest

thanks tae and yeh i don't have any addons except a threat meter.