Hey,
I recently started using IDA to find the offsets in memory and managed to retrieve the status from the different flags in Arathi Basin based on the LUA method GetMapLandmarkInfo.
My issue comes when trying to fetch the current game score based on GetWorldStateUIInfo.
I noticed is seems like [0x99A730] points on array for a struct for Horde and Alliance and reading 0x1C gives me the the following strings:
"%1582w/%1601w" for alliance and "%1582w/%1601w" for horde.
It seems like these arguments within the string are getting replaced somewhere else? It looks line an index for an array; however, I have not been able to find it.
A hint for how to retrieve these informations would be nice![]()