Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 10th, 2012, 08:43 PM
Greetings all,

I'm working on adding the Nightcloak prestige class from FR Faiths and Pantheons, and I'm stumped by the very first class ability.

The Darkness Spells ability allows the cleric to cast any spell from the darkness domain, like darkbolt, in normal spell slots.

Any ideas about how to rig that up without getting validation messages?

-GLBIV
GLBIV is offline   #1 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 11th, 2012, 06:54 AM
Also, what's the exp-req for a domain prereq? #hasdomain?,
GLBIV is offline   #2 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old September 11th, 2012, 07:15 AM
Quote:
Originally Posted by GLBIV View Post
Also, what's the exp-req for a domain prereq? #hasdomain?,
I don't believe there is a #hasdomain expression. How I've seen the pre-req "must have access to cleric domain x" handled in the past is to use a script to require the minimum cleric levels required to have access to that domain, thusly:

Code:
tagcount[Classes.Cleric] >= 1
That said, Darkness should be adding a tag to the hero called "Domain.Darkness" when selected. However, a quick look shows that the "new" version from the community set over-writes the original and doesn't do that. If you are using the community set, I would recommend going into the file "Spell Comp Domains.user" and modify the Darkness2 entry to add that tag (if you need an example of how to do this, do New (Copy) and select Darkness). Then, you should be able to run a check for the Domain.Darkness tag to validate. In the meantime, I'll take a look at the domains and make sure all domains are adding tags appropriately.

As for your first question, I don't have an answer to that right now. I can try taking a look, but I won't have time until next week at the earliest.
Sendric is offline   #3 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 11th, 2012, 07:26 AM
Thanks very much.
GLBIV is offline   #4 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 11th, 2012, 04:14 PM
So far, so good.

Now, the class requires the character to have either Tenacious Magic or Pernicious Magic, so how can I write a an exp-req for that?

#hasfeat[fPernicMag], or #hasfeat[fTenaciMag] <>0 ?

I'm new to this, if you can't tell.
GLBIV is offline   #5 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old September 11th, 2012, 05:10 PM
Try this:

#hasfeat[fPernicMag] + #hasfeat[fTenaciMag] <> 0
Aaron is offline   #6 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old September 11th, 2012, 05:33 PM
I also recommend searching for feats and/or prestige classes that have similar pre-reqs. Most of what you want to do is probably done elsewhere (although some of the domain stuff you want to do might not be).
Sendric is offline   #7 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 13th, 2012, 07:02 AM
I've worked around the Darkness domain spell issue by simply ignoring it!

I decided to go with the nightcloak prc that's in the Complete Divine errata release. It has a different power called Might of Darkness that adds +2 caster level for spells with the darkness descriptor. It's probably better to go with the 3.5 version anyway. That was easy.

I'd still like to figure out how to write a feat or ability that allows access to (or adds) spells from other class lists so I could get the FR initiate feats written.

Anyone know anything about that?
GLBIV is offline   #8 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 13th, 2012, 07:06 AM
Scratch that. I can make the spells and add

#hasfeat[fxxxx] <>0 as an exp-req. That should work.
GLBIV is offline   #9 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 10:12 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.