Recent content by Nick_Kick_Butt

  1. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    Im trying to make a demon eye minion but whenever it goes to attack something it doesnt deal damage. Anyone know how to fix this? help is appreciated. using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace NicksMod.Projectiles.Minions {...
  2. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    How do you make it so that an custom enemy that you create spawns only in the forest/purity biome? because i already tried ZonePurity but that wouldnt work help would be appreciated
  3. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    Is there a way to make it so a custom enemy can only spawn a certain distance from spawn but not at or near spawn
  4. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    Anyone know how to make it so that an enemy and its variants drop a custom item because i tried and only the original normal variant drops the item using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace NicksMod.NPCs { public class GlobalNPCs ...
  5. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    How do you make custom enemies shoot projectiles that can be adjusted with like fire rate and stuff?
  6. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    error CS0246: The type or namespace name 'Vector2' could not be found (are you missing a using directive or an assembly reference?) ... i know this asking a lot but can someone help me pls lol im still beginner. heres code below using Terraria; using Terraria.ID; using Terraria.ModLoader...
  7. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    I made a custom shot gun but in game it only shoots 1 bullet like a normal gun would anyone know how to fix this? heres code below using Terraria.ID; using Terraria.ModLoader; namespace NicksMod.Items { public class ForestDragonEggFragmentShotgun : ModItem { public override...
  8. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    does anyone know how to make an npc spawn at specific biomes such as in jungles or like in snow also how do u make an npc drop more than 1 of a specific item and/or have a chance to drop it like a 1/2 chance to drop something. also know how to make an npc drop multiple different items and yes i...
  9. Nick_Kick_Butt

    tModLoader Official tModLoader Help Thread

    How do you make a projectile act like water bolt where its not affected by gravity but it still bounces of tiles because i tried ai style 8 but it was the same as magic fireball whatever its called but i wanted it to act water bolt. Heres code if it helps in anyway using System; using...
  10. Nick_Kick_Butt

    tModLoader Nicks Mod by Nick_Kick_Butt

    someone help how do i delete this thread?
  11. Nick_Kick_Butt

    hi

    hi
  12. Nick_Kick_Butt

    Standalone [1.3] tModLoader - A Modding API

    c:\Users\Amir\Documents\My Games\Terraria\ModLoader\Mod Sources\NicksMod\Npcs\NpcDrops.cs(23,14) : error CS1513: } expected anyone know why i got 3 of these exact same errors? the code is here but i dont see any errors using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace...
  13. Nick_Kick_Butt

    tModLoader Nicks Mod by Nick_Kick_Butt

    I will be taking suggestions from anyone who wants something in this mod Though it cant be too complicated or just dumb
  14. Nick_Kick_Butt

    tModLoader Nicks Mod by Nick_Kick_Butt

    new update campfire shield now properly requires 1 campfire and 10 wood instead of 10 wood and 1 shackle 100 downloads already thanks guys!
Back
Top Bottom