Search found 1 match
- Mon Feb 24, 2025 2:07 pm
- Forum: General Chat
- Topic: Location Macro?
- Replies: 3
- Views: 8836
Location Macro?
Does this custom client support a Location Macro? I tried using several I found online like: /run z = C_Map.GetBestMapForUnit("player"); pos = C_Map.GetPlayerMapPosition(z,"player"); print(C_Map.GetMapInfo(z).name, math.ceil(pos.x*10000)/100, math.ceil(pos.y*10000)/100) It doesn't do anything. If an...