So i looked at the enums and structs to try and find the new offsets for health with no success. These are the last offsets I need to completely update the new bot. I'm pretty sure it's the offsets, because I don't have any problems with the PlayerBase now. Here's the addresses I'm using.
Code:
DWORD lvl1Pointer = 0x12BEDB8, //3.1.2 0x010BD5F4,//0x010B65F4 - 3.1.1
lvl2PointerOffset = 0x34,
playerBaseOffset = 0x24,
xOffset = 0x798,
yOffset = 0x79C,
zOffset = 0x7A0,
rOffset = 0x7A8,
playerHealthOffset = 0xF96,
playerMaxHealthOffset = 0x1854,
playerManaOffset = 0xF94,
playerMaxManaOffset = 0x1858;