• 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

mbran01

Well-known member
I am trying to add three weapon prof. via script. Here is what I have, but it doesn't add the weapon prof. Any help here would be appreciated.

~ Assign our weapon proficiencies
perform hero.assign[WepProf.wCompShort]
perform hero.assign[WepProf.wLance]
perform hero.assign[WepProf.wScimitar]
 
I am trying to add three weapon prof. via script. Here is what I have, but it doesn't add the weapon prof. Any help here would be appreciated.

~ Assign our weapon proficiencies
perform hero.assign[WepProf.wCompShort]
perform hero.assign[WepProf.wLance]
perform hero.assign[WepProf.wScimitar]

Phase priority?

Take a look at the existing weapon proficiency feats for examples.
 
I have the phase set at first with a priority of 1000. I just used the phase settings from the martial weapon proficiency and exotic weapon proficiency feats.
 
The Composite Shortbow actually counts as just a shortbow for proficiency and other purposes. Try adding the Shortbow proficiency.
 
Back
Top