I added a new Mittal Steel, Craft can dig it, It may make a suit of armor and weapons,but can only wear a weapon,when I am wearing a helmet forged from (steel metal) occurs crash,any forged object of (Steel) when dressing leads system crash, help pliz
 

Attachments

  • 56.jpg
    56.jpg
    555.4 KB · Views: 9
How many files did you edit to add this new resource?

What version of ServUO are you using?

I see you have VitaNexCore. What other addon systems do you have?
 
I had already decided problem was(I had to write in small letters) steel.ArmorPhysicalResist.....

CraftAttributeInfo Steel = Steel = new CraftAttributeInfo();

Steel.ArmorPhysicalResist = 6;
Steel.ArmorDurability = 50;
Steel.ArmorLowerRequirements = 3;
Steel.WeaponDurability = 100;
Steel.WeaponLowerRequirements = 50;
Steel.RunicMinAttributes = 2;
Steel.RunicMaxAttributes = 2;
if (Core.ML)
{
Steel.RunicMinIntensity = 40;
Steel.RunicMaxIntensity = 100;
}
else
{
Steel.RunicMinIntensity = 10;
Steel.RunicMaxIntensity = 35;
}
 
Back