D2NT kleines Problem

03/29/2010 14:04 cr4zyiv4n#1
Ich probiert gerad mit dem BOt rum und erhalte ingame immer folgende Meldung


"(84) .. Refference error NTCOnfig_BeltColMin is not defined" ... und in meiner config habe ich allerdings folgendes stehen

Quote:
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;
wo ist denn nu der Fehler :( ?
03/29/2010 14:07 Lukifreeman#2
so siehts bei mir aus


//----------------------------------------------------------------------------------------------
// Type of potion used in each belt column
// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
// To use rejuvenations only, put "rv" in all columns.
//----------------------------------------------------------------------------------------------
NTConfig_BeltColType[0] = "hp";
NTConfig_BeltColType[1] = "mp";
NTConfig_BeltColType[2] = "rv";
NTConfig_BeltColType[3] = "rv";



also mach mal bei dri die zeile weg wo die 2en stehen
03/29/2010 14:20 cr4zyiv4n#3
ich glaub ich weiss worans lag .. ich hab ne alte vorgefertigte file gehabt. Nun habe ich alles selbst mal eingestellt mit der aktuelen file und es klappt. danke aber