• 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

How can I Assign a Cleric Domains to a Race.

bodrin

Well-known member
Hi all,

For reference this is the BONE PRIEST from The Emerald Spire Superdungeon

I'm coding a Race that has access to a limited list of cleric domains without any of the other clerical benefits.

I've hit snags as summarised below.
I can bootstrap the domains directly which causes a linkage error.
I've bootstrapped the cleric helper which doesn't allow the domain selection.

I then remembered the Advodaza (Nemesis Devil) from bestiary 4 with its False Divinity.

Copying and bootstrapping the False Divinity to my race only shows a panel with False Divinity and no selections.
So there must be an underlying code procedure that I can't see that enables the selector.

How do I make a selector for the Domain like the False Divinity special?
I can only see a script on the False Divinity but no other indication as to how it's allowing the domain selection itself.

I've also tried looking at the Cleric domain selection too.:confused:
 
You can try bootstrapping a configurable and setting the cfgLevel at First 496 to whatever you need it to be and then setting the candidate expression for the selection to component.BaseClrDom & WHATEVER IT'S LIMITED TO
 
In the editor, where you are choosing how many racial custom specials to allow a race, there is a button called "Allow Custom Abilities" which lets you choose another race's custom specials to be allowed. You can choose the Nemesis Devil's race there and it's false divinities will be addable to your character.
 
In the editor, where you are choosing how many racial custom specials to allow a race, there is a button called "Allow Custom Abilities" which lets you choose another race's custom specials to be allowed. You can choose the Nemesis Devil's race there and it's false divinities will be addable to your character.

That's a sensible suggestion however if I were to add the False divinity ability would it display the name false divinity, Or can I rename it to Domain known?
 
The name of the racial custom specials group is set 3 lines above, in the field which says "Custom Ability Name"
 
The name of the racial custom specials group is set 3 lines above, in the field which says "Custom Ability Name"

Okay it works in a fashion, the name changed and it allows a selection of domains.
However the domains are restricted to the nemesis devil choices not the Bone priest choices.

I've made a copy of the false divinity and have investigated the script but I can't see where the domain list is selected from, other than Splice Domainlist =.

Even looking at the nemesis devil race there doesn't appear to be any indication where the domains get assigned.
:confused:.

How can i alter the domain list on the false divinity copy to show a different selection for the Bone priest?

Edit: I've just seen a tag on the domain list selection that may be an indication rcFalDevil.
But I have to be at work now so I can't test my theory.
 
Last edited:
Back
Top