Move function found for linux.

develop
Warmist 2011-08-21 15:56:42 +03:00
parent 8e68b50ed7
commit 246f704c68
1 changed files with 3 additions and 1 deletions

@ -12,7 +12,9 @@ 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)
end