|
|
|
@ -12,6 +12,8 @@ else
|
|
|
|
|
onfunction.AddFunction(0x55499D+offsets.base(),"Move") --on creature move found with "watch mem=xcoord"
|
|
|
|
|
onfunction.AddFunction(0x275933+offsets.base(),"Die") --on creature death? found by watching dead flag then stepping until new function
|
|
|
|
|
else
|
|
|
|
|
--onfunction.AddFunction(0x0899be82+offsets.base(),"Move") -- found out by attaching watch...
|
|
|
|
|
onfunction.AddFunction(0x899befe+offsets.base(),"Move") -- found out by attaching watch...
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
onfunction.SetCallback("Die",DeathMsg)
|
|
|
|
|