• 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

Dread Witch - Master of Terror

Spyderbane

Well-known member
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?
 
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.
 
Last edited:
Back
Top