So I have the basics of finding data like health/mana in C#... But when I see lists of hex values next to methods on mmowned such as "4A0C80 -> GetZoneText" how does one actually utilize these methods?
I am using IDA Pro to attempt to find these methods on my own but I am not having much luck and the guide I am using (from the mmoglider forums) is either outdated or missing a step or I am just messing things up.
Do I call the internal methods of retrieving data as if it were an API of sorts? If so, what ways do other developers use to call said methods?