View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old November 16th, 2017, 08:56 AM
Quote:
Originally Posted by Horcoel View Post
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
Sendric is offline   #2 Reply With Quote