• 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!

onDeath

renancs

New Member
Joined
Jul 8, 2008
Messages
252
Reaction score
3
Hello mates, im searching for a while, and i cant found a solution for mine problem.

And i see a lot of threads but noone can help me.

the problem is, when a players dies, he jusr PUFF, and dont drop the corpose, and i realy dont know how to fix this, i tried to diable all mine mods, and the when a player dies he keep just PUFF and dont "realy die";

can some one gimme a tip?

i hope some one can help me.

Realy thanks!
 
Here its mine creaturescripts.xml

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<creaturescripts>
	<event type="login" name="PlayerLogin" event="script" value="login.lua"/>

	<event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/>
	<event type="receivemail" name="Mail" event="script" value="mail.lua"/>
	<event type="reportbug" name="SaveReportBug" script="reportbug.lua"/>
	<event type="advance" name="AdvanceSave" event="script" value="advancesave.lua"/>

	<event type="think" name="Idle" event="script" value="idle.lua"/>
	<event type="think" name="SkullCheck" event="script" value="skullcheck.lua"/>
</creaturescripts>

and i disable ALL my mods! (move to another Path the scripts)

some another adivice?


EDIT: forget i restart de server and the corposes start to drop again!
lol
Thnx you anyway
 
Last edited:
Back
Top