• 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

Already need help

ErinRigh

Well-known member
Well the first special ability is a complicated one in the Ultimate Gladiator class.

Basically it grants a +1 dodge to AC if you are using a shield AND fighting defensively or using the total defense action.

The ability can be taken multiple times at levels 1, 5, 9, 13, and 17 it's effects stacking to a max of +5 a 17th level.

So what I need is, the ability needs to check for the number of times the ability has been selected, check that the character's class level is sufficient for the number of times selected, check for a shield, provide an In-Play check box to indicate defensive action is being taken and apply that bonus as a dodge bonus to AC.

I'm not asking anyone to do this for me, I am asking for someone to hold my hand like a grade schooler and walk me through it. Any takers?
 
Don't have allot of time today. HERE is a link to a UP Aegis class ability that has similar logic in regards to the levels and the bonus increasing.

Fighting Defensively and Shields are tags you can look for on the HERO. Take a look at the hero tags as you activate Fighting Defensively or equipping a shield.

name="Nimble" description="The aegis gains a +2 enhancement bonus to Dexterity while he is wearing his astral suit. This customization can be selected a second time beginning at 5th level, and a third time starting at 10th level. Each subsequent time it is taken, the enhancement bonus to Dexterity is increased by +2."
 
also, how would I go about having an ability check to see if you are fighting defensively or using total defense?

If that is not possible, because I couldn't find an adjustment for fighting defensively or the other, is there a script that I could add to put a check box (or 2) on the In-Play tab to indicate, possibly with adjustments, that you are doing one of those ?
 
also, how would I go about having an ability check to see if you are fighting defensively or using total defense?

If that is not possible, because I couldn't find an adjustment for fighting defensively or the other, is there a script that I could add to put a check box (or 2) on the In-Play tab to indicate, possibly with adjustments, that you are doing one of those ?

When you enable those conditions in the conditions tab they add a tag to the hero, look for that tag and have your script check for it.
 
Back
Top