• 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

Adding 0 level caster class

I'm trying to add the ability to cast 4 0-level Sorcerer cantrips to a race. Using the Spellcasting Options section doesn't seem to work as it thinks I have 1 level of Sorcerer, including level 1 spells.

I've also tried the below script:

~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

~ Loop through all Arcane classes
foreach pick in hero from Class where "CasterSrc.Arcane"
~ increase caster level
eachpick.field[cCasterLev].value += 1
nexteach

But it generates a 'non-existent component 'Class' referenced by script' error

I thought maybe setting the phase to Post-Levels (Users) would let the script see the Class component but no luck.

Thoughts? Thanks in advance.
 
Back
Top