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

custom spear not showing effect

Pablingas

New Member
Joined
Jul 6, 2009
Messages
52
Reaction score
1
Whats wrong with my shoot type why isn't showing the effect when im shooting the lance?
im using tfs cryingdamson6pl1
thanks alot :D

Code:
	<item id="3964" article="an" name="indian lance">
		<attribute key="weight" value="8000" />
		<attribute key="attack" value="55" />
		<attribute key="weaponType" value="distance" />
		<attribute key="shootType" value="huntingspear" />
		<attribute key="range" value="5" />
	</item>
 
o, i thought you said spear not showing custom effect.
Have you tried adding it into weapons.xml?
Code:
	<distance id="3964" event="function" value="default"/>
 
yes i added it already:S
this it is
Code:
<distance id="3964" unproperly="1" event="function" value="default">
		<vocation id="3"/>
		<vocation id="7" showInDescription="0"/>
	</distance>

solved guys thankyou :p
 
Last edited:
Back
Top