So I'm trying to find a static pointer to a user's profession skill # (i.e. herbalism, mining, etc...)
I'm able to find it in memory easy enough, but it's obviously not static. And it has some sort of structure that is utterly confusing to me. Has anyone found this or reversed it yet?
Like every 0x40 is another skill #, but I can't determine how to associate it w/a certain profession. And I also haven't been able to find a static pointer to anywhere near this location in memory, I've search @ the start of the weird structure, then EVERY 0x4 after, to see if there is a pointer, and nothing
Thanks in advance!