dukeface2010 Posted April 10, 2010 Share Posted April 10, 2010 Hello all. I'm using the Combat Tweaks mod, but would like to change the numbers for certain talents. Specifically, I'd like to make Critical Strike work on higher ranked mobs at lower health percentages, fiddle with the level bonuses on Arrow of Slaying, and increase the willpower bonus for Holy Smite. What files do I need to change, and what parameters need to be changed within those files? Thanks Edit: Apologies if this is in the wrong place; I wasn't sure if it should go in the builder or user forum and figured someone would move it as appropriate. Edit 2: To clarify, this is for my personal use and edification only. I have no intention of releasing "I can't beleive it's not combat tweaks" or doing anything silly like that. Link to comment Share on other sites More sharing options...
hdhd Posted April 11, 2010 Share Posted April 11, 2010 For Arrow of Slaying you have to open the talent_arrow_slaying.nss. I think int nDifference = Min(GetLevel(stEvent.oCaster) - GetLevel(stEvent.oTarget), 5) + 1; is what you need to change or open the talent_constants_h there you can also edit some things. For Holy Smite open the talent_aoe_instant or talent_constants_h. For Critical Strike open the talent_constants_h and edit CRITICAL_STRIKE_DEATHBLOW_PERCENTAGE. Link to comment Share on other sites More sharing options...
dukeface2010 Posted April 12, 2010 Author Share Posted April 12, 2010 For Arrow of Slaying you have to open the talent_arrow_slaying.nss. I think int nDifference = Min(GetLevel(stEvent.oCaster) - GetLevel(stEvent.oTarget), 5) + 1; is what you need to change or open the talent_constants_h there you can also edit some things. For Holy Smite open the talent_aoe_instant or talent_constants_h. For Critical Strike open the talent_constants_h and edit CRITICAL_STRIKE_DEATHBLOW_PERCENTAGE. Thank you. I use a lot of mods (for this and other games), but my understanding of how to make them is pretty limited. Looking at the file names, this was probably a silly question, so I appreciate the time spent on the reply. Link to comment Share on other sites More sharing options...
Recommended Posts