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

Slingshot

LuckyM

Ett är Ett
Joined
Jun 13, 2009
Messages
1,426
Solutions
1
Reaction score
184
Location
Sweden
Hello Otlanders :)

I will make new weapon for paladins in my server.

I want Slingshoot Shoot Stones, can somebody help. Thanks
 
Try this:

<attribute key="shootType" value="smallice"/>
Find in items.xml for example slingshot.

Code:
	<item id="stoneID" article="a" name="slingshot">
		<attribute key="weight" value="3100"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="shootType" value="smallice"/>
		<attribute key="range" value="6"/>
 
Back
Top