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

Orc Marauder corpse ID? (Solved)

Code:
	<item id="11251" article="a" name="dead orc marauder">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="11252"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
	<item id="11252" article="a" name="dead orc marauder">
		<attribute key="decayTo" value="11249"/>
		<attribute key="duration" value="300"/>
		<attribute key="corpseType" value="blood"/>
	</item>

	<item id="[B][COLOR="red"]11254[/COLOR][/B]" article="a" name="dead orc marauder">
		<attribute key="containerSize" value="10"/>
		<attribute key="decayTo" value="11251"/>
		<attribute key="duration" value="10"/>
		<attribute key="corpseType" value="blood"/>
		<attribute key="fluidSource" value="blood"/>
	</item>
 
6jVsc9a1F.png
 
It is, it decays to dead gnarlhound in real tibia too for the last corpse stage because cip didn't want to create a new sprite.
 
Back
Top