this is from the zpwbot code, the offset for the mob name: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
hex: 230
decimal: 560
not working on pw-int
anyone the right offsets for the mob name plz ?






