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

Lua Own Arror Error

Dyker

New Member
Joined
Sep 12, 2008
Messages
97
Reaction score
1
I tried to made an arrow but when I use that it deals damage but it doesn't get removed. Could someone help me?

Code:
	<item id="2352" article="a" name="crystal arrow">
		<attribute key="weight" value="80" />
		<attribute key="slotType" value="ammo" />
		<attribute key="attack" value="28" />
		<attribute key="hitChance" value="1" />
		<attribute key="weaponType" value="ammunition" />
		<attribute key="ammoType" value="arrow" />
		<attribute key="ammoAction" value="remove" />
	</item>
 
Back
Top