• 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 unlimited ammo?

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello, Can someone tell me how to make unlimited arrows, spears, bolts etc?
PLEASE HELP
REP++
 
to make ammunition unlimated you have to change the config and for spears you have to go into items.xml and change the breaking chance to 0
 
its easier to go config.lua and change this

removeWeaponAmmunition = "yes" change it to
removeWeaponAmmunition = "no"

rep++ if I helped you ^_^
 
And if you want only one specific projectile / dist weapon to be none breakable, you go into items.xml. Find the weapon and add the item attribute

Code:
 BreakChance="0"
 
Back
Top