kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Chicken at bo #1809

Closed ghost closed 5 years ago

ghost commented 5 years ago

Using several chars with bo barb. Now and then they chicken at catacombs level 2 when getting bo., but they got full HP when I look at the char. Anyone else experienced this issue?

5noop commented 5 years ago

When you get bo, for a short time your max life is multiplied by the bo but not your current life, which can trigger the chicken. The only way is to lower your chicken.

Note that you can lower it only for the bo script using this kind of syntax: Scripts.BattleOrders = { LifeChicken: 20 }; c.f. https://github.com/kolton/d2bot-with-kolbot/wiki/Kolbot-Character-config#advanced-options

ghost commented 5 years ago

When you get bo, for a short time your max life is multiplied by the bo but not your current life, which can trigger the chicken. The only way is to lower your chicken.

Note that you can lower it only for the bo script using this kind of syntax: Scripts.BattleOrders = { LifeChicken: 20 }; c.f. https://github.com/kolton/d2bot-with-kolbot/wiki/Kolbot-Character-config#advanced-options

Thanks, works great!