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

how do i change items to be used by all not just knights

cakes1337

New Member
Joined
Feb 14, 2015
Messages
29
Reaction score
0
hey i have a problem. i have made some quests with armor is only useable by knights and a other bits are only uesable by sorc etc any ideas who i can get all knights druids sorcs pal's ??? please like a tutorial thanks <3 :)

also its 8.6 plus does anyone know how i can give my self gm i have no idea :(
 
Last edited by a moderator:
You go to data/movements/movements.xml and edit the code for each item you want to change....


<movevent type="Equip" itemid="2470" slot="legs" event="function" value="onEquipItem">
<vocation name="Paladin"/>
<vocation name="Knight"/>
<vocation id="7;8" showInDescription="0"/>
</movevent>

Only add the sentences incluiding the vocation name,id that you want
 
Back
Top