• 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

Feat: Changing Int to Cha

Mergon

Well-known member
I am trying to create a feat or trait that allows a Wizard (and eventually a Magus) to use Charisma as his spell attribute instead of Intelligence.

I am new to hero Lab scripting, so am still learning.

From the Sorcerer Wildblood Blood line (Sage), I found this script:

Code:
perform hero.childfound[cHelpSor].assign[SplAttr.aINT]

It allows a Sorcerer to use Intelligence instead of Charisma as his spell attribute. I found a similar line in the Empherial Blood line for Wis. However, when I try to use this code as follows:

Code:
perform hero.childfound[cHelpWiz].assign[SplAttr.aCHA]

It gives me an error. The script is set to run in Phase: First, Priority: 10000.

I am wondering if the the aCHA equivalent of [SplAttr.aINT] exists.

If anyone can help me with this I'd appreciate it.
 
The last time this came up before I think it was advised to to do a Archetype instead. Just make the feat require the Archetype and the Archetype require the Feat. Archetypes have a very easy Drop Down box where you just select the new attribute to use. So scripting really required.

I assume the tag your trying to use simply does not exist or was never meant to work with anything other than the Sorcerer class.
 
Back
Top