• 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

Custom Ability selection field

Sendric

Well-known member
I'm working on a custom ability that adds an enhancement bonus to any one attribute score. Which score gets adjusted can change each time you use the ability. I have the custom ability set up to choose an attribute, but I can't see a way to determine which item was chosen. There is a usrChosen1 field, but it doesn't get populated. There must be a hidden field somewhere (the livename changes, but that's it as far as I can tell from the debug fields/tags). Is it possible to access this hidden field, or do I need to create something else that I can bootstrap?
 
Have you looked at the transmuter or wood elemental wizard schools - both of those have a power that adds an enhancement bonus to a selected attribute - how do they do it?
 
Have you looked at the transmuter or wood elemental wizard schools - both of those have a power that adds an enhancement bonus to a selected attribute - how do they do it?

I tried to create a class special, then bootstrap it (as those abilities do) to the custom ability. Unfortunately, I then get an error when I select the custom ability:

Attempt to access field 'cTotalLev' that does not exist for thing 'cTMkBellfl'
Location: 'field calculate' script for Field 'xTotalLev' near line 10

This error only occurs when I have the class special bootstrapped, and I'm not really sure why it's there because I'm not trying to access that field in anything that I'm doing (at least, not on purpose).
 
Custom abilities only work with classes, as far as I've been able to ascertain. If you are trying to bootstrap this to something other than a class, it doesn't work. Classes have a field that determines how many custom abilities the class has, but I have not seen this on anything else (such as races, which would be great to have on, since races with HD are pretty much classes for monsters).
 
Custom abilities only work with classes, as far as I've been able to ascertain. If you are trying to bootstrap this to something other than a class, it doesn't work. Classes have a field that determines how many custom abilities the class has, but I have not seen this on anything else (such as races, which would be great to have on, since races with HD are pretty much classes for monsters).

The custom ability is on a class (Tattooed Monk). The error message above occurs when I have a class special bootstrapped to the custom ability.
 
Not the way I wanted. I ended up bootstrapping a pair of specials and providing 6 selection boxes on the in-play tab. It works for now.
 
Back
Top