Player Resource Consortium
Neverwinter Nights => Prestige Classes => Topic started by: xwarren on July 02, 2009, 02:02:20 PM
-
Just wanted to ask what is missing for this class (looks OK for me, but didn't test it much).
Also I noticed that in epic levels morninglord can choose Automatic * Spell feats, does this mean that he also gets improved spellcasting (+1 divine caster level/level)? - Didn't found that in description.
-
It was never quite finished I think. Or at least never merged in. If you want to, the code is mostly there.
-
Almost finished merging the class :)
One question - should I leave the domain requirement (making it class only for Clerics) or do sth similar to Heart Warder class (more classes can get this PrC, but Clerics need to have right domains)? - checked in the source book and didn't saw any domain requirements.
-
If there aren't any in the original, then they need to apply only to clerics.
-
I've send all files for Morninglord, but when I tested it I noticed that I overlooked something. In prc_morninglord.nss (script that is called by prc_inc_function.nss) there is a part that removes all properties from PC skin. Everything was OK with Cleric/Morninglord build, but with ie Cleric/Morninglord/Duskblade all the duskblade spells were removed. Although they appeared again, I think this should not happen.
I'm not sure how to change it - the script is needed to replace old bonuses (I think). So I would appreciate any help with this :)
-
You shouldn't actually need a cleaner script, given that there are other functions that do it for you.
Looking at it now, you should have used SetCompositeBonus. I'll have to rewrite it.
-
Thanks. Sorry for trouble, I'm still a biginner :P