I did some custome ore's / armor / weapons and everything seemd to be fine. Server compile's just fine... Well with one ore type I can mine it, smelt it, craft weapons out of it, but when I try to do any armor of that type the shard crashes. Now it's in the middle of my 9 new type's. I've already crafted 3 types of armor above it, so I don't know why it crashes me. Here's the "crash log" :
Code:
Server Crash Report
===================
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.2032
Time: 10/16/2004 10:13:38 AM
Mobiles: 2351
Items: 87292
Clients:
- Count: 1
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Items.BaseArmor.get_PhysicalResistance()
at Server.Item.AddResistanceProperties(ObjectPropertyList list)
at Server.Items.BaseArmor.GetProperties(ObjectPropertyList list)
at Server.Item.get_PropertyList()
at Server.Item.InvalidateProperties()
at Server.Item.set_Map(Map value)
at Server.Item.AddItem(Item item)
at Server.Items.Container.DropItem(Item dropped)
at Server.Items.BaseContainer.TryDropItem(Mobile from, Item dropped, Boolean sendFullMessage)
at Server.Mobile.PlaceInBackpack(Item item)
at Server.Mobile.AddToBackpack(Item item)
at Server.Engines.Craft.CraftItem.CompleteCraft(Int32 quality, Boolean makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool)
at Server.Engines.Craft.InternalTimer.OnTick()
at Server.Timer.Slice()
at Server.Core.Main(String[] args)
Thanks for any help!
Never mind... I did not capitalize the ore once... it's working fine now.
