Author Topic: Where is feat progression defined?  (Read 476 times)

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Where is feat progression defined?
« on: December 14, 2014, 07:48:11 pm »


               I am using nwnx_cool that allows for level progression above level 40.
However I am finding that levels 41+ allow the player to choose pretty much ALL available feats (like 11 or more) for the level.

Is there a 2da that needs to be edited to define the amount of feats the player should be able to take?
               
               

               
            

Legacy_leo_x

  • Sr. Member
  • ****
  • Posts: 403
  • Karma: +0/-0
Where is feat progression defined?
« Reply #1 on: December 14, 2014, 08:12:44 pm »


               

cls_feat/bfeat_*, but sadly it's the same answer as the spells 2da you asked before.  the client is hard coded to 40 levels (the client is actually reading off the end of an array, same with the XP reqs.), so unless you're willing to do some nwncx stuff it's not going to work.



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
Where is feat progression defined?
« Reply #2 on: December 14, 2014, 09:05:24 pm »


               Ah - so its a client thing -
No worries - I guess I will just have to live with it
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Where is feat progression defined?
« Reply #3 on: December 14, 2014, 09:26:02 pm »


               

The possible workaround is to cap base classes (i didnt tested if this happens with prestiges) to lvl 40. Player will still be able to level up further, just in second or third class instead.