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

GiZmOz

New Member
Joined
Jul 19, 2009
Messages
97
Reaction score
2
Location
Unknown
Anyone know how to make a crossbow or bow shoot flaming arrows without having to use ammo? I WILL GIVE YOU REPPPPPP :D
 
PHP:
<item id="2455" article="a" name="crossbow">
		<attribute key="weight" value="200"/>
		<attribute key="attack" value="65"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="flammingarrow"/>
		<attribute key="range" value="5"/>
	</item>
 
Back
Top