Player Resource Consortium
Neverwinter Nights => Help => Topic started by: Calvinthesneak on February 05, 2012, 08:35:24 PM
-
Right so what do I have to do to add custom weapons to lists for things like improved critical, weapon focus, dev crit, etc. Looking at supporting the CEP custom weapon types with nwnx_weapons.
I've added feats to feats.2da. I've granted feats to the classes in the cls_feat_*.2da, I added lines to the tlk table.
I cannot see the custom weapons available on the levelling up screens though.
Wondering what I am missing still.
-
Right so what do I have to do to add custom weapons to lists for things like improved critical, weapon focus, dev crit, etc. Looking at supporting the CEP custom weapon types with nwnx_weapons.
I've added feats to feats.2da. I've granted feats to the classes in the cls_feat_*.2da, I added lines to the tlk table.
I cannot see the custom weapons available on the levelling up screens though.
Wondering what I am missing still.
Did you add your new item types to baseitems.2da?
-
Sure did, they are showing now. Not sure if it's from fixing baseitems.2da or adding lines to prc_weap_items.2da.
I'm not even sure what prc_weap_items does.