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

found little bug of "vips" task #4266

Closed
DarkPP opened this issue Aug 19, 2016 · 3 comments
Closed

found little bug of "vips" task #4266

DarkPP opened this issue Aug 19, 2016 · 3 comments

Comments

@DarkPP
Copy link

DarkPP commented Aug 19, 2016

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!

@CyberMew
Copy link

It's normal to use 20 balls and not catch it, assuming you aren't softbanned

@mjmadsen
Copy link
Contributor

Have you caught anything since? That look like a ban to me.

@DarkPP
Copy link
Author

DarkPP commented Aug 20, 2016

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": {}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants