
"My henchman stops fighting" bugfix

. for NwN version 1.69
. by Melliuc (May 2010)

----------------------------------------
Q. But which bug will it fix?
R. Sometimes in game (NwN 1.69), a henchman could stop fighting, staying here without doing anything while the PC is fighting. This seems to happen only in big fights. For example, You can meet this problem in HotU campaign with Nathyrra (for sure) and maybe Aribeth.

Q. Why this Bug ?
R. At some point in the hard fights, the IA of the henchman will try to get the best talent in category 10 (self enhancement) and return what it finds, which is ... the FEAT_HORSE_MENU! So it thinks it catches a valid talent, and continue next round to use it, and again, and again... This just does nothing, and the henchman is "fighting" without doing any actions... The reason of that is in the "feat.2da" file. The FEAT_HORSE_MENU and his other "FEAT_HORSE_xxx" friends are set to category 10 which is obviously a bad idea.

Q. What is my fix ?
R. I extracted the feat.2da from the xp2patch in my game, and changed the FEAT_HORSE_xxx things of number category : 10 -> 79 (could have been any number not used for a category). This should change nothing in game, except that bug's correction. 

----------------------------------------
 Install this fix

Put my "feat.2da" file into your override folder of the game to fix the bug. If you don't want my fix anymore, just delete this file from the override folder. The fix should (I think) works with any 1.69 version of the game.

----------------------------------------
Note : I own a french version of NwN, and so I patched it to 1.69 using the 1.69 unofficial french patch found on http://nwvault.ign.com. On that installation I found the bug, on that one I'm sure it will fix this bug. But I suppose all that bug & fix should apply with any 1.69 version, even the english official one.    
