• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

How to make Spears and Throwing stars Unlimited? Or No breaking

1. you are in the wrong place
2. you sis not mention what server you use
3. for 0.4 you can look in config.lua for removeWeaponAmmunition and set it to false
 
config.lua/removeWeaponAmmunation/Charges
true for remove

Code:
    -- Battle
    -- NOTE: showHealth/ManaChangeForMonsters inherites from showHealth/ManaChange.
    protectionLevel = 1
    pvpTileIgnoreLevelAndVocationProtection = true
    allowFightback = true
    pzLocked = 60 * 1000
    huntingDuration = 60 * 1000
    criticalHitMultiplier = 1
    displayCriticalHitNotify = true
    removeWeaponAmmunition = true
    removeWeaponCharges = true
    removeRuneCharges = true
 
Back
Top