• 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

Prestige Paladin

Sevisin

Well-known member
Hello,

I'm building the Prestige Paladin class from Unearthed Arcana. There are two things I need some assistance with.

One, Requirement: Spellcasting: Ability to cast {i}Protection From Evil{/i} as a divine spell.

Two, Spells per Day: A prestige paladin's training focuses on divine spellcasting. At every odd-numbered level reached, the prestige paladin gains new spells per day as if he had also gained a level in whatever divine spellcasting class he belonged to before he added the prestige class.

Thanks,

-S
 
1. Protection from Evil is a 1st level spell. [Class level tab] A "Expr-req" of 1st level Divine caster will cover that.

eg: tagcount[Hero.Divine] >= 1+1

2. [Class tab] You can add new spells per day with the "Extra Magic / Power Levels" button

Take a look at some of the prestige classes from "Complete Divine" in the community content. This can guide you setting up the class.
 
Last edited:
@Dami
Thank you for the reply.

I must have over-thought things in terms of the Protection From Evil thing. I guess there is a unique tag for that spell in the divine school.

I didn't even think about looking in Complete Divine. Thanks for the tip.

I know a lot of this is elementary, but I can't locate an API for me to dissect to properly get the information to create the appropriate code. I'm not an expert scripter/programmer so my knowledge is limited. I appreciate the assistance.

-S
 
Nearly all of us are learning as we go - I class myself as a beginner! In HeroLab itself, under the Help tab, you can access a Manual, Tutorial and FAQ. Also on YouTube there are some video tutorials.
If you have questions about how to do something, just ask!
 
Back
Top