View Single Post
05-16-18, 04:08 AM   #11
Voxxel
A Chromatic Dragonspawn
Join Date: Mar 2009
Posts: 193
Originally Posted by Bluspacecow View Post
Here's a Macro -

/script px, py = C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit("player"), "player"):GetXY()
/script DEFAULT_CHAT_FRAME:AddMessage(format ("[ %s ] %.2f , %.2f",GetZoneText(),px*100,py*100));
Thanks!
Working fluently.
  Reply With Quote