• 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

Trying to create a feat

mbran01

Well-known member
I am trying to create a feat that would allow the character to choose between to weapons and gain proficiency with that weapon.

I haven't had much luck with creating this feat. Any help would be appreciated.
 
See how weapon focus allows you to select a type of weapon copy and then try to modify the script to assign the proficiency tag instead of the +1 bonus.
 
I looked at both the weapon focus feat and the martial weapon proficiency. I don't know enough about coding to make the weapon focus script work and the weapon proficiency feat doesn't do what I need. I almost had it working, the problem was that it not only gave the character proficiency with either weapon but also put the weapons on the weapons list for the character.
 
Please explain more about what you're trying to do. I don't understand what you mean by "also put the weapons on the weapons list for the character" - what list? where are you seeing this?
 
The weapons will appear in the weapons tab for the character. So I am able to get the options for proficiency working but then both weapons appear on the weapons tab and I can't remove them.
 
I am just using the call chosenprof from the martial weapon proficiency. This works but in order for the choices to appear for selection I have to bootstrap the weapons which causes them to appear on the weapons tab. I am having difficulty getting to a point where the weapons appear as choices for proficiency with out putting them on the weapons tab. I just want to give proficiency with the weapon with out actually giving the character the weapon.

So I am faced with either giving the weapons to the character or giving them access to all martial weapons as choices. What I am looking for is a way to restrict the choices down to two specific weapons.
 
Among the options of the feat, it sounds like you've left the "Restrict First List..." option blank - take a look at what Martial Weapon Proficiency sets there ("All Things").
 
Back
Top