Shawak
Intermediate OT User
I can't add a new script to the CreatureEvents on TFS 0.3.5,
the server don't excute the script.
My CreateEvents:
The top of my script:
And my login.lua:
If you say me, how to fix the bug, I'll rep you, ofcourse.
Regards,
Shawak
the server don't excute the script.
My CreateEvents:
LUA:
<event type="PrepareDeath" name="Kill" event="script" value="kill.lua"/>
The top of my script:
LUA:
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
And my login.lua:
LUA:
registerCreatureEvent(cid, "Kill")
If you say me, how to fix the bug, I'll rep you, ofcourse.
Regards,
Shawak