• 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

trouble with bonus feat

psych777

Well-known member
i'm doing something wrong but i can't figure out what. i'm trying to make a Class Special to be used with an archetype. i add the bonus feat on the 'Bonus Feats Granted' and when i 'test now' i get this error:

Hero Lab was forced to stop compilation after the following errors were detected:

Thing 'cPUUnwPart' - Bootstrap thing 'fPUUnwillP' is invalid due to non-zero maxlimit value

i tried checking the 'no pre-reqs?' = same error
selected a 'target' = same error
added a Cond. for a level as the "?" suggested ("count:Classes.xxx >= #") = same error
i can't figure where this non-zero maxlimit error is coming from
 
i'm doing something wrong but i can't figure out what. i'm trying to make a Class Special to be used with an archetype. i add the bonus feat on the 'Bonus Feats Granted' and when i 'test now' i get this error:

Hero Lab was forced to stop compilation after the following errors were detected:

Thing 'cPUUnwPart' - Bootstrap thing 'fPUUnwillP' is invalid due to non-zero maxlimit value

i tried checking the 'no pre-reqs?' = same error
selected a 'target' = same error
added a Cond. for a level as the "?" suggested ("count:Classes.xxx >= #") = same error
i can't figure where this non-zero maxlimit error is coming from
The error has nothing to do with your class ability. The maxlimit is on the feat itself. For some reason one feat was done with a maxlimit and I think it was used to "copy" from to make other feats.

I can not think of any good reasons why a feat has maxlimit to the number of times it can be added to the hero. I fixed all the maxlimit feats and uploaded to github.

The last issue is ALLOT of the Psionic feats are listed with a Uniqueness of "no" which means the feat can be chosen multiple times. That is not correct feats should be "Add Once" unless it has a "Special" line in the text saying the ability can be taken more than once. In example "Weapon Focus" has that special line. This is still an outstanding issue we need to fix. :(
 
ahhhhh!!
thanks, that one was really confusing me!
i did notice a lot of "no" uniqueness but wasn't sure if it was done on purpose for a reason i didn't know. will try and edit as i can.
 
Back
Top