• 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

Attribute Linkage

DeltaMasterMind

Well-known member
I use this line: foreach pick in hero from BaseClHelp where "CasterSrc.?"
for an ability that cycles through casting classes for the highest ability modifier.
Is there an equivalent "CasterSrc.?" for classes like the vitalist or other power based classes? Currently my vitalist does not work with this linkage.
 
I use this line: foreach pick in hero from BaseClHelp where "CasterSrc.?"
for an ability that cycles through casting classes for the highest ability modifier.
Is there an equivalent "CasterSrc.?" for classes like the vitalist or other power based classes? Currently my vitalist does not work with this linkage.
Add a level of Vitalist to a new blank hero.

Go to "Develop->Show Selection Tags" and in the new window type in cHelp. Place a check mark next to the Vitalist class helper pick. Then press OK and a new debug window opens that will show you every Tag that exists on that Pick. :)
 
Back
Top