• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Proper way to create corpses

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
Hello,
so im making corpses and just to clear thinks out if i want to make that after you kill monster on that corpse appear blood and it disappears with time i should make something like this?

<item id="12872" article="a" name="dead something">
<attribute key="containerSize" value="10" />
<attribute key="duration" value="600 " /> (its in seconds)
End i know how how to add blood behind that corpse
</item>
 
fluidsource is probably for taking liquid from the item, if you use vial on the corpse it will fill with the fluid source.
 
fluidsource is probably for taking liquid from the item, if you use vial on the corpse it will fill with the fluid source.
Hmm it looks like i dont even need to add corpsetype blood to make blood appear behind corpse it does it automatically, but i dont know why
<item id="12909" article="a" name="dead heaven soldier">
<attribute key="containerSize" value="10" />
<attribute key="duration" value="30" />
</item>
duration 30 should make corpse disappear after 30sec, isn't it? If not how long does it take for monster corpse to disappear?
 
Back
Top