Recent content by ChillPotato

  1. ChillPotato

    tModLoader [Tutorial] TModLoader: Projectile Help

    How would i apply the Script that rains the projectiles from the sky to a boss?
  2. ChillPotato

    tModLoader How Would i got about making An enemy Spawn AFTER a custom boss has been defeated?

    This is the code i tried but this does not work: public override float SpawnChance(NPCSpawnInfo spawnInfo) { if (!Main.dayTime && this.downed == true)// we would like this npc to spawn in the overworld. return SpawnCondition.OverworldDaySlime.Chance * 0.1f...
Back
Top Bottom