• 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

Looking to make an Ability Bonus Permanent

I need to make these Permanent Abilities

hero.child[aCON].field[Bonus].value += 1
hero.child[aDEX].field[Bonus].value += 1

These are in Magic Item. I believe the [Bonus] field needs to be modified.

I once found something like [aStartMod] or something but now I can't find it.
(this would have been given at your starting level), this will work but rather just have it permanent.
 
Gave you got the ability turned on that allows you to I inspect an element and see the names of all the stuff that can be used.
 
Thanks but I have resolved this

Have you got the ability turned on that allows you to inspect an element and see the names of all the stuff that can be used.

No I have not yet figured that yet, but I'm hoping to learn that soon. I have resolved my problem though.
 
Hero Lab > Develop > Enable Data File Debugging

Now you can right click on the different elements within the tool and get a menu that allows you to show debug tabs and fields.

Can be really useful for learning the different things you can manipulate.
 
Back
Top