Author Topic: Weird feat selection with LevelUpHenchman  (Read 557 times)

Legacy_Undercover696

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
Weird feat selection with LevelUpHenchman
« on: November 02, 2010, 12:56:41 pm »


                Hey guys, having a bit of trouble here. I made a package so paladins meet the pre-reqs for weapon master and it does level to WM quite well. Problem is when I look at it's sheet it says it has WeaponFocus + Imp Crit on Short Sword! There's nothing about shortswords on the package, it's all about Greatswords. The increased multiplier for  greatswords is also not working. So why LevelUpHench is grabbing weird feats?

Weapon Focus in Greatsword and the package is all set in the toolset.

here's the code

        while (iLevel < 12)
        {// iclass here is the class in position 1, or paladin in this case
           LevelUpHenchman(oSpawn,iclass,iSpells);
            iLevel++;
        }
        while (iLevel <= iCR && iLevel < 19)
        {
            LevelUpHenchman(oSpawn, class_TYPE_WEAPON_MASTER, iSpells);
            iLevel++;
        }

here's the package
2DA V2.0                                           
                                                        FeatIndex   Label                       
0    584    FEAT_EPIC_PROWESS
1    637    FEAT_EPIC_WEAPON_FOCUS_GREATSWORD
2    513    FEAT_EPIC_DEVASTATING_CRITICAL_GREATSWORD
3    721    FEAT_EPIC_OVERWHELMING_CRITICAL_GREATSWORD
4    929    FEAT_WEAPON_OF_CHOICE_GREATSWORD
5    764    FEAT_EPIC_GREAT_CHARISMA_1
6    824    FEAT_EPIC_GREAT_SMITING_1
7    765    FEAT_EPIC_GREAT_CHARISMA_2
8    825    FEAT_EPIC_GREAT_SMITING_2
9     766    FEAT_EPIC_GREAT_CHARISMA_3
10    826    FEAT_EPIC_GREAT_SMITING_3
11    767    FEAT_EPIC_GREAT_CHARISMA_4
12    827    FEAT_EPIC_GREAT_SMITING_4
13    768    FEAT_EPIC_GREAT_CHARISMA_5
14    828    FEAT_EPIC_GREAT_SMITING_5
15    769    FEAT_EPIC_GREAT_CHARISMA_6
16    829    FEAT_EPIC_GREAT_SMITING_6
17    770    FEAT_EPIC_GREAT_CHARISMA_7
18    830    FEAT_EPIC_GREAT_SMITING_7
19    771    FEAT_EPIC_GREAT_CHARISMA_8
20    831    FEAT_EPIC_GREAT_SMITING_8
21    832    FEAT_EPIC_GREAT_SMITING_9
22    833    FEAT_EPIC_GREAT_SMITING_10
23    772    FEAT_EPIC_GREAT_CHARISMA_9
24    773    FEAT_EPIC_GREAT_CHARISMA_10
25    854    FEAT_EPIC_PLANAR_TURNING
26    754    FEAT_EPIC_TOUGHNESS_1
27    755    FEAT_EPIC_TOUGHNESS_2
28    756    FEAT_EPIC_TOUGHNESS_3
29    757    FEAT_EPIC_TOUGHNESS_4
30    758    FEAT_EPIC_TOUGHNESS_5
31    759    FEAT_EPIC_TOUGHNESS_6
32    760    FEAT_EPIC_TOUGHNESS_7
33    761    FEAT_EPIC_TOUGHNESS_8
34    762    FEAT_EPIC_TOUGHNESS_9
35    763    FEAT_EPIC_TOUGHNESS_10
36    586    FEAT_EPIC_REPUTATION
37    10     Dodge
38    389    Expertise                                                
39    26     Mobility
40    867    WhirlwindAttack                                          
41    392    SpringAttack                                             
42    413    DivineMight
43    868    ImpWhirlwind                                             
44    69     ImpCritGSw
45    145    WeapSpeGSw
46    414    DivineShield
47    40     Toughness
48    6      Cleave
49    391    GreatCleave
50    28     PowerAtk
51    23     KnockDown
52    17     ImpKnock
53    13     ExtTurn
54    5      CShot                                                  
 55    382    LuckOfHeroes
56    377    ImpInit
57      0    Alertness


               
               

               


                     Modifié par Undercover696, 02 novembre 2010 - 01:08 .