<item id="2389" article="a" name="spear" plural="spears">
<attribute key="weight" value="2000"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="distance"/>
<attribute key="shootType" value="spear"/>
<attribute key="range" value="5"/>
<attribute key="breakChance" value="10"/>
</item>
<item id="2389" article="a" name="spear" plural="spears">
<attribute key="weight" value="2000"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="distance"/>
<attribute key="shootType" value="spear"/>
<attribute key="range" value="5"/>
</item>
I try that and the spears disappear what value i must put for do that it dont disappear?
I do that you sayed and the spears disappear each atack you had tested it?
<item id="2389" article="a" name="spear" plural="spears">
<attribute key="weight" value="2000"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="distance"/>
<attribute key="shootType" value="spear"/>
<attribute key="range" value="5"/>
<attribute key="breakChance" value="999999"/>
</item>
<item id="2389" article="a" name="spear" plural="spears">
<attribute key="weight" value="2000"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="distance"/>
<attribute key="shootType" value="spear"/>
<attribute key="range" value="5"/>
<attribute key="breakChance" value="1"/>
</item>
It dont work the minumus that you can put is
Code:<item id="2389" article="a" name="spear" plural="spears"> <attribute key="weight" value="2000"/> <attribute key="attack" value="25"/> <attribute key="weaponType" value="distance"/> <attribute key="shootType" value="spear"/> <attribute key="range" value="5"/> <attribute key="breakChance" value="1"/> </item>