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

crystal arrow

items.xml
Code:
	<item id="2352" article="a" name="crystal arrow">
		<attribute key="weight" value="100"/>
[B][COLOR="Red"]		<attribute key="slotType" value="ammo"/>
		<attribute key="attack" value="43"/>
		<attribute key="maxHitChance" value="90"/>
		<attribute key="weaponType" value="ammunition"/>
		<attribute key="ammoType" value="bolt"/>
		<attribute key="shootType" value="infernalbolt"/>
		<attribute key="ammoAction" value="removecount"/>[/COLOR][/B]
	</item>
You might want to change some of the attributes.
 
Back
Top