Quote:
Originally Posted by Morphsepp
Was bedeutet diese Meldung:
"Please don`t forget to set NTConfig_frespace in your character config to avoid your inv filling"
was muss man machen, damit es nicht mehr erscheint?
|
Code:
//------------------------------------------------------------------------------
// Inventory settings
//------------------------------------------------------------------------------
NTConfig_FreeSpaceBeforeBoss = 2; // If # of free columns is less than this, will town before killing bosses.
NTConfig_FreeSpace = 0; // Number of free columns. If bot has less than this amount after id'ing, it will go to stash.
// These numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to have the bot manage the slot.
NTConfig_Columns[0] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[1] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[2] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[3] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash
musst angeben wieviel Plätze frei sind:
NTConfig_FreeSpace = 0; // Number of free columns. If bot has less than this amount after id'ing, it will go to stash.