Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - User Projects (http://forums.wolflair.com/forumdisplay.php?f=55)
-   -   Adding 0 level caster class (http://forums.wolflair.com/showthread.php?t=58991)

Stonejager August 17th, 2017 07:55 PM

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:

Quote:

~ 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.


All times are GMT -8. The time now is 03:03 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.