• 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

Complete Mage import to herolab

I like the way your suggestion looks better. I screwed with the timing so if the player already selected GSF with the same school before the PrC then there won't be any errors thrown. Similarly, multiple Skill Focus: Spellcraft do not add more than 3 to the skill check.

I'd like to mark the feats so that the player is given a heads up that there is some room to retrain, but I can't do it in a way that isn't seriously rewiring.

My thought on this is to define a tag that lets me know that the Feat was chosen BEFORE the class ability and then mark the feat with something like Helper.Duplicate; then also a tag that lets be know the Feat was chosen AFTER the class ability (in which case the feat selection is really invalid). Too tired to scrub through it. Someone else make it prettier!
 

Attachments

That may be an unnecessary step, but if someone wants to make it look nice, I won't complain. In the meantime, I'll add this to the next release.
 
CptCoots,

I'm getting an error when compiling this new version:

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'cMSpMinor' (Eval Script '#1') on line 27
-> Error in right-side expression of assignment

Can you take a look? (Class Special - Minor School Esoterica)
 
What was the context? I'm not getting any error like that. I'm actually awake today, so I'll be including the arcane spell caster requirement... one moment please...
 
This is the line 27 I have in cMSpMinor

field[CustDesc].text = "When you cast a necromancy spell, undead allies within 60 feet gain turn resistance and a bonus on saves equal to your master specialist level for a number of rounds equal to your
master specialist level."

The right hand side seems legit. Reposting the the PrC user file, let me know if you still have problems and if so then send me the portfolio, if it is linked with one.
 

Attachments

Not attached to a portfolio. It happens just on compilation. I'll see if I can figure out why on my end.

Update:
Ok, for some reason, HL was putting an extra return on that line which is what messed it up. I had to fix it in a text editor. Sorry about that.
 
Last edited:
Back
Top