[Only registered and activated users can see links. Click Here To Register...]
can you help me by TeamViewer plzQuote:
Look where the error tells you to.
There's something without a value at line 563 in the monster table.
This code is TRIGGERED from line 1692 in the Entity.cs file... which is triggered from 3955 in the Attacking/Handle.cs code.
It sounds to me like your drop code is trying to read invalid values or else it's using an invalid spell. Just put a breakpoint on those lines and check what values are blank and then go back and correct your calculations.
Simple fixes really.