Has anyone been able to find the offset for the current amount of insanity for a shadow priest? Health and mana were very easy to find but insanity has proven to be pretty tricky. Even scanning memory returns no results at all for me.
Has anyone been able to find the offset for the current amount of insanity for a shadow priest? Health and mana were very easy to find but insanity has proven to be pretty tricky. Even scanning memory returns no results at all for me.
Its in descriptors, in powers array (mana at index 0), total size is 6
Thanks. I didn't realize it was stored as 0 - 10000 instead of 0 - 100.
Look at PowerType.db2 for all power ui multipliers (TrinityCore/DB2Structure.h at master * TrinityCore/TrinityCore * GitHub)