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

Lua Edited helmet is not working

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
Hi i made this helmet but is not workin, doesnt gives the skill
Code:
	<item id="2496" article="a" name="Coatza helmet">
		<attribute key="weight" value="5100" />
		<attribute key="armor" value="35" />
		<attribute key="slotType" value="head" />
                <attribute key="skillSword" value="20" />
                <attribute key="skillAxe" value="20" />
                <attribute key="skillClub" value="20" />
                <attribute key="skillShield" value="20" />
	</item>
 
Code:
<movevent type="Equip" itemid="2496" slot="head" event="function" value="onEquipItem">
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>
		<vocation id="12" showInDescription="0"/>
	</movevent>
what do i need to change?
 
Back
Top