• 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

Help with new Phylactry for Warpriest

Kaleb

Well-known member
I am trying to make a Phylactery of Positive Energy for Warpriest's I cannot find the Warpriest Channel energy ability on the class/class special tab.

The Phylactry of positive Energy does not work for the warpriest because the Helper in the Eval Script is different from the Wapriest Helper. Where do I find the right Helper?


if (field[gIsEquip].value <> 0) then
foreach pick in hero from Ability where "Helper.ChannelPos"
eachpick.field[abValue2].value += 2
nexteach
endif

Kaleb is online now Report Post #19
 
Confirm the Warpriest you are testing this script with is at least 4th level. I can't test this now, but doesn't the normal Phylactery of Positive Channeling already work with the Warpriest?
 
No Mathias this is not bug. I am try to make a new Item based on the old item because the Channel power works differently for war priests as I understand it.
 
Warpriests' channel energy ability is the same has the Cleric's, except gained at 4th level instead of 1st, lower power +1d6 per 3 levels instead of 2, and requires 2 uses of Fevor which is Wisdom-based instead of # of uses based on Charisma. So, the phylactery should work the same with the Warpriest... +2d6 to the channel energy ability to heal/damage.

FYI, I'm currently playing a Warpriest in a Jade Regent campaign.

EDIT: I believe Mathias is suggesting the phylactery is not working correctly for the Warpriest and should be reported as a bug.
 
Back
Top