Been trying to find Player Class Offset but haven't been able to so far; came across few posts that mentioned
with PlayerBytes0 = 0x90Code:var byteValue = WoWManager.WoW.Read<byte>((IntPtr)BaseAddress + (int)Enums.WoWUnitFields.PlayerBytes0*4); var value = (byteValue >> 8) & 255;
But post shift and value is zero.... any help or pointers are appreciated.