okey thanksslingshot doesn't have any script afaik o.0 only for mount
its already added but this slingshot attacking without any script!To make it work like a bow orsomething you can just add it in de items.xml file
It was attack with flash arrow but i removed it and now its attacking with spear only lol and it doesn't attack with much numbers but hit shooting of it like 1 hit and like 20 falsewhich kind of attack is it giving? which skill is it raising?
<item id="5907" article="a" name="slingshot">
<attribute key="weaponType" value="distance" />
<attribute key="weight" value="1200" />
<attribute key="ammoType" value="smallstone" />
<attribute key="range" value="5" />
</item>
<item id="1294" article="a" name="small stone">
<attribute key="weight" value="360" />
<attribute key="attack" value="5" />
<attribute key="weaponType" value="ammunition" />
<attribute key="ammoType" value="smallstone" />
<attribute key="shootType" value="smallstone" />
<attribute key="slotType" value="ammo" />
<attribute key="maxHitChance" value="90" />
</item>
<attribute key="ammoAction" value="removecount" />
Code:<item id="5907" article="a" name="slingshot"> <attribute key="weaponType" value="distance" /> <attribute key="weight" value="1200" /> <attribute key="ammoType" value="smallstone" /> <attribute key="range" value="5" /> </item> <item id="1294" article="a" name="small stone"> <attribute key="weight" value="360" /> <attribute key="attack" value="5" /> <attribute key="weaponType" value="ammunition" /> <attribute key="ammoType" value="smallstone" /> <attribute key="shootType" value="smallstone" /> <attribute key="slotType" value="ammo" /> <attribute key="maxHitChance" value="90" /> </item>
This works for me. Should work for you too.
@edit
Also you should add to small stones:
Code:<attribute key="ammoAction" value="removecount" />