PDA

View Full Version : Macro - X,Y Coordinates


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!

addiarmadar
01-26-2007, 10:58 AM
A gret find for those that want to get those positioning addons or cannot.

Dsmaiden
01-27-2007, 09:44 AM
sweet. thanks for the script