• 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

Creating the Daring Outlaw Feat

ThornE0621

New member
Can someone post any scripting or other programming that I would need to create the Daring Outlaw Feat from the Complete Scoundrel? Thank You.
 
ThornE0621 wrote:
>
>
> Can someone post any scripting or other programming that I would need to
> create the Daring Outlaw Feat from the Complete Scoundrel? Thank You.


Hi there,


the Daring Outlaw feat isn't something that can be currently done by
Hero Lab. However, I'll make sure it can be implemented for next week's
d20 System HL update, and respond as to how you can write it then.


Thanks for your patience!



--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/
 
I'm working on the Daring Outlaw feat and am having trouble figuring out how to stack fighter and swashbuckler feats for the purpose of feats that require a minimum fighter level, such as Greater Weapon Focus. How do I do that?
 
Do you mean Daring Warrior? I would make a new Weapon specialization/Greater Weapon Focus etc that replaces the old, and add a Pre-requisite to check for the Daring Warrior feat, if it is found then add swashbuckler and fighter levels and see if the min is met. For example, if I were writing the pre req for Weapon Specialization:

@valid = 0
if (#hasfeat[fDarWarr] = 1) then
if (#levelcount[Fighter] + #levelcount[Swash] >= 4) then
@valid = 1
endif
endif
 
Those hybrid feats are tricky though. Rob and/or Colen will there ever be anything that will allow these to be more easily handled? There are a bunch of them from Complete Adventurer, Devoted This and Ascetic That. Also, will manipulation of Animal Companion/Special mount levels etcetera be possible? I am thinking of Natural Bond and Devoted Tracker
 
Back
Top