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

Open able corpse?

Faraonekkk

New Member
Joined
Feb 15, 2010
Messages
686
Reaction score
4
How can i make open able corpse?
When i click on death its says sorry not possible?
I need some items editor or?
 
  • data/items/items.xml
Here is sample corpse:
XML:
<item id="2806" article="a" name="dead troll">
		<attribute key="weight" value="60000"/>
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="2810"/>
		<attribute key="duration" value="600"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
 
Back
Top