• 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

Paladin - Oathbreaker - Aura of Hate error

MarkDMKC1974

New member
So I downloaded this, not sure if this is where I would talk to the makers of this.

But Aura of Hate adds to the attack rolls to hit as well as damage. This is incorrect as Aura of Hate only adds to damage rolls.

Anyone know if there is a way to fix this? Or do the mods who made this have to do that?

Thanks
Mark
Overland Park RPG dude
 
I just created a Paladin using the current community code and it only adds to damage - when I look at the code it is as follows:

Code:
~ Set our bonus to be equal to Cha with a minimum value of 1
      field[abValue].value += #attrbonus1[aCHA]

      ~ The following should only happen once on the first copy
      doneif (tagis[Helper.FirstCopy] = 0)

      ~ We get damage bonus to melee attacks
      hero.childfound[Damage].field[dmmBonus].value += field[abValue].value

So, maybe you have another feat or ability that's doing this to the hit bonus? What other class levels or feats did you add?
 
Back
Top