[QUOTE=carina21;2968440]
Code:
// The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it.
NTConfig_Columns[0] = [0,0,0,0,0,1,1,1,1,1];
NTConfig_Columns[1] = [0,0,0,0,0,1,1,1,1,1];
NTConfig_Columns[2] = [0,0,0,0,0,1,1,1,1,1];
NTConfig_Columns[3] = [0,0,0,0,0,1,1,1,1,1];
NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash
Besser isses, wenn du rechts im Inventar das zeug hast, was er behalten soll (Torch, Anni etc.) und links die Reihen freizuhalten.
Code:
//----------------------------------------------------------------------------------------------
// 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";
[COLOR="Red"]NTConfig_BeltColType[2] = "mp";[/COLOR]
NTConfig_BeltColType[3] = "rv";
//----------------------------------------------------------------------------
// 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] = 4;
NTConfig_BeltColMin[1] = 4;
[COLOR="Red"]NTConfig_BeltColMin[2] = 0;[/COLOR]
NTConfig_BeltColMin[3] = 0;
Da du eingestellt hast, in der 3. Reihe des Belts ManaPots zu verwenden, solltest du da auch eine 4 statt einer 0 reinschreiben.
Aber so wie du hier postest, hast du dir wahrscheinlich nichtmal den Bilderguide für "carina`s" mit besonderen Bedürfnissen durchgelesen...:rolleyes:
Wenn du es nicht hinkriegst und den Bot (welcher bei allen anderen Usern bestens läuft) nicht willst, behalt doch deinen Kuk-Bot und macht Dia, - und Baalruns...
Und zu dem Thema, dass er nur läuft...eine ganz dumme Frage an eine besondere Person: Hat dein Charakter Enigma, und hast du den Skill auch belegt? :D