TaeMagis
Member
I downloaded the latest ServUO server this week.
I also downloaded this custom script: https://www.servuo.com/threads/spell-crafting-3-0.11127/#post-66818
Everything seems to be working except when I try to modify a weapon (only tried a weapon so far) and it throws an exception and restarts the server.
Here is the exception I'm getting.
Trying to apply Hit Area Poison on a Dagger
I also downloaded this custom script: https://www.servuo.com/threads/spell-crafting-3-0.11127/#post-66818
Everything seems to be working except when I try to modify a weapon (only tried a weapon so far) and it throws an exception and restarts the server.
Here is the exception I'm getting.
Trying to apply Hit Area Poison on a Dagger
Code:
15:55:38 System.InvalidCastException: Specified cast is not valid.
at Server.SpellCrafting.SpellCraft.CheckMaxAttributes(BaseWeapon weapon)
at Server.SpellCrafting.SpellCraft.CheckItem(Mobile m, BaseWeapon weapon, Boolean addingAttribute)
at Server.SpellCrafting.SpellCraft.ApplyAttribute(Mobile from, BookOfSpellCrafts book, Int32 craftId, BaseWeapon weapon, AosWeaponAttribute attribute, Int32 minimum, Int32 maximum, Int32 scale)
at Server.SpellCrafting.Crafts.HitPoisonArea.Callback(Mobile from, Object target, Object craftState)
at Server.Mobile.SimpleStateTarget.OnTarget(Mobile from, Object targeted)
at Server.Targeting.Target.Invoke(Mobile from, Object targeted)
at Server.Network.PacketHandlers.TargetResponse(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)
15:55:38 Crash: Generating report...done
15:55:38 Crash: Backing up...done
15:55:38 Crash: Restarting...done