Hi,

i mentioned that Voidorb and Arcanic Runestone are missing in Deftinkering.cs

Our Team added the following in line 378:

Code:
		 		index = AddCraft(typeof(VoidOrb),1044051, 1113354, 90.0, 120.0, typeof(DarkSapphire), 1032690, 1, 1044240);
                this.AddRes(index, typeof(BlackPearl), 1044353, 50, 1044361);
                this.AddSkill(index, SkillName.Magery, 80.0, 85.0);
                this.SetNeededExpansion(index, Expansion.SA);
                this.ForceNonExceptional(index);
              
                index = AddCraft(typeof(ArcanicRuneStone),1044051, 1113352, 90.0, 120.0, typeof(PowerCrystal), 1112811, 5, 502910);
                this.AddRes(index, typeof(CrystalShards), 1113347, 1, 502910);
                this.AddSkill(index, SkillName.Magery, 80.0, 85.0);
                this.SetNeededExpansion(index, Expansion.SA);
                this.ForceNonExceptional(index);

and voila :)

scource: uoguide
 
Last edited:
Back