• 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!

breakChance not working properly

Flatlander

Species Developer
Joined
Feb 17, 2009
Messages
2,467
Solutions
3
Reaction score
1,397
Location
Texas
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?
 

Similar threads

Back
Top