tModLoader Throwing Weapon

CryteXy

Official Terrarian
How do I make one? I got the sprite done, but I don't know how to code a throwing weapon, like a throwing knife or shuriken. Any help would really be apprieciated. <3
 
Last edited:
If you change the item.useStyle to 5 that usually does it since thats what boomerangs often use (the useStyle is actually called 'Shoot'), and change the item's item.shoot to the projectile you want to shoot (ProjectileID.ITEMNAME or the ID number).
I havent fully coded a projectile yet but there are videos on youtube for certain that help.

dont forget to also change item.shootSpeed for the distance it goes
 
Back
Top Bottom