| in this folder: \scripts\settings you will find two types of files, ones ending in ".nip" and ones ending in ".ini" its set upto use the ".nip" ones so open them (there all named pretty clearly eg, gems.nip) and then go though the list, if an item has a ";" infront of it it will ignore that item, remove the ";" infront of that line for it to pick it up. Also sometimes have, conditions eg..
"Type = Circlet : Quality = Rare : Assassinskills = 2 : FCR = 20; 2 Assassin skills 20 FCR helm!"
this item has to have +2 assain skills plus 20 FCR before picking it up, to remove conditions you would edit as so
"Type = Circlet : Quality = Rare ; 2 Assassin skills 20 FCR helm!"
by deleting all the stuff between the quility of the item and the ";" before the end. so now it would simply pick up any rare circlet.
Although all this is explained in detail at the top of the file you open. |