Zdenka
01-25-2007, 08:47 PM
:
here's a quick macro that will tell you where you are in the zone by putting your [X,Y] coordinates in the chat window
just copy/paste the following code into a macro
/script local x,y=GetPlayerMapPosition("player"); SELECTED_CHAT_FRAME:AddMessage(string.format("Location: %d,%d",x*100,y*100))
have fun!
here's a quick macro that will tell you where you are in the zone by putting your [X,Y] coordinates in the chat window
just copy/paste the following code into a macro
/script local x,y=GetPlayerMapPosition("player"); SELECTED_CHAT_FRAME:AddMessage(string.format("Location: %d,%d",x*100,y*100))
have fun!