| A Man In Black ( @ 2007-10-24 22:11:00 |
A handy macro
Did you know you can call your coordinates without any kind of addon? This macro dumps your current coords to the chat frame, no fuss, no muss.
/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("( %s ) %i,%i",GetZoneText(),px *100,py *100));
Did you know you can call your coordinates without any kind of addon? This macro dumps your current coords to the chat frame, no fuss, no muss.
/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("( %s ) %i,%i",GetZoneText(),px *100,py *100));