Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Dread Witch - Master of Terror (http://forums.wolflair.com/showthread.php?t=67053)

Spyderbane May 24th, 2022 03:30 PM

Dread Witch - Master of Terror
 
This class ability says you get Bane and Doom spells added to your spell list. Currently, it doesn't add them (at least to bard). How can I set this up so it has a drop-down to select the caster (like it does for the other levels to add a caster level) and then have it add the spells to the class?

Sendric May 25th, 2022 03:49 AM

Quote:

Originally Posted by Spyderbane (Post 299123)
This class ability says you get Bane and Doom spells added to your spell list. Currently, it doesn't add them (at least to bard). How can I set this up so it has a drop-down to select the caster (like it does for the other levels to add a caster level) and then have it add the spells to the class?

Custom Expression: component.BaseClHelp & CasterSrc.Arcane
Restrict to: All Picks on Hero

Add the following script at Post-Attributes/10000

Code:

~ Add Bane and Doom to chosen arcane spell list.
 doneif (field[usrChosen1].ischosen = 0)

 field[usrChosen1].chosen.field[cSpellExpr].text &= " | (thingid.spBane1 | thingid.spDoom1)"

I've added this for the next release.

NOTE: Please include a source book when reporting an issue.


All times are GMT -8. The time now is 10:32 AM.

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