Search results for query: *

  • Users: crow real
  • Content: Threads
  • Order by date
  1. crow real

    how do i add a debuff (Dazed) to an enemy when my weapon crits?

    I'm trying to make a bat inflict the (unused) Dazed debuff to enemies, but most of the stuff i find online are outdated using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace untitiledterrariamod.Items { public class LivingBat : ModItem { // The Display Name and...
  2. crow real

    why is this giving me an error

    this is my code please help using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace untitiledterrariamod.Items { public class whatisabasicsword : ModItem { // The Display Name and Tooltip of this item can be edited in the...
Back
Top Bottom