• 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

Divine Mind questions

crawlerotn

New member
I don't know if this has been covered, but I was trying to make a DM character and what I noticed was I could not add any powers due to there is nothing in the Ardant power list. Is there a way to have the list of mantles that are chosen be listed as possible power list? I was wondering if I would have to list all mantles and maybe list on the description what mantle they belong too...
 
DM question

I was hoping for at least some kind of answer. I wasn't sure if there was a fix to this or if I was going to have to make some kind of list. As of right now there is no Ardent spell list to go off of, being as DM uses their list. Is there a plan to fix this or what?
 
Ok, I see the problem. Not sure how this happened, but the fix is pretty simple. The custom abilities for the Divine Mind were assigning powers to the Ardent instead of the Divine Mind. I've made the fix for the next release.

If you are comfortable with the editor, you can make the following change. For any custom ability in the 3.5 - Complete Psionic file whose id ends in DM (ie cMChaosDM), change the eval script as such:

old:
Code:
perform hero.childfound[cHelpArd].assign[psiClass.mChaos]

new:
Code:
perform hero.childfound[cHelpDvM].assign[psiClass.mChaos]

If you are not comfortable with the editor, PM me your email address, and I can send you the updated file.
 
Back
Top