I remember there used to be a simple macro which would give you your current coordinates, for those who didn’t want to run even the simplest of add-ons.
Is that still the case? Anyone have it?
I remember there used to be a simple macro which would give you your current coordinates, for those who didn’t want to run even the simplest of add-ons.
Is that still the case? Anyone have it?
DCoord is the addon I use. It’s either named that or DCoordinates. It’s been awhile since I was ingame.
You can google it, but Ive tried the macro versions and I can never get them to do anything no matter how recent they are.
I dont know if they broke it or not.
This is my macro. It works fine.
/script px, py = C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit("player"), "player"):GetXY() /script print(format ("[ %s ] %i , %i",GetZoneText(),px*100,py*100));
Tested it out - does exactly what I need, with no unnecessary frills. Thanks.
We get coords, map positioning and sharing added in game with Shadowlands, just a heads up.
Haven’t noticed the coords in SL yet, but I’ll take a look. I’m just tired of people broadcasting “$INTERESTING_THING at X,Y” and not knowing where that is in relationship to me.
oh now thats good news.