First of all, if anyone has completed the Expanded Spell-less ranger for Hero Lab and wants to share, I would be eternally grateful.
Here is the problem I am having. The Spell-less Ranger has Ranger tricks like the Rogues. One they can choose is called "Combat Trick" and gives you a bonus Combat feat.
I am creating the traits in the "Custom Ability" tab and it seems to be working as it should, but I cannot get the "Combat Trick" to allow a Bonus Combat feat. When building the character, the Hunter's Bond works in the "ranger" tab in Hero Labs, the "Ranger Feat" trick properly allows for a bonus Ranger feat in this section as does the Combat Mastery selection.
If I choose the "Combat Trick" option, it says I can choose a bonus feat, but when you select it, it lists no feats. It just says "custom feat."
Here are all the options I have for "Combat Trick," which is a copy of the Rogues of the same name.
The option for "hide primary" is selected. It is also set to be used with the Spell-less Ranger.
Eval Scripts
Phase - Prelevel - Priority - 10000
~ Add to combat feats allowed
linkage
.field[cBonFtMax].value +=1
Tags
Group ID -SpecSource Tag id - cHelpRSL
Name HelpRSL Abbrev - HelpRSL
Group ID - Helper Tag id - Tertiary
Name Abbrev -
Group ID - Helper Tag id - SpecUp
Name SpecUp Abbrev - SpecUp
Group ID - fCategory Tag id - Combat
Name Combat Abbrev - Combat
Group ID - fCategory Tag id - Custom
Name Custom Feat Abbrev - Custom Feat
Here is a copy of the section from the user data:
<thing id="cRslComtrk" name="Combat Trick" description="third try" compset="CustomSpec" summary="You gain a bonus combat feat.">
<usesource source="KQ11"/>
<tag group="SpecSource" tag="cHelpRSL" name="HelpRSL" abbrev="HelpRSL"/>
<tag group="Helper" tag="Tertiary"/>
<tag group="Helper" tag="SpecUp" name="SpecUp" abbrev="SpecUp"/>
<tag group="fCategory" tag="Combat" name="Combat" abbrev="Combat"/>
<tag group="fCategory" tag="Custom" name="Custom Feat" abbrev="Custom Feat"/>
<eval phase="PreLevel" priority="10000">~ Add to combat feats allowed
linkage
.field[cBonFtMax].value +=1</eval>
</thing>
Any help would be immensely appreciated.
Here is the problem I am having. The Spell-less Ranger has Ranger tricks like the Rogues. One they can choose is called "Combat Trick" and gives you a bonus Combat feat.
I am creating the traits in the "Custom Ability" tab and it seems to be working as it should, but I cannot get the "Combat Trick" to allow a Bonus Combat feat. When building the character, the Hunter's Bond works in the "ranger" tab in Hero Labs, the "Ranger Feat" trick properly allows for a bonus Ranger feat in this section as does the Combat Mastery selection.
If I choose the "Combat Trick" option, it says I can choose a bonus feat, but when you select it, it lists no feats. It just says "custom feat."
Here are all the options I have for "Combat Trick," which is a copy of the Rogues of the same name.
The option for "hide primary" is selected. It is also set to be used with the Spell-less Ranger.
Eval Scripts
Phase - Prelevel - Priority - 10000
~ Add to combat feats allowed
linkage
Tags
Group ID -SpecSource Tag id - cHelpRSL
Name HelpRSL Abbrev - HelpRSL
Group ID - Helper Tag id - Tertiary
Name Abbrev -
Group ID - Helper Tag id - SpecUp
Name SpecUp Abbrev - SpecUp
Group ID - fCategory Tag id - Combat
Name Combat Abbrev - Combat
Group ID - fCategory Tag id - Custom
Name Custom Feat Abbrev - Custom Feat
Here is a copy of the section from the user data:
<thing id="cRslComtrk" name="Combat Trick" description="third try" compset="CustomSpec" summary="You gain a bonus combat feat.">
<usesource source="KQ11"/>
<tag group="SpecSource" tag="cHelpRSL" name="HelpRSL" abbrev="HelpRSL"/>
<tag group="Helper" tag="Tertiary"/>
<tag group="Helper" tag="SpecUp" name="SpecUp" abbrev="SpecUp"/>
<tag group="fCategory" tag="Combat" name="Combat" abbrev="Combat"/>
<tag group="fCategory" tag="Custom" name="Custom Feat" abbrev="Custom Feat"/>
<eval phase="PreLevel" priority="10000">~ Add to combat feats allowed
linkage
</thing>
Any help would be immensely appreciated.