Tutorial em 3 passos:
1 - Abra o arquivo data/items/items.xml
2 - Aperte ctrl + f e procure pelo nome 'spear'
<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"/>
<attribute key="ammoAction" value="moveback"/>
</item>
3 - Altere o valor de 10 para 0, ficando assim:
<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="0"/>
<attribute key="ammoAction" value="moveback"/>
</item>
Parabéns, você é um gênio! Colocou as suas spears infinitas! Isso também se aplica a outros items do mesmo gênero.
Abraços,
Kardec.