The address you have for mana is an invalid hexdecimal...
The address you have for mana is an invalid hexdecimal...
correct:
mana = PlayerBase + 0xFF8
wrong
mana = PlayerBase + 0xHFF8
:P
H normally stands for hex, but you don't need include it if you have 0x.
Anyone know how to detect if the current player is casting a spell or not, and if so how long casting time is left?