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

Help fast - how to make ice rapier brokeable?

PHP:
	<item id="2396" article="an" name="ice rapier">
		<attribute key="description" value="A deadly but fragile weapon." />
		<attribute key="weight" value="1500" />
		<attribute key="attack" value="60" />
		<attribute key="defense" value="1" />
		<attribute key="weaponType" value="sword" />
		<attribute key="elementIce" value="18" />
		<attribute key="charges" value="1" />
	</item>


there


if that wont work go to config and change
removeRuneCharges = false
to
removeRuneCharges = true
 
Back
Top