• 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

Add +1 Spell DC to armor

I need a script or method that raises all Spell DC's no matter the school.
Increasing "sDCmisc" += 1 would be great. But, I haven't been able to figure out this approach.
Code:
      if (field[gIsEquip].value <> 0) then
          hero.child[aaSpells].field[abDC].value += 1
        endif
Attempting to bootstrap Spell Focus hasn't been a productive approach either.

Thanks in advance for your suggestions.
 
There is an adjustment called "Spell DC, All Spells". In the editor you can do a "New Copy" to view the adjustment and its script logic. That is where I would start to figure this out.
 
Thank you. I'll look at that. I've been watching your videos and others. Thank you for all of your help.

Solution: Bootstrapped that adjustment, and it worked like a champ!
 
Last edited:
Back
Top