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

Solved Firewalker boots, Level restrictions

Raukohin

New Member
Joined
Jun 17, 2015
Messages
28
Reaction score
3
So im having some trouble with my firewalker boots, ive managed to change what they do just fine but for some reason i cant figure out how to remove the level restriction of 130 from them, ive managed to remove level restrictions on numerous other items like wands and rods and other weapons, but i cant figure out how to do it for armors, can anyone help me or point me in the right direction?
 
Pointing.
movements.xml
Code:
<movevent type="Equip"   level="130" itemid="1111111111" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" level="130" itemid="1111111111" slot="feet" event="function" value="onDeEquipItem"/>
 
Back
Top