• 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

Weapon Proficiencies as Feats

cignus7

Member
Is there a way to create a feat that grants proficiency to a specific weapon?

for example...a longbow and a composite longbow?
 
Perhaps he means the weapon for the feat is pre-selected rather than bringing up a selection list from which the player must choose longbow. Cignus, is this feat given by a class or a race? Either of those can list specific weapons they are proficient in.
 
I want to create weapon groups. So for example, i want to create a feat, so that if you take it, it will give you proficiency to 3 exotic weapons.
 
ok i guess i am missing something. I will try playing....

so there is no way to create a feat, and put in the eval script something that grants a proficiency?
 
You can do an eval script like so:

~ Add proficiency in specific weapon
var result as number
result = hero.assign[WepProf.wLongsword]
 
Back
Top