• 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 Help me please

helvetti

New Member
Joined
Oct 16, 2008
Messages
115
Reaction score
0
Location
Finland
Okey so i have rl map but my spears are disappearing and i think i made them nondisppearing but they are still please help
 
items.xml
Code:
	<item id="2389" article="a" name="spear" plural="spears">
		<attribute key="weight" value="2000"/>
		<attribute key="attack" value="25"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="spear"/>
		<attribute key="range" value="5"/>
[B]		<attribute key="breakChance" value="[COLOR="Red"]0[/COLOR]"/>[/B]
		<attribute key="ammoAction" value="moveback"/>
	</item>
 
items.xml
Code:
	<item id="2389" article="a" name="spear" plural="spears">
		<attribute key="weight" value="2000"/>
		<attribute key="attack" value="25"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="spear"/>
		<attribute key="range" value="5"/>
[B]		<attribute key="breakChance" value="[COLOR="Red"]0[/COLOR]"/>[/B]
		<attribute key="ammoAction" value="moveback"/>
	</item>

Thanks
 
items.xml
Code:
	<item id="2389" article="a" name="spear" plural="spears">
		<attribute key="weight" value="2000"/>
		<attribute key="attack" value="25"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="spear"/>
		<attribute key="range" value="5"/>
[B]		<attribute key="breakChance" value="[COLOR="Red"]0[/COLOR]"/>[/B]
		<attribute key="ammoAction" value="moveback"/>
	</item>

Damn why are you so fast? ;o
 
Back
Top