Search results for query: *

  1. kayll2660

    tModLoader I NEED HELP i dont know why my projectile would use my debuff

    i try so many codes but nun work here is my code for the debuff using Terraria.ModLoader; using Terraria; using Terraria.DataStructures; using Terraria.ID; using funnyswordman.Dusts; namespace funnyswordman.Debuff { public class HATEFlamesDebuff : ModBuff { public...
  2. kayll2660

    tModLoader How do I make a vanilla npc drop a modded item

    hello I am new to moding so ya i was getting its error that said cant have itemtype 2 argument idk what to do can some one help here is my code using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace funnyswordman.NPCs { public class...
Back
Top Bottom