Hi to all!
i have learned a little how to read wow memory. today i played with cheat engine and tried to find ofset for player health. and i did, and it works (even on other pc's / when you close or start wow).
here is the screen:
I have gathered this:
The 0x0c4a1fb0 i believe was a playerbase at that moment and 0xfb0 is the ofset i found.Code:uint min = wow.ReadUInt(playerbase /*0x0c4a1fb0)*/ + 0xfb0);//UNIT_FIELD_HEALTH = 0x18
My question is: how is my ofset (0xfb0) related to UNIT_FIELD_HEALTH = 0x18? or maybe UNIT_FIELD_HEALTH is not the identificator for player health?
Thank you for reading this.