Page 1 of 1

Item Name Change

Posted: Thu Jul 07, 2011 9:47 pm
by Ingo

Code: Select all

		[Constructable]
		public HatOfTheMagi()
		{
            Name = "hat of ingo";
			Hue = 0x481;
			Attributes.BonusInt = 8;
			Attributes.RegenMana = 4;
			Attributes.SpellDamage = 10;
		}
fuck knows how it knows what to call itself without it but adding

Name = "hat of ingo";

Does the trick.