View Single Post
03-29-06, 08:19 AM   #2
Crimm
A Defias Bandit
AddOn Compiler - Click to view compilations
Join Date: Mar 2006
Posts: 2
This should get you by until Bibmod is fixed.

Type /macro

And crete a new macro.

Drop this in it:

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


Value will be between 0,0 (Top Left corner of current map) and 1,1 (Bottom Right)

Then just drop that macro onto your toolbar, and mash it at will. :P

http://www.wowwiki.com/Most_Used_Macros#Location
  Reply With Quote