We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have many Raspberry and Ultraball. I'm unlucky. :(
2016-08-19 22:21:44,789 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Vaporeon appeared! [CP 684] [Potential 0.49] [A/D/S 15/7/0] 2016-08-19 22:21:47,201 [PokemonCatchWorker] [INFO] [vip_pokemon] This is a VIP pokemon. Catch!!! 2016-08-19 22:21:50,517 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 22.52 2016-08-19 22:21:55,444 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Ultraball, with chance 41.67 (35 left) 2016-08-19 22:21:56,082 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:02,660 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 33.79 2016-08-19 22:22:08,927 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Ultraball, with chance 62.50 (34 left) 2016-08-19 22:22:09,460 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:13,970 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 50.68 2016-08-19 22:22:21,256 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Ultraball, with chance 93.75 (33 left) 2016-08-19 22:22:21,789 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:28,242 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 76.02 2016-08-19 22:22:33,433 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 109.64 (114 left) 2016-08-19 22:22:33,970 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:39,946 [PokemonCatchWorker] [INFO] [threw_berry] Threw a Razz Berry! Catch rate with Pokeball is now: 114.03 2016-08-19 22:22:42,805 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 114.03 (1 left) 2016-08-19 22:22:43,322 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:49,890 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 114.03 (0 left) 2016-08-19 22:22:50,437 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:22:56,450 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 164.45 (113 left) 2016-08-19 22:22:56,990 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:23:03,769 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 164.45 (112 left) 2016-08-19 22:23:04,407 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:23:12,858 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 164.45 (111 left) 2016-08-19 22:23:13,506 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:23:21,062 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 164.45 (110 left) 2016-08-19 22:23:21,594 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Vaporeon capture failed.. trying again! 2016-08-19 22:23:33,003 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 164.45 (109 left) 2016-08-19 22:23:33,552 [PokemonCatchWorker] [INFO] [pokemon_vanished] Vaporeon vanished!
The text was updated successfully, but these errors were encountered:
It's normal to use 20 balls and not catch it, assuming you aren't softbanned
Sorry, something went wrong.
Have you caught anything since? That look like a ban to me.
My config
"catch": { "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"} }, "vips" : { "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {}, "any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" }, "Lapras": {}, "Moltres": {}, "Zapdos": {}, "Articuno": {}, "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {}, "Mewtwo": {}, "Dragonite": {}, "Snorlax": {}, "// Mew evolves to Mewtwo": {}, "Mew": {}, "Arcanine": {}, "Vaporeon": {}, "Gyarados": {}, "Exeggutor": {}, "Muk": {}, "Weezing": {}, "Flareon": {} }
No branches or pull requests
I have many Raspberry and Ultraball. I'm unlucky. :(
The text was updated successfully, but these errors were encountered: