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

[Items]

Torik Online

New Member
Joined
Jun 9, 2009
Messages
53
Reaction score
0
I was wondering on how you make certain items wielded for different vocations even though lets say magma legs for mages and i wanted them for knights. I would i change it so that knights would be able to use them?


REP+++ for help
 
<movevent event="Equip" itemid="7892" slot="feet" function="onEquipItem">
<movevent event="DeEquip" itemid="7892" slot="feet" function="onDeEquipItem"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer" showInDescription="0"/>
<vocation name="Druid"/>
<vocation name="Elder Druid" showInDescription="0"/>
</movevent>

If i am not wrong, all you gotta do is change the voc's

....
 
I was wondering on how you make certain items wielded for different vocations even though lets say magma legs for mages and i wanted them for knights. I would i change it so that knights would be able to use them?


REP+++ for help

You change it in movements.xml, see the post above me for the format
 
Back
Top