• 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

Beguiler spell list

vardeman

Well-known member
OK, I've been working through the tutorial on the editor and have started entering the Beguiler class from the PHB2. The class gets a subset of the wizard/sorcerer spell list and can cast any spell on his list spontaneously as long as he has spell slots uncast. First question is how do I automatically add spells to his list as he gains appropriate levels? Second question deals with the special ability called "Advanced Learning". This lets him add a spell (enchantment or illusion) to his spell list as long as its level is no higher than the highest level of spell he can cast. I've added the Class Special to his list, but how do you then give him the choice of spells to add to his list so that it acts like any other spell on the list?
 
vardeman wrote:
>
>
> OK, I've been working through the tutorial on the editor and have
> started entering the Beguiler class from the PHB2. The class gets a
> subset of the wizard/sorcerer spell list and can cast any spell on his
> list spontaneously as long as he has spell slots uncast. First question
> is how do I automatically add spells to his list as he gains appropriate
> levels?


You can add bootstraps to the class with a condition expression of:

count:Classes.Beguiler >= 2

For a second-level spell, for example.


> Second question deals with the special ability called "Advanced
> Learning". This lets him add a spell (enchantment or illusion) to his
> spell list as long as its level is no higher than the highest level of
> spell he can cast. I've added the Class Special to his list, but how do
> you then give him the choice of spells to add to his list so that it
> acts like any other spell on the list?


The only way to do that right now would be to make a copy of every
Enchantment / Illusion spell for the Beguiler class. I'll see if we can
come up with a better way of doing this for a future release.


Hope this helps,


--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/
 
Any updates on this, I am trying to convert the warmage into the system and really do not feel like importing every wizard evocation spell...
 
Back
Top