• 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

Access to Domains

chiefweasel

Well-known member
Is there any way to determine if a user has access to a specific domain? I am doing some feats and this seems to crop up all the time. This is mostly for paladins. In the Complete Champion book many of the feats require that the character have access to various domains. The domain structure has been opened up to any divine class, not just clerics. But there isnt a process to add a domain to a paladin using HL. Is there any way to attach a domain to a non-cleric character using HL and then how could i check for it in a script?


Thanks.
 
Last edited:
Domains are a subset of secondary spells in HL, I think you could make a copy of the Paladin class, modify it to get secondary spells (and specify a domain), and then check for that maybe?
 
Create a cleric (don't add any domains yet), and then go to the develop menu, and select "Floating Info Windows" ... "Show Hero Tags". Now add some domains and watch how the tags on the hero change.

You'll see that each domain grants the hero a Domain.? tag, so an expression requisite for the Animal Domain would be:

hero.tagis[Domain.Animal]

Lawful_g beat me to the answer on how to add domains to a Paladin - create a replacement version of the class.
 
Looking through Complete Champion, I think the question you were asking was actually "How do I determine what domains my character's deity offers" - there's no way to define a deity, so there;s no way to check what domains that deity offers.
 
Looking through Complete Champion, I think the question you were asking was actually "How do I determine what domains my character's deity offers" - there's no way to define a deity, so there;s no way to check what domains that deity offers.

Speaking of which, are there plans to add this in the future? I know the WotC deities are not in the SRD, but inventing Lone Wolf deities to prove functionality would be great!
 
KK, i'll have to leave those pre-reqs that ask for domians off the check list. i'll add the domains so clerics could look for them.
 
Back
Top