I got a bug on my server, monsters do not die properly.
Its considering all monsters, some of them die, and others not.
Like this photo.
I dont think its creaturescript, because it looks like this:
Im using: <The Forgotten Server - Version 1.0 Compilied on Dec 29 2013 19:22:17 for arch x64>
Screaming for help.
Thanks in advance.
Its considering all monsters, some of them die, and others not.
Like this photo.
I dont think its creaturescript, because it looks like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<creaturescripts>
<event type="login" name="PlayerLogin" script="login.lua"/>
<event type="login" name="FirstItems" script="firstitems.lua"/>
<event type="death" name="PlayerDeath" script="playerdeath.lua"/>
<event type="extendedopcode" name="ExtendedOpcode" script="extendedopcode.lua"/>
</creaturescripts>
Im using: <The Forgotten Server - Version 1.0 Compilied on Dec 29 2013 19:22:17 for arch x64>
Screaming for help.
Thanks in advance.