09-16-2010, 08:17 AM
How do I know which items my bot is picking up?
[INDENT](Update, just caught my bot NOT picking up UNIQ War boots...uh oh)
Hey, I'm really new to this devilish: . How do I know which items my bot is picking up / leaving on the ground? I ran my bot for three hours on Meph/countess runs and he got 2x terror keys and a shaft. I'd like to know if there were other uniques he left on the ground, and what is the minumum rune he will actually pick up. Thanks. My script is (I think):
//-----------------------------------------------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//-----------------------------------------------------------------------------------
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");
NTConfig_NIPFilePath.push("advance/normal.nip");
NTConfig_NIPFilePath.push("advance/magic_rare.nip");
NTConfig_NIPFilePath.push("advance/set.nip");
NTConfig_NIPFilePath.push("advance/unique.nip");
NTConfig_NIPFilePath.push("advance/craft.nip");
//NTConfig_NIPFilePath.push("extreme/normal.nip");
//NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
//NTConfig_NIPFilePath.push("extreme/set.nip");
//NTConfig_NIPFilePath.push("extreme/unique.nip");
//NTConfig_NIPFilePath.push("extreme/craft.nip");
NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here
THANKS!!! Like I said, I'm WAY new to this. Any help would be appreciated!!! laugh:
(I hope you know what I'm asking...I'm just worred that my bot is only picking up like WAY uber items) [/INDENT]
[INDENT](Update, just caught my bot NOT picking up UNIQ War boots...uh oh)
Hey, I'm really new to this devilish: . How do I know which items my bot is picking up / leaving on the ground? I ran my bot for three hours on Meph/countess runs and he got 2x terror keys and a shaft. I'd like to know if there were other uniques he left on the ground, and what is the minumum rune he will actually pick up. Thanks. My script is (I think):
//-----------------------------------------------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//-----------------------------------------------------------------------------------
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");
NTConfig_NIPFilePath.push("advance/normal.nip");
NTConfig_NIPFilePath.push("advance/magic_rare.nip");
NTConfig_NIPFilePath.push("advance/set.nip");
NTConfig_NIPFilePath.push("advance/unique.nip");
NTConfig_NIPFilePath.push("advance/craft.nip");
//NTConfig_NIPFilePath.push("extreme/normal.nip");
//NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
//NTConfig_NIPFilePath.push("extreme/set.nip");
//NTConfig_NIPFilePath.push("extreme/unique.nip");
//NTConfig_NIPFilePath.push("extreme/craft.nip");
NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here
THANKS!!! Like I said, I'm WAY new to this. Any help would be appreciated!!! laugh:
(I hope you know what I'm asking...I'm just worred that my bot is only picking up like WAY uber items) [/INDENT]