I am certain that this is right, but it doesn't return anything.
I've looked everywhere, and all the code I find is exactly like this, but mine isn't working.
Code:
$tmpName = _MemoryRead(($CurrentObject + 0x964), $wowhandle, "uint")
$tmpName = _MemoryRead(($tmpName + 0x5C), $wowhandle, "uint")
$tmpName = _MemoryRead(($tmpName), $wowhandle, "char[30]")
ConsoleWrite("Name: " & $tmpName & @CRLF)
I know that $CurrentObject is correct, because I can get health, mana, position, etc.
Code:
_MemoryRead(($CurrentObject + 0x964), $wowhandle, "uint")
Returns zero.
Your help is greatly appreciated.