• 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

Horse Nomad feat

saintaurik

Well-known member
I'm having some issues finding a way to get the Horse Nomad feat from the Player's Guide to Faerun to work. I'm not sure if anyone happened to do this feat or not yet. If they have I would love help getting this to work for me.

The feat is this:
Horse Nomad
( Player's Guide to Faerûn, p. 39)
[Regional]
You have been raised in a culture that relies upon riding and shooting.
Prerequisite: Human (the Hordelands, Nimbral, the Ride, or the Shaar),
Benefit: You gain proficiency with the composite shortbow, light lance, and scimitar. You also get a +3 bonus on all Ride checks.
Special: You may select this feat only as a 1st-level character. You may have only one regional feat.

I can get the Ride check skill bonus to work easily. My issue is with trying to find a way to get the weapon proficiencies (Comp shortbow, light lance, and Scimitar to be added to the character as if they are proficient with them.

Any help or insight would be greatly appreciated.
 
I believe you will have to assign the proficiency tag to the hero. If I recall correctly, it goes as follows, where the weapon is the weapon id for the composite longbow, light lance, and scimitar. You will need to have one of these lines for each of the weapons.

Code:
perform hero.assign[WepProf.<weapon>]
 
Last edited:
Back
Top