• 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

Armor Class Adjustments

Maidhc O Casain

Well-known member
Is there a way to make temporary (or permanent) adjustment to the touch AC? If not, is there a way this functionality could be added to the adjustments tab?
 
In the editor create a New(Copy) of the Armor Class adjustment in the Adjustment Tab. Then over write the Eval Script with the following:
Code:
~Pre-Levels 10,000
      ~ If we're not enabled, get out now
      doneif (field[pIsOn].value = 0)

~ Add to our TOUCH armor class only
hero.child[ArmorClass].field[tACTouch].value += field[pAdjust].value
 
Last edited:
Back
Top