• 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

Help with Class Count As Tags

Lawful_g

Well-known member
I am working on Ascetic Knight, a Monk/Paladin hybrid feat, which allows each to count as the other for the purpose of multiclassing back into themselves....

I have done other hybrid feats by assigning the appropriate tag, like so:

Phase = First (Users) 100
perform hero.childfound[cHelpRgr].assign[ClsCountAs.cHelpMnk]

And that works.... the only problem is with this one, which assigns it twice:

Phase = First (Users) 100
perform hero.childfound[cHelpPal].assign[ClsCountAs.cHelpMnk]
perform hero.childfound[cHelpMnk].assign[ClsCountAs.cHelpPal]

Both are assigned the appropriate tag, but whichever class (monk or paladin) is added second remains greyed out in the class selection screen. If you ignore the greying out and red text and add a level of it anyway, there doesn't appear to be an error, but still, I would like to know if I can fix this, or if it will have to be officially fixed.
 
Back
Top