Friday, July 27, 2007

Map coords without a mod

Many minimap coord mods have gone belly up or cause trouble with updates, so I was awfully happy to find this macro to let me know what they are:

Create a macro using this script (just copy & paste it):

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

You click on the macro and it will give you your coordinates in the chat pane.

Now you can use all those quest tips where they only give you coordinates for the mob/item you are looking for.

No comments: