Where can I change the min. level of an armor for example? I can't find it in items.xml anywhere: Screenshot (http://prntscr.com/osdnom)
<movevent event="Equip" itemid="7886" slot="feet" level="35" function="onEquipItem">
<vocation name="Sorcerer" />
<vocation name="Master Sorcerer" showInDescription="0" />
<vocation name="Druid" />
<vocation name="Elder Druid" showInDescription="0" />
</movevent>
<movevent event="DeEquip" itemid="7886" slot="feet" function="onDeEquipItem" />
<movevent event="Equip" itemid="7886" slot="feet" level="35" function="onEquipItem">
<vocation name="Sorcerer" />
<vocation name="Master Sorcerer" showInDescription="0" />
<vocation name="Druid" />
<vocation name="Elder Druid" showInDescription="0" />
</movevent>
<movevent event="DeEquip" itemid="7886" slot="feet" function="onDeEquipItem" />