• 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

0 level spells on Bloodrager

Ruka

Active member
So I know this is goofy but my GM wants to add 0 level spells to the bloodrager class ( and other limited casting classes). I have tried to add it under personal with additional 0 level spells but since the class doesn't get that level spells at all I need to figure out how to make this goofy change.

I have done some limited work in the editor but am not very well versed in that. Anyone explain it in semi simple terms.
 
Every casting class has a field called 'cSplMinLvl' typically it is left blank and defaults to zero. For classes like bloodragers, clerics etc.. it set to a higher.

What you can do is create an Archetype on the class tab, name it whatever you like. Then set the class to modify as Bloodrager.

After that create a new eval script and add the code shown below.

First/500

Code:
hero.childfound[cHelpBlr].field[cSplMinLvl].value = 0

From there scroll down the editor to where you see Spellcasting Details and set the Spells Cast Per Level and Spells Known Per Level as you desire.

That should get you started, I hope it helps.
 
Back
Top