<attribute key="ammoType" value="bolt" />
<attribute key="ammoType" value="arrow" />
<attribute key="weaponType" value="distance" />
<attribute key="slotType" value="two-handed" />
in items.xml you add
orXML:<attribute key="ammoType" value="bolt" />to that itemXML:<attribute key="ammoType" value="arrow" />
make sure you have these lines tooor just compare it to an arrow or bolt..XML:<attribute key="weaponType" value="distance" /> <attribute key="slotType" value="two-handed" />
<attribute key="ammoType" value="arrow" />
<attribute key="ammoType" value="bolt" />
<item id="2352" article="an" name="crystal arrow">
<attribute key="weight" value="70" />
<attribute key="slotType" value="ammo" />
<attribute key="attack" value="38" />
<attribute key="maxHitChance" value="90" />
<attribute key="weaponType" value="ammunition" />
<attribute key="ammoType" value="arrow" />
<attribute key="ammoType" value="bolt" />
<attribute key="shootType" value="onyxarrow" />
<attribute key="ammoAction" value="removecount" />
</item>