Thread: help with map's
View Single Post
09-10-05, 09:42 AM   #5
Littlejohn
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 90
Gatherer shows coordinates on the big map.

You don't actually need a mod to show the coordinates of your current player position -- it's a pretty simple macro:

/script DEFAULT_CHAT_FRAME:AddMessage(string.format("%.2f , %.2f", GetPlayerMapPosition("player")))
  Reply With Quote