BHBot icon indicating copy to clipboard operation
BHBot copied to clipboard

Auto recognize the maximum level of expedition, gauntlet, invasion

Open mannguyen0107 opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. The bot always hang and stuck in some kind of loop if difficulty level in the setting file exceed the maximum difficulty level in game.

Describe the solution you'd like If the user set the difficulty level in the setting file larger than the maximum difficulty level in game then the bot would recognize that and change the difficulty level to be the maximum difficulty level.

mannguyen0107 avatar Mar 15 '20 06:03 mannguyen0107

I had some internal builds for this (pushing max level) but they weren't very pretty. I'll see if I can provide a clean way of doing it for the bot.

Fortigate avatar Mar 16 '20 18:03 Fortigate

The logic was already there for trials/gauntlet, I've now added it for expedition. Some tweaks are still probably needed as the level can be increased with the successThreshold configuration parameter.

ilpersi avatar Apr 25 '20 22:04 ilpersi