Location Macro?
Posted: Mon Feb 24, 2025 2:07 pm
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?
/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?