• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Item wont add distance HELP!!

fwnbjq.png

I dont understand its not showing for the distance skills! ANY HELP
 
Code:
    <movevent type="Equip" itemid="6433" slot="shield"  event="function" value="onEquipItem">
        <vocation id="8"/>
        <vocation id="4" showInDescription="0"/>
    </movevent>
    <movevent type="DeEquip" itemid="6433" slot="shield" event="function" value="onDeEquipItem"/>


Add this to movements.xml
 
Back
Top