Hey there, I've been working on finding this for about an hour now, so I guessed I'd ask. I'm trying to get the Offset for PowerType (for Players Base). I found all the powers Offsets but now I'm trying to find it using this list:
I found the list in the Constant thread. Maybe theres something I'm doing wrong, tell me if the list isn't good. Thanks for any help, I'm starting to feel sick of searching a simple offset =/Code:public enum PowerType : byte { Mana = 1, Rage = 2, Focus = 3, Energy = 4, Happiness = 5, RunicPower = 6, Runes = 7, Health = 8, }
I did found some offsets that lookes good but realised that sometimes it shows the right id, soemtimes it shows happiness or such things.