• 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

Changing caster type

Sevisin

Well-known member
Hello,

The feat Uncanny Forethought, which is not in HL (at this time?), changes caster type from preparation to spontaneous. Any thoughts on how to make this possible?

-S
 
The caster type is determined by a tag. However, I'm not sure changing the tag would gain the desired effect, as the two classes themselves are wholly different altogether. Each uses a different array for determining spells per day, spells in spellbook, spell known, etc.

The tags are:
CasterType.MemBook
CasterType.SpontKnow

I doubt you will get the result you want, there's a lot of hard-coded stuff specific to the particular casters that won't be in sync. However, there is no reason without a bunch of research and code that it can't be done, since each class object is essentially the same thing.

Good luck!
 
Back
Top