Here is a Working Map Coordinate Macro for TBC Classic

I was looking for a Map Coordinate macro that worked in tBC Classic. I literally tried 20 of them before I found this one:

/script px, py = C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit(“player”), “player”):GetXY()
/script print(format ("[ %s ] %i , %i",GetZoneText(),px100,py100));

Yes I know there are a jillion addons that give map coordinates, but if you want just a simple macro, this will do the trick.

2 Likes

What does it do exactly? Says your current cords?

Yes, says the coordinates of where you are. Many of the posts that explain how to do quests will give you the coordinates, rather than say “It’s 300 yards North East of the big rock”. So you can find your way using the coordinates.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.