• 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

Improved Weapon Finesse Bug?

Horcoel

Member
I cant use Imp Weapon Finesse feat properly.Feat just works with a rapier fine,but when i try to use other weapons (Dagger,Shortsword etc...) it fails.Anyone knows this? (I searched forum before posting this,but i couldnt find a bug like this reported)
 
I cant use Imp Weapon Finesse feat properly.Feat just works with a rapier fine,but when i try to use other weapons (Dagger,Shortsword etc...) it fails.Anyone knows this? (I searched forum before posting this,but i couldnt find a bug like this reported)

Yes, I see the problem. I'll put in a fix, but in the meantime, if you want you can fix it yourself. Open up the file Custom - Online Content in the editor. Go to the feat tab and select Improved Weapon Finesse. Scroll down to the Item Selection section, and open up the edit box for Custom Expression. Change the expression as follows:

From:
Code:
component.BaseWep & Helper.Finesse & Broadcast.WepFocus

To:
Code:
component.BaseWep & Broadcast.WepFocus
 
Back
Top