I'm getting an interesting error with the Mystic class.
I've added the Knowledge Domain and I'm told I need to choose my lvl 1 and 2 Domain spells. However there is no where to add the spell like with other Domains (normally just under the domain there is space that will say "add 1 2 domain spells")
What's odd, is that when I removed the Knowledge Domain, I found I had one too many 1st and 2nd level spells. It seems the Knowledge Domain is granting me an additional spell for each level, but not restricting the options of spells to choose.
The Domain Spell version of the spell is present in the spell list. Is this an error with the Mystic class?
I'm looking in the DLCS - Mystic.user file, and checking out the Custom Ability cMysKnow.
In Eval Rules there is the Message "Add domain spell to Mystic spells known."
Found this:
validif (hero.childfound[cHelpMys].field[cKnowMax].arrayvalue[1] = 0)
validif (hero.pickexists[sMysDeSeDo] <> 0)
Ok, so, seems I've found a work around for the error message. Having the Domain adds to the number of spells known and spells-per-day. I just had to add the 1st level spell Detect Secret Doors, and 2nd level spell Detect Thoughts and *POOF* the error goes away.
I've added the Knowledge Domain and I'm told I need to choose my lvl 1 and 2 Domain spells. However there is no where to add the spell like with other Domains (normally just under the domain there is space that will say "add 1 2 domain spells")
What's odd, is that when I removed the Knowledge Domain, I found I had one too many 1st and 2nd level spells. It seems the Knowledge Domain is granting me an additional spell for each level, but not restricting the options of spells to choose.
The Domain Spell version of the spell is present in the spell list. Is this an error with the Mystic class?
I'm looking in the DLCS - Mystic.user file, and checking out the Custom Ability cMysKnow.
In Eval Rules there is the Message "Add domain spell to Mystic spells known."
Found this:
validif (hero.childfound[cHelpMys].field[cKnowMax].arrayvalue[1] = 0)
validif (hero.pickexists[sMysDeSeDo] <> 0)
Ok, so, seems I've found a work around for the error message. Having the Domain adds to the number of spells known and spells-per-day. I just had to add the 1st level spell Detect Secret Doors, and 2nd level spell Detect Thoughts and *POOF* the error goes away.
Last edited: