• 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 Spells

spannclann

Well-known member
I am trying to create a Class Special that adds limited spell casting. I am looking to give two specific spells at levels 3, 5, 7, and one specific spell at level 9.

Also, I only want this Class Special to give access to one spell slot at level 3, two at level 5, three at level 7, and four at level 9.
**EDIT** I have figured out the spell slot issue (mostly). When the character sheet is printed, it shows the spell slots as Warlock. Is there a way to change that?

Ideally, I am looking for an Eval script that can assign specific spells to the hero. That way I can just loop it in with the script I have for the spell slots.
 

Attachments

  • Screenshot 2023-07-13 214140.png
    Screenshot 2023-07-13 214140.png
    58.3 KB · Views: 4
For specific spells given at levels, is the user choosing the spells or are the spells included in the ability?

If they are included in the ability, check the Tiefling race's spellcasting ability, that racial feature in hero lab bootstraps the specific spells along with their daily usages and the level tags at which they are gained. If the user has to pick the spells, you may need to learn to use tag expressions to set up the list of spells the user can choose from, which is more involved.
 
I have figured out how to bootstrap the spells I want to add. However, I am getting the error:

I found that I was using the wrong Helper in the bootstrap. I was using cHelpWiz when I should have been using cHelpFtr. So I have fixed this latest error.
 

Attachments

  • Screenshot 2023-07-14 042944.png
    Screenshot 2023-07-14 042944.png
    282.8 KB · Views: 8
Last edited:
Back
Top