Quote:
Originally Posted by Woznafi
Hallo,
mir ist aufgefallen, das mein Bot wenn er kein mana mehr hat die getränke nicht benutzt!
hier ein auszug:
NTConfig_LifeThresh = 80; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 80; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game.
NTConfig_MercLifeThresh = 80; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 50; // This is the threshold to use a rejuv potion on your merc in percent.
NTConfig_MercChicken = 20; // This is your mercs chicken life percent. If he goes below this, exit game.
kann mir jemanden diesbezüglich wer helfen ?
Lg Woznafi
|
mach mal dein merc chicken aus, wenn dein merc tot is wird dein bot ihn sowieso erneut wiederbeleben wenn du merc use true hast..
ich habe bei mir mana chicken auf -1 dann never chicken bei 0 mana
guck mal ob du in deinem gurt das so eingestellt hast
NTConfig_BeltColType[0] = "hp";
NTConfig_BeltColType[1] = "mp"; <-- manapots
NTConfig_BeltColType[2] = "mp"; <-- manapots
NTConfig_BeltColType[3] = "rv";
so is m einer aufgebaut (use kein insight)
und hier anzahl pots bevor er loszieht
NTConfig_BeltColMin[0] = 4;
NTConfig_BeltColMin[1] = 4; mana
NTConfig_BeltColMin[2] = 4; mana
NTConfig_BeltColMin[3] = 0;
siehe oben... diese zwei befehle mussen aufeinander passen!!
GL