Associating the feat with the spell is not enough. You'll also need to associate the spell with the feat. You have put the row number of the newly created feat into the "FeatID" column of your spells.2da. For this reaseon, if you have multiple feats using the same spell you will have to clone those spells in the 2da. For Example: The feats HARPER_INVISIBILITY and FEAT_PRESTIGE_INVISIBILITY_1 (= assassin invisibility) use different SpellIDs although those spells use the same script.
Now for the darkness lasting only one round: That is to be expected. The script for the spell (nw_s0_darkness) calls the function GetCasterLevel() to detemine the duration, which will be 1 (= the innate caster level of the spell darkness). You'll have to adjust the script.
Modifié par Asymmetric, 09 juillet 2013 - 05:04 .