• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to make spears/arrows unlimited?

@Up
Thats just for arrows/bolts etc..

For spears go in items.xml:
<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>
 
change removeWeaponAmmunition = "yes"
to
removeWeaponAmmunition = "no"

Edit..
This change all dist so they cant break!
 
Back
Top