destroyer667
Member
- Joined
- Nov 21, 2007
- Messages
- 290
- Reaction score
- 6
I'm using Avesta 7.6 v4 and i tried putting this code into my items.xml to see if they wouldn't break but it doesn't work. im trying to make it so that the bolt breaks about every 3 hits so it lasts longer. +rep for help :]
LUA:
<item id="2543" article="a" name="bolt" plural="bolts">
<attribute key="weight" value="80"/>
<attribute key="attack" value="30"/>
<attribute key="hitChance" value="80"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="breakChance" value="1"/>
<attribute key="ammoType" value="bolt"/>
<attribute key="shootType" value="bolt"/>
</item>