Posted on: 10-04-2012 - Updated on: 10-04-2012 - viewed 17374 times
Description:
This Wow macro lets you not have to install heavy addons that you need to keep updating all the time. It will print out the current Wow map coordinate location that you are at.
/script SetMapToCurrentZone() local x,y=GetPlayerMapPosition("player") DEFAULT_CHAT_FRAME:AddMessage(format("%s, %s: %.1f, %.1f",GetZoneText(),GetSubZoneText(),x*100,y*100))
Cool, like to know where I am located. Thanks.