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

Can't move corpse from drakens

vingo

Active Member
Joined
Oct 27, 2012
Messages
464
Reaction score
43
as the title says, I cant drag/move corpses of dead drakens
 
Hi, i had the same "problem"

In my case i did not know how the "corpse decay system" worked and the first corpse had the wrong duration. And i just have to change the duration of the first corpse of drakens from 900 seg to 10 seg, which is the correct one.

If you dont understand it:

Just when you kill a monster a corpse appears, that is the first corpse of the "corpses chain". The first corpse you can not move (so nobody can steal the loot). After 10 seconds (time to take the loot) it will decay to the second corpse that is just like the first one but is moveable. Then it will start to rot.

My example with Draken Elite's corpse:

How it was:

<item id="12570" name="draken elite remain">
<attribute key="weight" value="500" />
<attribute key="decayTo" value="12571" />
<attribute key="duration" value="900" />
</item>

How it is now:

<item id="12570" name="draken elite remain">
<attribute key="weight" value="500" />
<attribute key="decayTo" value="12571" />
<attribute key="duration" value="10" />
</item>

Hope it was useful.
 
Back
Top