06-22-2010, 03:56 PM
skidude Wrote:That should stop the bot from reading the stats too.
But i always do it this way, by removing everything past magic or rare
[Type] == jewel && [Quality] == rare
[Type] == jewel && [Quality] == magic
Thx for confirming.
I was also noticing that my bot tends to "chicken" at very low hp, and sometimes not use a healing *** at the designated threshold. So what tends to happen is if a unique boss pack gets my sorc low quickly she just "chickens" but it counts as exp loss.
Here is my current threshold:
NTConfig_LifeThresh = 80; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 35; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 50; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 15; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 25; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0;