DonHagman
Chill'Reward2014
Hello!
I am trying to make some custom rings, and I got some problems with it.
I've made Paladin Ring, Knight Ring and Mage ring, and the problem is that All vocations can use each ring (Knight can get magic level 16 etc).
This is my items.xml ->
Paladin Ring:
Knight Ring:
Mage Ring:
Here is my movements.xml ->
Paladin Ring:
Knight Ring:
Mage Ring:
The vocation ID's is correct.
If anyone Please could help me out, I would really need that.
Ofc Rep++!
Your's
Hagman :ninja:
I am trying to make some custom rings, and I got some problems with it.
I've made Paladin Ring, Knight Ring and Mage ring, and the problem is that All vocations can use each ring (Knight can get magic level 16 etc).
This is my items.xml ->
Paladin Ring:
Code:
<item id="7697" article="a" name="Paladin Ring">
<attribute key="description" value="+7 in Distance Fighting." />
<attribute key="weight" value="80" />
<attribute key="skillDist" value="7" />
<attribute key="slotType" value="ring" />
</item>
Knight Ring:
Code:
<item id="10510" article="a" name="Knight Ring">
<attribute key="description" value="+7 in Sword, Axe, Club Fighting." />
<attribute key="weight" value="40" />
<attribute key="skillSword" value="7" />
<attribute key="skillAxe" value="7" />
<attribute key="skillClub" value="7" />
<attribute key="slotType" value="ring" />
</item>
Mage Ring:
Code:
<item id="10502" article="a" name="Mage Ring">
<attribute key="description" value="+5 in Magic Level." />
<attribute key="weight" value="3500" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="slotType" value="ring" />
</item>
Here is my movements.xml ->
Paladin Ring:
Code:
<movevent type="Equip" itemid="7697" slot="ring" event="function" value="onEquipItem"/>
<vocation id="3"/>
<vocation id="7" showInDescription="0"/>
Knight Ring:
Code:
<movevent type="Equip" itemid="10510" slot="ring" event="function" value="onEquipItem"/>
<vocation id="4"/>
<vocation id="8" showInDescription="0"/>
Mage Ring:
Code:
<movevent type="Equip" itemid="10502" slot="ring" event="function" value="onEquipItem"/>
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
The vocation ID's is correct.
If anyone Please could help me out, I would really need that.
Ofc Rep++!
Your's
Hagman :ninja: