Im trying to add Sword Skills to this item:
and this ring too:
but i dont get the sword skills, can someone help me?
PHP:
<item id="6433" article="a" name="Knight donation shield">
<attribute key="description" value="11000" />
<attribute key="weight" value="3200" />
<attribute key="defense" value="100" />
<attribute key="skillSword" value="5" />
<attribute key="weaponType" value="shield" />
</item>
and this ring too:
PHP:
<item id="7697" article="a" name="Skill ring">
<attribute key="weight" value="80" />
<attribute key="skillDist" value="7" />
<attribute key="skillSword" value="7" />
<attribute key="slotType" value="ring" />
</item>
but i dont get the sword skills, can someone help me?
Last edited: