GamingEinstein
Skeletron Prime
Thanks. But what about the Moonlord one? That also gives me the same error.
Look at where your SetDefaults() ends. You need to close it after defaults, and override AddRecipes to add a new recipe, last I checked. Hope that helps.
Thanks. But what about the Moonlord one? That also gives me the same error.
Maybe put it into an audio editor? Something like soundtrap, and then export as a WAV file.Okay so I've looked around for maybe an hour or two just trying to find a an XNB to WAV file converter, I want to get a pure source WAV file so I can do some audio remixing but I cant find any converter. Any help is appreciated, thanks in advance.
Also this is my first post here so please direct me where to ask or look if this isn't the right place.
I'm fairly certain you can just put in the following line on a conditional:
C#:Main.NewText("<Your message here>", 255, 255, 33); //255, 255, and 33 are rgb colours.
Whoops i replied to the wrong post XPI don't think it's possible to make an alternate dimension, at least, not without some serious overriding of code and increasing world file size by a good amount. Unlike other games that use multiple worlds/dimensions in their "world", Terraria has one big map that covers the whole world. Sorry to disappoint.
I dont exactly know how, but i feel like not only would it probably be easier, but also work better if you just test if the player dies while a boss is alive.How can I get if a boss killed you?
I am makung a mod that allows you to resummon a boss if you get killed by it.
please help fix mah code it no work it gives 3 errors and 6 warnings
using System.Collections.Generic;
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace ARandomMod.Items.armor
{
public class MagiMask : ModItem
{
public override bool Autoload(ref string name, ref string texture, IList<EquipType> equips)
{
equips.Add(EquipType.Head);
return true;
}
public override void SetDefaults()
{
item.name = "Magi's Mask";
item.width = 18;
item.height = 18;
item.toolTip = "Magi's mask. You shouldn't have this.";
item.value = 10003;
item.rare = 4;
item.defense = 9999;
}
public override void AddRecipes()
{
ModRecipe recipe = new ModRecipe(mod);
recipe.AddIngredient(ItemID.DirtBlock, 1);
recipe.AddTile(TileID.WorkBenches);
recipe.SetResult(this);
recipe.AddRecipe();
}
}
}
You should like uninstall it through steam if that’s where u got them from, then reinstall it. But you probably already tried that.help me out when i downloaded tmodloader my terraria or tmodloader didnt work. when i deleted tmodloader my terraria didnt wont soo i did the basic thing of searching it up on youtube. i deleted a file named config.json and i thought it would fix the problem. when i reinstalled the game it had the same problem. i tried backup all my files but it finish for some reason. please help!