03-26-2011, 05:42 PM
You need to find this line within the "Char_Config" file for the character you are using.
NTConfig_FreeSpace = 4; // Number of free columns. If less full columns are free stashing is set.
Change it to:
NTConfig_FreeSpace = 10; // Number of free columns. If less full columns are free stashing is set.
This will make it stash every time. The bot will probably stash as it is, this line describes when it will. By default, when there are fewer than 4 open columns in your inventory the bot will stash items. Otherwise it will keep going until it reaches that limit.
NTConfig_FreeSpace = 4; // Number of free columns. If less full columns are free stashing is set.
Change it to:
NTConfig_FreeSpace = 10; // Number of free columns. If less full columns are free stashing is set.
This will make it stash every time. The bot will probably stash as it is, this line describes when it will. By default, when there are fewer than 4 open columns in your inventory the bot will stash items. Otherwise it will keep going until it reaches that limit.
Need help with setting up D2NT? Check out my guide: http://d2nt-setup-pickit-guide.bravehost.com/