• 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 add another Divine Bond option?

Psyronin

New member
The Paladin class has a Divine Bond option to choose either a mount or a weapon. How can I include a 3rd option? Looking through the editor I found the mount bond and weapon bond individual features, but nothing for the "choose 1 out of these 2" feature itself.

Where can I modify that choice?
 
Divine Bonds are just Custom Special Abilities for Paladins, you can create new ones in the editor. Class Group, Custom Ability Tab.

If you are talking about changing which abilities are available to be picked (perhaps eliminating the existing options in favor of new ones you create), you'd have to manipulate the candidate expression field on the class ability.

For example:
Final 99999999
Code:
hero.childfound[cHelpPal].field[cCstS2Expr].text = "SOME NEW TAG EXPRESSION"
 
Last edited:
Yes, I want to change which abilities are available to be picked.

Where exactly in the editor can I find this candidate expression field on the class ability?

And can I modify the existing class, or do I have to duplicate the paladin class so I can make this modification?
 
Work with the first line of Aaron's response before going on to the second and third - if it works, that solution is much easier to accomplish than re-writing the expressions.
 
Back
Top