Location Macro?

Anything goes here! Have your say, discuss anything from kittens to your favorite ice cream.
Post Reply
NOMENTION
Posts: 1
Joined: Tue Oct 29, 2019 11:39 am

Location Macro?

Post by NOMENTION » 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?

darryheart
Posts: 2
Joined: Tue Feb 25, 2025 4:04 pm

Re: Location Macro?

Post by darryheart » Tue Feb 25, 2025 4:09 pm

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.

wrenloren
Posts: 1
Joined: Wed Feb 26, 2025 8:14 am

Re: Location Macro?

Post by wrenloren » Wed Feb 26, 2025 8:21 am

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!

Post Reply