Got sealed (skill lock) and stunned by gargoyles in VL. Was unable to cast will to remove skill lock/stun. I'm pretty sure I've willed out of stuns before, and had issues with willing out of skill lock before. Should be easy enough to test this, but if it's been tested before, double check to see if there's different versions of skill lock and only some can be willed out. Since they skill specifically says it works on seal, I can only conclude this is a bug and not intended
+1 this has happened to me multiple times on bishop at ht when sealed and seduced (not stunned). Yes I had mp, sometimes even had infinity on. My bishop has will 5, but that also says it works on seal.
This one sadly doesn't seem as obvious as it first seems. The code that checks for each type of skill and the hero's will level are simple if statement checks, and there are only one 'type' of debuff for each one. Since it used to work fine and now does not, I do wonder if this started since the change to the timing of mob debuffs, where they are now applied halfway through the animation (or at the timeAfter value of the mobskill), rather than at the start of the animation? Would that seem to line up when it stopped working? That is the only thing that might make sense, will try to look into this issue soon.
If you'd want to send me the snippet of code or point me at the source you're using, i'll happily try to patch it and send it over to you.
So I'm not sure if it used to work fine - it seems that it does properly work on some seal applications, and not on others. I remember ages ago it not working occasionally in zak, and only bothered reporting now that I found it happens with VL gargoyles. It could also be their stun, or the combination of both. Not 100% sure.