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

CampFort - Check pokeballs before camping #5177

Merged
merged 4 commits into from
Sep 6, 2016

Commits on Sep 4, 2016

  1. CampFort - Check pokeballs before camping

    I noticed that the bot doesn't move when camping at a lure, but had run
    out of pokeballs. This will first check IF we have any pokeballs left.
    If we have no pokeballs left, abandon the lure (to move to a fort to get
    more pokeballs) when we got some pokeballs again, will move back to the
    lure.
    davidakachaos committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    879252d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Moved check down, added announce once

    As suggested, moved the check a bit down
    Solved the message spam with a switch to announce or not
    davidakachaos authored Sep 5, 2016
    Configuration menu
    Copy the full SHA
    c5ba714 View commit details
    Browse the repository at this point in the history
  2. Adjusted code based on advise by Anakin5

    Now the worker will set a time to walk away from the lures.
    After the time has passed, the worker will check again if we have some
    Pokeballs. If we have enough, we will search for a lure again (the old
    one could be finished)
    davidakachaos committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    0662cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d425a7d View commit details
    Browse the repository at this point in the history