Page 3 of 3

Re: PVE Dispel too often // Lv28 Mundane Char

Posted: Wed Apr 22, 2020 7:33 am
by garrbear758
This is being worked on. Please be patient.

Re: PVE Dispel too often // Lv28 Mundane Char

Posted: Wed Apr 22, 2020 9:43 am
by Sockss
The function's hardcoded in "EffectDispelMagicBest" iirc, so you need to write a new one.

As caster levels / character levels are borked you need to store and check the dispel CL for each effect.

It used to be quite a challenge to create a completely custom dispel system but with the new effect tagging EE introduced it's really as simple as tagging an effect with the CL it's supposed to be, then making your own dice roll against it.

Re: PVE Dispel too often // Lv28 Mundane Char

Posted: Wed Apr 22, 2020 9:44 am
by Sockss
garrbear758 wrote: Wed Apr 22, 2020 7:33 am This is being worked on. Please be patient.
<3

Do we know if we're going back to how it was and not the problematic way some people thought it was?

Re: PVE Dispel too often // Lv28 Mundane Char

Posted: Wed Apr 22, 2020 8:44 pm
by strong yeet
Image

Re: PVE Dispel too often // Lv28 Mundane Char

Posted: Mon Apr 27, 2020 10:02 am
by garrbear758
This has been fixed.