• 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

Witch Hexes

DeltaMasterMind

Well-known member
Ok so I am requesting that the Witch hexes be updated to better accommodate DC and Duration when using Attribute changing archetypes. I noticed Evil Eye has this:
~ Shaman's use WIS instead of INT
if (tagis[CustTaken.cHelpSha] <> 0) then
field[abDuration].value += #attrbonus1[aWIS]
~ Scarred Witch changes this to use CON instead of INT
else
if (#hasarchetype[arWitScarr] <> 0) then
field[abDuration].value += #attrbonus1[aCON]
else
field[abDuration].value += #attrbonus1[aINT]
endif
endif
This to me means there is currently no way to alter these hexes without directly making new ones and doing a a lot of editing. The reason I am posting this is some players would like to use the Pre-Errata version of the Scarred Witch Doctor and since I cannot override the eval script (without worrying about overwrites) I believe asking here is the best option I have.
 
Ok after mucking around with Fierce Intelligence class special I found a way to get the Pre-Errata verison I made to work. Granted I assume all will play nicely, but I am not up to the challenge of testing everything atm. I know everyone at LW is very busy and what I asked for above is a considerable amount of time to waste, but if you guys ever have a chance and feel up to it I would appreciate it.
 
Back
Top