• 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

Blackguard PrC

JeffSandmeier

Active member
I am attempting to add the Blackguard PrC to Hero Lab for Pathfinder. I have already done the paper conversion, but I'm having some trouble with the Channel Energy feature. I have added it in the Class Special tab, using a copied version of the Paladin's Channel Positive Energy. When I test it, the test PC comes up with Channel Positive Energy, despite the fact that I have the 'channel/deity' selection box activated and set for inflict/negative energy. I then tried to use the generic Cleric channel energy (copied) and got the same thing. If I give the test PC a level in Cleric (or any other class that normally chooses between cure and inflict) it works properly, but without it, it always defaults to Positive Energy. I haven't changed anything in the eval script in either attempt. I looked in the xChannel ability, but I can't find the section that actually sets whether the PC cures or inflicts. Can anyone help?
 
I'd recommend waiting until Gen Con, and then copy the antipaladin's channel negative energy ability.

(For that matter, the antipaladin pretty much replaces the blackguard).
 
I'm afraid to say that the fiendish servant will also be hard to implement properly, in terms of the feasability of adding the Blackguard to HL - the mechanisms were removed in the conversion from d20 to Pathfinder.
 
Bootstrap cClrChan with a tag of cClrChan with a value of the level chanelling is gained.
On the lower right of the class tab is a selection of Select deity / channeling. If the black guard gets domains select dity and channeling otherwise sellect channel only.
 
Thinking about it more, go with what jkthomsen9 suggested - I hard-coded the negative channeling for the antipaladin in the structural files, so it wouldn't actually help you, now that I think about it more.

That is something I need to re-work, so that fixed energy types are implementable without access to the structural files.
 
Bootstrap cClrChan with a tag of cClrChan with a value of the level chanelling is gained.
On the lower right of the class tab is a selection of Select deity / channeling. If the black guard gets domains select dity and channeling otherwise sellect channel only.

I'm not sure where you are talking about bootstrapping cClrChan, is that in the main class screen, or in the class special screen? If you are talking about the class special abilities section on the main class screen, then I have tried that and it still returns as positive energy channel unless a class other than blackguard that can or is forced to choose a channel type is selected in addition to the blackguard class levels. I already had the channel type selector checked, and even when selected for negative/inflict, it still shows as positive energy channelling in the special tab of hero lab, and says the character doesn't qualify for the feat Command Undead, because it requires Negative Energy Channel. For some reason, the channel type selector is not passing on the information that I have chosen negative energy channel to whatever puts the information onto the special tab of the character creator.
 
Back
Top