• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Vocations for Weapons , shields .

Zerity

New Member
Joined
Jul 7, 2009
Messages
89
Reaction score
0
Hallo..
I rly need help with one thing..

I wanna change so the Icy rainbow shield is for paladins.. but i dont know how to do .. i have searched in Weapons.xml , Items.xml
but can't find out how to change it help please .. :)
 
So maybe you should try in movements.xml? ;)
Edit this:
Code:
<movevent type="Equip" fromid="8905" toid="8909" slot="shield" level="100" event="function" value="onEquipItem">
  <vocation name="Knight" /> 
  <vocation name="Elite Knight" showInDescription="0" /> 
  </movevent>
  <movevent type="DeEquip" fromid="8905" toid="8909" slot="shield" event="function" value="onDeEquipItem" />
 
Back
Top