• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Spell adjustment effect not falling off the character when spell is unchecked

Vacendik

Member
Hi all,

Weird situation here. I have added a spell adjustment to my character, Counterbalancing Aura. This added the special ability of spell resistance to my character as expected for certain alignment types.

However when I uncheck the spell (and removed it from the option list) the special ability doesn't go away. So, now it looks like I have this ability all the time.

I do not see a way to have the system "recheck" my character for accuracy, but I cannot get it to fall off.

Does anyone have any thoughts on this or should I submit as a bug? Thanks.
 
Well it's not the first thing I thought of then. When you report it, include the file with the adjustment for testing, please.
 
The script for this ability doesn't include a statement to only activate if the adjustment is checked.

ie: doneif (field[pIsOn].value = 0)

It also bootstraps Spell Resistance without a condition (such as whether or not the adjustment is active).
 
Back
Top