Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved handling of Daily Catch Limit #6142

Merged
merged 3 commits into from
Jul 26, 2017

Commits on Jul 26, 2017

  1. Improved handling of Daily Catch Limit

    This adds a new way to handle the daily catch limit. It will disable the
    catch tasks just like we ran out of balls. It will disable all catch
    tasks for an hour, after that it will check if the amount of catches is
    lower than the limit and resume catching if so.
    During the hour we still check if the amount of Pokemon caught is lower
    than the daily limit minus 20, if so the bot will resume catching again,
    ending the remaining wait time.
    Notice if we enabled "exit_on_limit_reached", the bot will still exit if
    the daily limit is reached!!
    davidakachaos committed Jul 26, 2017
    2 Configuration menu
    Copy the full SHA
    60b9b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d4cd15 View commit details
    Browse the repository at this point in the history
  3. Dont spam the log

    davidakachaos committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    8105d39 View commit details
    Browse the repository at this point in the history