perfect world mob offsets

02/23/2010 18:29 blume666#1
Quote:
Func GETNAME($I)
Local $NAMEOS[5]
$NAMEOS[1] = $I * 4
$NAMEOS[2] = Dec("4")
$NAMEOS[3] = Dec("230")
$NAMEOS[4] = Dec("0")
$MOBNAME = _MEMORYPOINTERREAD($TMP2[0], $DllHandle, $NAMEOS, "wchar[64]")
If @error Then MEMERROR(@error)
Return $MOBNAME[1]
EndFunc
this is from the zpwbot code, the offset for the mob name:
hex: 230
decimal: 560

not working on pw-int :(
anyone the right offsets for the mob name plz ?