• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problems with monsters

Nobrusz

New Member
Joined
Mar 23, 2014
Messages
48
Reaction score
2
Hello again, guys!

Recently i observed that im having this problem on my distro:
3nvw.png


I haven't noticed what exactly these problems affect, but i don't like errors in my server.
Someone have any idea of how i fix them?
Thank you all again!
 
Not sure but I belive those monsters are calling events that are not in your otserver. OR, the map is calling those monsters (and they do not exist). No idea.
 
It's because there are creaturescripts registered in monsters that aren't in creaturescripts.xml.
You can look for monsters that probable have those events registered and delete that part.
It will look like this.
Code:
<script>
   <event name="fury"/>
</script>
 
It's because there are creaturescripts registered in monsters that aren't in creaturescripts.xml.
You can look for monsters that probable have those events registered and delete that part.
It will look like this.
Code:
<script>
   <event name="fury"/>
</script>
If i just delete this line, my problem disapear, but, the monster still working?
 
Back
Top