Toony
10-26-2017, 07:30 PM
I'm looking to make faction grinds like Kromzek, Kromrif, Dranik Loyalists etc. considerably easier (but not easy) but really don't know the best way to go about it.
I see settings like the base value, usually set at -1000 but I really don't want change the fundamentals of the game like having a faction that usually hates you tolerating you on first sight.
I think I'd rather increase the overall amount of faction received per kill but I don't really know how to go about that.
Would it be something like
select * from npc_faction_entries where faction_id=410
and then increase the values for each entry so each kill gives more of that npc's faction?
Just really not sure about how all the faction tables interact with one another to feel confident in doing this without some guidance.
Thanks in advance for any pointers. OR if there's another way altogether to go about this like a faction modifier or something please feel free to point me in another direction.
I see settings like the base value, usually set at -1000 but I really don't want change the fundamentals of the game like having a faction that usually hates you tolerating you on first sight.
I think I'd rather increase the overall amount of faction received per kill but I don't really know how to go about that.
Would it be something like
select * from npc_faction_entries where faction_id=410
and then increase the values for each entry so each kill gives more of that npc's faction?
Just really not sure about how all the faction tables interact with one another to feel confident in doing this without some guidance.
Thanks in advance for any pointers. OR if there's another way altogether to go about this like a faction modifier or something please feel free to point me in another direction.