• 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

question on Feat extra hex

Kaleb

Well-known member
If I am reading the feat extra hex right the code below selects the witch class

doneif (tagis[Helper.FtDisable] <> 0)

doneif (field[usrChosen1].ischosen = 0)

if (field[usrChosen1].chosen.tagis[ClassHelp.cHelpWit] <> 0) then
hero.childfound[cHelpWit].field[cGiveSpec].value += 1


the highlighted portion selects the witch class and if I want to do another feat called Extra Blast hex I would put the archtypes LiveName in place of the highlighted portion.


what I don't understand is how Hexs are selected from everything else in the witch class.


In my Warlock archtype that I have made I have the Blast hexes in the quaddrany section and all the blast hexes are at the right level I want to make a extra blast hex but don't understand how they are chosen.
 
You would put the unique ID for whatever class helper that archetype was applied to, and you would change the field to the one for whichever table your blast hexes are in. You says they are in the Quaternary table, so look at the fields on the class helper, and find the one corresponding to the listed examples cGiveSpec
 
Back
Top