09-14-2010, 10:20 PM
Happy to hear it's working for you now.
You can adjust the SnagDelay and see what works best for you.
This controls how fast the bot picks up the item when it drops.
0 being the fastest, and 500 being the slowest. (Time in milliseconds I believe)
I would suggest not picking up anything less then 5-10,000 gold, if you have it set to pickup low amounts it could cause unwanted issues with such a low SnagDelay...just a guess.
Also make sure you don't have a duplicate reference in your script.
Use the search function to look for "NTConfig_SnagDelay"
D2NT\scripts\NTBot\char_configs\NTConfig_Paladin_yourcharname.ntl
Cheers,
DNA64 devilish:
You can adjust the SnagDelay and see what works best for you.
This controls how fast the bot picks up the item when it drops.
0 being the fastest, and 500 being the slowest. (Time in milliseconds I believe)
I would suggest not picking up anything less then 5-10,000 gold, if you have it set to pickup low amounts it could cause unwanted issues with such a low SnagDelay...just a guess.
Also make sure you don't have a duplicate reference in your script.
Use the search function to look for "NTConfig_SnagDelay"
D2NT\scripts\NTBot\char_configs\NTConfig_Paladin_yourcharname.ntl
Quote:// QuickPickit Script
NTConfig_SnagDelay = 1; // Adjust from 0-500 as needed.
NTConfig_QuickPickit = true; // Turn on/off QuickPickit
//
Cheers,
DNA64 devilish: