Flashkirby99
Skeletron
Updated, also check out Modder's Toolkit for dusts as well as other useful things, it's really good.
the stars? they are goreHey, anyone know what the dust for the starfury projectile is? I'd really love to know.
So how could I implement them into a NewDust hook?the stars? they are gore
you dont, I said goreSo how could I implement them into a NewDust hook?
Is there anyway to spawn dust when an NPC dies?
public override void HitEffect(int hitDirection, double damage)
{
if (npc.life <= 0)
{
//DUST CODE HERE
}
}
You can useI know this thread is old, but how do I use the gun sound? Do I just type item.UseSound = 2:11?
I really couldn't find anything online.
item.UseSound = SoundID.Item11;
. (Of course, make sure to add using Terraria.ID;
if you haven't already)