Feat: Improved Critical: Maul
-
Server Version: 7246
Issue Description: I built my new character around fighting with a maul, and was quite surprised when I leveled, and Imp Crit Maul was not available. I'd planned on getting this from the start, and as a pure fighter, this was pretty important. Now there's nothing I can do about it. I asked, and it seems this is not an unknown issue, and applies to falchions, and maybe others as well.
Suggestions?
-
Yea, this might've been my bad. I might've forgot to make these feats.
-
When it gets made, could I please either get an item (belt slot is open) or a simple relevel so I can take it?
-
@Gorga469 yes sure
-
@SpiffyMeister Thanks, please let me know when it's good to go.
-
You know you have to use some NWNx script to set which feat works in the game for these right?
It's not hard to do, just checking you know that's part of the process.
-
@Zool No, I really don't know much about how the scripts work.
-
Yah I was asking Spiffy :)
-
@Zool i did it before but i think nwnx is no longer necessary?
-
@SpiffyMeister So in the 2das you can set which feat works with which weapon?
Cool.
Except...
Then why do we do this?
//Run Zool's custom weapon script. CustomWeapons(); void CustomWeapons() { //Great Maul NWNX_Weapon_SetWeaponFocusFeat(BASE_ITEM_MAUL, FEAT_WEAPON_FOCUS_MAUL); NWNX_Weapon_SetWeaponSpecializationFeat(BASE_ITEM_MAUL, FEAT_WEAPON_SPECIALIZATION_MAUL); NWNX_Weapon_SetWeaponImprovedCriticalFeat(BASE_ITEM_MAUL, FEAT_IMPROVED_CRITICAL_MAUL); NWNX_Weapon_SetWeaponOfChoiceFeat(BASE_ITEM_MAUL, FEAT_WEAPON_OF_CHOICE_MAUL); etc etc....
-
@Zool i’ll figure it out okay
-
@SpiffyMeister I'll believe that when I see it :)
hahah. Gimme a shout if you need help.
-
Took a look at the 2da for this today. These are all in there.
Is this bug report still valid? -
I know I was able to take Weapon Focus Short Spear on creation with my current PC.
-
Hm, okay. Closing this for now.