Player Resource Consortium

Neverwinter Nights => Prestige Classes => Topic started by: xwarren on July 02, 2009, 02:02:20 PM

Title: Morninglord of Lathander?
Post 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.
Title: Morninglord of Lathander?
Post by: Stratovarius on July 13, 2009, 12:10:40 PM
It was never quite finished I think. Or at least never merged in. If you want to, the code is mostly there.
Title: Morninglord of Lathander?
Post by: xwarren on July 14, 2009, 01:16:49 PM
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.
Title: Morninglord of Lathander?
Post by: Stratovarius on July 14, 2009, 02:00:44 PM
If there aren't any in the original, then they need to apply only to clerics.
Title: Morninglord of Lathander?
Post by: xwarren on July 15, 2009, 02:23:57 AM
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 :)
Title: Morninglord of Lathander?
Post by: Stratovarius on July 15, 2009, 07:50:02 AM
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.
Title: Morninglord of Lathander?
Post by: xwarren on July 15, 2009, 12:18:08 PM
Thanks. Sorry for trouble, I'm still a biginner :P