• 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

Class always a vaild choice?

TCArknight

Well-known member
This is something I haven't come across before.

How go you make a class always a valid choice for a race even if they aren't of the correct alignment? I've got a race with an ability that lets them choose Barbarian as a class even if they are of Lawful alignment.

Thoughts?

TC
 
You've worked with debugging, right?

The alignment restrictions on a class are stored as tags on the class (the cHelpXXX pick) - you can look up those tags with the develop menu...floating info windows...show selection tags (add a level of Barbarian first). Once you've figured out what tag or tags are imposing that restriction, try having your ability find the class, and delete those tags from it.
 
Back
Top