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

"No usable pokeballs found" when there are 200 balls #3215

Closed
alextj opened this issue Aug 9, 2016 · 5 comments
Closed

"No usable pokeballs found" when there are 200 balls #3215

alextj opened this issue Aug 9, 2016 · 5 comments

Comments

@alextj
Copy link

alextj commented Aug 9, 2016

I have a bag full of Ultraballs, so I configured bot not to keep any Pokeballs or Greatballs.

[PokemonGoBot] [INFO] PokeBalls: 0 | GreatBalls: 0 | UltraBalls: 200

Expected Behavior

Use Ultraball to catch pokemon.

Actual Behavior

Bot doesn't use Ultraballs, instead just gives up:

[PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Tauros appeared! [CP 75] [Potential 0.53] [A/D/S 8/1/15]
[PokemonCatchWorker] [INFO] [no_pokeballs] No usable pokeballs found!

Steps to Reproduce

    1. Setup config to keep only Ultraballs and better.
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Pokeball":       { "keep" : 0 },
            "Greatball":      { "keep" : 0 },
    1. Run bot and let it try to catch Pokemons.

Other Information

OS: OS X 10.11.5
Git Commit: 4b16e9d
Python Version: Python 2.7.12
Config file is valid JSON

The reason I don't want to keep Pokeballs is because I have tons of Ultraballs and I notice many pokemons are not caught and vanish when using Pokeballs. The bot should use Ultraballs.

@mrthrowaway
Copy link

as a workaround, I guess you could add an 'any' rule under the 'vip' section that matches all pokemon

@nburn42
Copy link

nburn42 commented Aug 9, 2016

It is saving Ultraballs for vip pokemon only.

@k4n30
Copy link
Contributor

k4n30 commented Aug 12, 2016

Duplicate issues: #3271 #3294 #3739

@k4n30
Copy link
Contributor

k4n30 commented Aug 12, 2016

Will be solved when #3421 is merged

@k4n30
Copy link
Contributor

k4n30 commented Aug 16, 2016

Merged

@k4n30 k4n30 closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants