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

Gnarlhound Dead Corpse ID in rev3884? (Solved)

Code:
	<item id="11247" article="a" name="dead gnarlhound">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="11248"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
	<item id="11248" article="a" name="dead gnarlhound">
		<attribute key="decayTo" value="11249"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
	</item>
	<item id="11249" article="a" name="dead gnarlhound">
		<attribute key="decayTo" value="0"/>
		<attribute key="duration" value="60"/>
		<attribute key="corpseType" value="blood"/>
	</item>
	<item id="[B][COLOR="red"]11250[/COLOR][/B]" article="a" name="dead gnarlhound">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="11247"/>
		<attribute key="duration" value="10"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
 
Back
Top