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

Monster Corpses with decay for Leaf Golem , Forest Fury and Wilting Leaf Golem

GM Drama

Member
Joined
Mar 13, 2013
Messages
127
Reaction score
6
Creds to me , I just wanted to share this with those who are lazy aswell..

Code:
	<item id="21363" article="a" name="dead forest fury">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21359"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
	<item id="21359" article="a" name="dead forest fury">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21364"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
	<item id="21364" article="a" name="dead forest fury">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21365"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
	<item id="21365" article="a" name="dead forest fury">
		<attribute key="containerSize" value="0"/>
		<attribute key="decayTo" value="20587"/>
		<attribute key="duration" value="10"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		</item>
	<item id="21358" article="a" name="dead leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21360"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21360" article="a" name="dead leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21361"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21361" article="a" name="dead leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21362"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21362" article="a" name="dead leaf golem">
		<attribute key="containerSize" value="0"/>
		<attribute key="decayTo" value="0"/>
		<attribute key="duration" value="10"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21434" article="a" name="dead wilting leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21435"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21435" article="a" name="dead wilting leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21436"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21436" article="a" name="dead wilting leaf golem">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="21437"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
		<item id="21437" article="a" name="dead wilting leaf golem">
		<attribute key="containerSize" value="0"/>
		<attribute key="decayTo" value="0"/>
		<attribute key="duration" value="10"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>

Would be keen if someone could share boss spawn script to me :)
 
Last edited:
Back
Top