• 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

Insight Bonus to AC

mbran01

Well-known member
How would one go about adding an insight bonus to ac via script. I have tried several phases/priorities (the latest being final 10000).

Code:
     ~If we are an arcane caster we get a +1 insight bonus to AC
               if (tagis[Hero.Arcane] <> 0) then
              #applybonus[BonInsight, hero.child[ArmorClass], 1]
              endif
 
I think the problem here is that you are checking for the Hero.Arcane tag on whatever thing the script is running in. Try Checking for the tag on the hero instead, sometime in the PostLevels phase.
 
Last edited:
Back
Top