// SnagIt configuration
// Here is a list of preset nip files assuming you use nip package.
// If you want to add your own .nip files, just copy any line and enter the
// To disable a .nip file, just add "//" at the start of the line or delete the line.
//-----------------------------------------------------------------------------------
NTConfig_NIPFilePath.push("uniques.nip");
//NTConfig_NIPFilePath.push("sets.nip");
//NTConfig_NIPFilePath.push("whites.nip"); -> NTConfig_NIPFilePath.push("whites.nip");
NTConfig_NIPFilePath.push("runes.nip");
NTConfig_NIPFilePath.push("rares.nip");
NTConfig_NIPFilePath.push("magics.nip");
//NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("charmsjewels.nip");
NTConfig_NIPFilePath.push("ringsamulets.nip");
//NTConfig_NIPFilePath.push("potions.nip");
//NTConfig_NIPFilePath.push("moneymaker.nip");
//NTConfig_NIPFilePath.push("keys.nip");
NTConfig_NIPFilePath.push("elite.nip");
NTConfig_NIPFilePath.push("gold.nip");
NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here
Have you tryed and do this?