"(84) .. Refference error NTCOnfig_BeltColMin is not defined" ... und in meiner config habe ich allerdings folgendes stehen
wo ist denn nu der FehlerQuote:
NTConfig_BeltColType[0] = "hp";
NTConfig_BeltColType[1] = "mp";
NTConfig_BeltColType[2] = "mp";
NTConfig_BeltColType[3] = "hp";
//----------------------------------------------------------------------------
// Minimum amount of potions in each column before needing refilling
// If there's less potions then this number in the column we go and shop.
// Set to 4 to go shopping as soon as there's a potion missing.
// Recommend leaving columns set to "rv" at 0. Since shops won't carry rejuvs.
//----------------------------------------------------------------------------
NTConfig_BeltColMin[0] = 2;
NTConfig_BeltColMin[1] = 2;
NTConfig_BeltColMin[2] = 2;
NTConfig_BeltColMin[3] = 2;






