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

[Item] Elite Draken Helmet

items.xml
Code:
	<item id="12606" article="an" name="elite draken helmet">
		<attribute key="weight" value="4300"/>
		<attribute key="armor" value="9"/>
		<attribute key="skillDist" value="1"/>
		<attribute key="absorbPercentDeath" value="3"/>
		<attribute key="slotType" value="head"/>
	</item>
movements.xml
Code:
	<movevent type="Equip" itemid="12606" slot="head" event="function" value="onEquipItem">
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
	</movevent>
 
Back
Top