TheSnuggleBear
08-01-2004, 08:17 AM
Great bot, great guides, great everything. I am having one problem (which im sure is because of my bozo configurations) in my lifewatch console. For some reason my bot refuses to drink anything but rejuv potions. The MXP_Config includes the belt manager which works fine, she always keeps my belt stocked with potions, but she refuses to drink any of them. It says to configure the lifewatch file, but I've tried to configure them, and she still doesn't drink any pots, I think I'm configuring wrong. Whenver I run her, the lifewatch box says "Failed to drink, out of rejuv potions". I've looked all over and I can't see why she only wants rejuv pots. Here is an untouched life watch file, any help on telling me what to config would be great.
// Chicken and Potion settings
// I've tried putting numbers right after the = signs, no dice.
// Is this even the right thing I should be changing?
PwnPots["chickenlife"] = sets["chicken_hp"];
PwnPots["chickenmana"] = sets["chicken_mp"];
PwnPots["LifeThresh"] = sets["heal_***"];
PwnPots["ManaThresh"] = sets["mana_***"];
PwnPots["LifeRejuvThresh"] = sets["heal_hp"];
PwnPots["ManaRejuvThresh"] = sets["heal_mp"];
PwnPots["MercFavorsJuves"] = sets["merc_rejfirst"];
PwnPots["mercpotionlife"] = sets["merc_***"];
PwnPots["mercpotionreju"] = sets["merc_reju"];
PwnPots["DrinkTimer"] = sets["drink_timer"];
PwnPots["noPotsChicken"] = sets["chicken_nopot"];
PwnPots["mercChickenLife"] = sets["merc_chicken"];
PwnPots["deadMercChicken"] = sets["chicken_mercdead"];
PwnPots["LoopDelay"] = 50;
PwnPots["IgnorePosition"] = false;
PwnPots["QuitOnHostile"] = false;
PwnPots["verbose"] = sets["lifewatch_verbose"];
// Chicken and Potion settings
// I've tried putting numbers right after the = signs, no dice.
// Is this even the right thing I should be changing?
PwnPots["chickenlife"] = sets["chicken_hp"];
PwnPots["chickenmana"] = sets["chicken_mp"];
PwnPots["LifeThresh"] = sets["heal_***"];
PwnPots["ManaThresh"] = sets["mana_***"];
PwnPots["LifeRejuvThresh"] = sets["heal_hp"];
PwnPots["ManaRejuvThresh"] = sets["heal_mp"];
PwnPots["MercFavorsJuves"] = sets["merc_rejfirst"];
PwnPots["mercpotionlife"] = sets["merc_***"];
PwnPots["mercpotionreju"] = sets["merc_reju"];
PwnPots["DrinkTimer"] = sets["drink_timer"];
PwnPots["noPotsChicken"] = sets["chicken_nopot"];
PwnPots["mercChickenLife"] = sets["merc_chicken"];
PwnPots["deadMercChicken"] = sets["chicken_mercdead"];
PwnPots["LoopDelay"] = 50;
PwnPots["IgnorePosition"] = false;
PwnPots["QuitOnHostile"] = false;
PwnPots["verbose"] = sets["lifewatch_verbose"];