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 anyone has a macro that will work with the wow-mania client can you share it please?
Location Macro?
-
- Posts: 2
- Joined: Tue Feb 25, 2025 4:04 pm
Re: Location Macro?
Maybe try a simple one like /script print(GetZoneText()) and see if that prints anything. If that works, the issue might be with how the client handles the map API.
Re: Location Macro?
It seems like you're attempting to make the WoW-Mania client use the geographic coordinates. Are their community resources and forums something you've looked into? It is possible that they have compatible macros. Additionally, code can differ somewhat between private servers; hence, a small adjustment may be necessary to ensure that your macro runs correctly. Hope everything works out!