seeing as its an horrendous crime not to use addons, does anyone have a macro thatll show me my coords on the map. I asked in general for someone to link my a map oin for a location and ended up with 10 minutes of abuse for not using addons so i thought there might be some less kiddie people on the forums.
a macro for coords please.
Co-ords are something that should have been baked into the game for years now. I couldn’t survive without Co-ords so it’s one of the few Add-ons I need.
I think macros for coordinates is a bit advanced for most of us, try asking in the UI and Macro section (maybe in the US forums you’ll have a better chance) or in a dedicated forum for wow macros.
Try TomTom, will put a small moveable box on screen with your current co-ords.
solved it, sort of,
make a macro with …
/script px, py = C_Map.GetPlayerMapPosition(C_Map.GetBestMapForUnit(“player”), “player”):GetXY()
/script print(format ("[ %s ] %i , %i",GetZoneText(),px100,py100));
and it gives your current location co-ords.
All this is in the game already, they just wont implement it fully … very annoying
If you did think about an add-on, MapCoords is very small and does exactly that and nothing else. Co-ords of your position and co-ords of other places on the main map with the cursor.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.