Postby skud » Sat May 02, 2009 4:05 am
So I noticed on our server that it seemed like casters could often cast through melee attacks without getting the interrupt message. So I did some investigating, and found out that there is a spelling error. Uninterruptable should be Uninterruptible. Also, the warlock spell for the uninterruptible need to be changed from Uninterruptable to Uninterruptible under type. After applying these changes, everything was working perfectly. Files that need to be changed are: GamePlayer.cs, BuffShear.cs, SpellHandler.cs, PowerlessHandler.cs,RangeSpellHandler.cs,UninterruptableSpellHandler.cs. Correct me if I am wrong, but my guess is this was just a spelling mistake.