• 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

Configurable levels

Brolthemighty

Well-known member
I’ve tried searching about configurables and such by not finding my question, so I thought I’d ask.

I’m trying to make a configurable that does multiple things over time. I know I can put in the scripting to tie the increases to character or class level, but is there a way to give the configurable itself levels? That way it’s not tied specifically to character or hero level?

Something like an adjustment level, tied to the configurable. That way I can just up the adjustment level, which bumps up the configurable level? If that makes sense.

The configurable would be working almost like an additional subclass, but not tied to character or class levels. I’m just starting in the scripting and wasn’t sure if that was something g actually doable. I swear I had come across something that referenced configurable level...but can’t find it now.
 
Look at the community Barbarian Path of the Totem Warrrior.

You'll see that the configurable is pretty simple and the scripts that affect it are run inside the class Custom Ability.

You'll also see where the script inside the subclass is referencing xTotalLev to get the total class levels.

You can do something similar outside of classes (like if it's a feat or boon) using the #totalvelcount[] and/or the #levelcount[CLASS_ID] macros or even do a manual count of the Class.? tags.

EDIT: Additional thought.
If you're wanting to use one of the Activation fields on a class special/feat, you can play around with the fields like actUser. This is where you have an Activation and you can set the actUserMin and actUserMax to show the amount of activation if that makes any sense.
 
Last edited:
Back
Top