Flatlander
Species Developer
Well, I wanted to remake the ice rapier to work as it did in old tibia, so this is what I put..
<item id="2396" article="an" name="ice rapier">
<attribute key="description" value="A deadly but fragile weapon." />
<attribute key="weight" value="1500" />
<attribute key="attack" value="118" />
<attribute key="defense" value="1" />
<attribute key="weaponType" value="sword" />
<attribute key="elementIce" value="18" />
<attribute key="breakChance" value="100" />
</item>
But then when I went to test it, it doesn't break the sword on use like it should.
What could I possibly be doing wrong?
<item id="2396" article="an" name="ice rapier">
<attribute key="description" value="A deadly but fragile weapon." />
<attribute key="weight" value="1500" />
<attribute key="attack" value="118" />
<attribute key="defense" value="1" />
<attribute key="weaponType" value="sword" />
<attribute key="elementIce" value="18" />
<attribute key="breakChance" value="100" />
</item>
But then when I went to test it, it doesn't break the sword on use like it should.
What could I possibly be doing wrong?