• 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!

infinity rune and ammo

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
i want the runes dont finish and the arrows and amo dont finish how?

rep++
 
config.lua

@edit

-- Battle
worldType = "pvp"
protectionLevel = 65
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 1000
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = true
removeWeaponCharges = true

removeRuneCharges = true
whiteSkullTime = 15 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
...

put false and you got it :)
 
That won't work properly, edit these lines on every ammunition thing (ITEMS.XML)
Code:
		<attribute key="breakChance" value="6" />
change this to 0

also remove these lines (if I remember right?)
Code:
        <attribute key="ammoAction" value="removecount" />
 
@indeed tibiamakers ,

@sonical
will work but if you just gonna do for 1 item, because there are manyssssssssssssssss runes and amunition

Its just ammo, and there arent that much actually, I did it manually took me a short time.
 
Back
Top