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

shootType

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
978
Solutions
17
Reaction score
373
GitHub
olrios
Twitch
jamagowy
For eg:
Code:
	<item id="990" article="a" name="iron spear" plural="iron spears">
		<attribute key="weight" value="2200"/>
		<attribute key="defense" value="4"/>
		<attribute key="attack" value="28"/>
		<attribute key="skillDist" value="1"/>
		<attribute key="shootType" value="none"/>
		<attribute key="weaponType" value="distance"/>
	</item>
i trying to make a spears what dont have shot effect, but if i set shootType to none
i get the error when ots loading

and the shot effect is still 'spear' shoting effect ;/

Can someone tell me whats wrong?
 
Back
Top