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

Arrows and bolts donr broke

hiagante

New Member
Joined
Sep 25, 2008
Messages
21
Reaction score
0
Hello

I want a script for arrows, bolts and spear dont broke (infinit)

Its possible??

Thanks :p
 
Open up your config.lua
Replace:
Code:
removeWeaponAmmunition = "yes"
	removeWeaponCharges = "yes"
With:
Code:
removeWeaponAmmunition = "no"
	removeWeaponCharges = "no"
 
mine server dont have this option

</item>
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="90"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="ammoAction" value="removecount"/>
 
mine server dont have this option

</item>
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="90"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="ammoAction" value="removecount"/>

You said you wanted assassin stars to break.. Arrows and bolts won't have break chance, since they are removed each shot.
 
Back
Top