Sim, basta você na pasta data/items e abrir o arquivo items.xml em formato de bloca de notas, e lá você digite ctrl+f e digita a id do arrow e ira aparecer mais ou menos isso :
</item>
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="90"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="ammoAction" value="removecount"/>
</item>
E então nessa parte <attribute key="hitChance" value="90"/> você muda o 90 para 0 ficando assim :
</item>
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="0"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="ammoAction" value="removecount"/>
</item>
E você podera fazer respectivamente com o bolt, qualquer duvida só pergunta.
Atensiosamente Darkanso.






info
Grupo: Campones
Registrado: 12/04/09
Posts: 46
Reputação: 0
quero deixa somente a arrow e a bolt infinita o resto das muniçoes deixo pra gasta
alguem sabe como posso fazer issu?
Editado Maio 3 por RedZL