AurianaValoria1 Posted April 8, 2012 Share Posted April 8, 2012 OK, so my character is a Paladin(5)/Favored Soul(6) character, and I have my eyes set on the Doomguide PrC. The requirements are Diplomacy 5, Lawful Alignment, Kelemvor diety, Great Fortitude, and Extra Turning. I have everything but Extra Turning, and the option for the feat does not show up on the Divine Feats list when I level up. As far as I know, the only prerequisite for Extra Turning is the Turn Undead ability, which I already have due to the Paladin class. Is there a fix for this? Can I type in a code in the console or something to get it to work? EDIT: Finally found the solution. I'll post it in a spoiler if anyone wants to know. Press '~'Type debugmode 1Type givefeat 13Type debugmode 0Press '~' Link to comment Share on other sites More sharing options...
Tchos Posted April 9, 2012 Share Posted April 9, 2012 Maybe there's a minimum level requirement for Extra Turning? I don't know. Link to comment Share on other sites More sharing options...
MasterChanger Posted April 11, 2012 Share Posted April 11, 2012 Here's the issue: Extra Turning is technically not a feat that can be taken by any class (AllClassesCanUse = 0). It is listed as a potential feat for Paladins, meaning that you can select it when leveling up as a Paladin. It is not listed as a potential feat for Favored Souls (no turning-based feats are). I expect that you are trying to take the feat on a Favored Soul level. Now, all this is very silly. Other turning feats can be selected on any level as long as you meet the requirements--Empower Turning, for example, and even Extra Turning 2!. If you'd like to change this, you need to override feat.2da and change AllClassesCanUse to 1 on line 13 (ExtTurn). Or you can just console the feat in, as you've done. Still, that's a cheat to get around the legitimate issue (though of course you're entitled to do whatever you'd like in your own game!). Link to comment Share on other sites More sharing options...
AurianaValoria1 Posted April 12, 2012 Author Share Posted April 12, 2012 Here's the issue: Extra Turning is technically not a feat that can be taken by any class (AllClassesCanUse = 0). It is listed as a potential feat for Paladins, meaning that you can select it when leveling up as a Paladin. It is not listed as a potential feat for Favored Souls (no turning-based feats are). I expect that you are trying to take the feat on a Favored Soul level. Now, all this is very silly. Other turning feats can be selected on any level as long as you meet the requirements--Empower Turning, for example, and even Extra Turning 2!. If you'd like to change this, you need to override feat.2da and change AllClassesCanUse to 1 on line 13 (ExtTurn). Or you can just console the feat in, as you've done. Still, that's a cheat to get around the legitimate issue (though of course you're entitled to do whatever you'd like in your own game!). I figured that was the problem. I'm just incredibly picky about managing the number of levels I get in certain classes, and I didn't want to take another Paladin level. :P Link to comment Share on other sites More sharing options...
Recommended Posts