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
Could we add logic of if daily catch limit has been triggered then the bot will not attempt to catch any pokemon and be a purely stop/egg hatching bot
As this is what i'm currently looking at:
016-08-19` 05:32:02,816 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:05,821 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit 2016-08-19 05:32:11,972 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:14,976 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit 2016-08-19 05:32:21,746 [UpdateLiveStats] [INFO] [log_stats] Uptime : 0:06:01 | Visited 0 stops | 0.00km walked | Level 28 | 398,575 / 550,000 XP (72%) | 0 XP/h | Highest CP pokemon : None | Level 28 (398,575 / 550,000, 72%) | Most perfect pokemon : None | Encountered 1 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before 2016-08-19 05:32:22,070 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:25,075 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit 2016-08-19 05:32:31,232 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:34,237 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit 2016-08-19 05:32:41,029 [UpdateLiveStats] [INFO] [log_stats] Uptime : 0:06:21 | Visited 0 stops | 0.00km walked | Level 28 | 398,575 / 550,000 XP (72%) | 0 XP/h | Highest CP pokemon : None | Level 28 (398,575 / 550,000, 72%) | Most perfect pokemon : None | Encountered 1 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before 2016-08-19 05:32:41,281 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:44,286 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit 2016-08-19 05:32:50,669 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Pidgey appeared! [CP 185] [Potential 0.62] [A/D/S 3/11/14] 2016-08-19 05:32:53,673 [PokemonCatchWorker] [INFO] [catch_limit] WARNING! You have reached your daily catch limit
The text was updated successfully, but these errors were encountered:
#4188 This is already implemented
Sorry, something went wrong.
@k4n30 cannot find the config parameter
It happens automatically, there is no config parameter - see the pull request
There's a config parameter now: "daily_catch_limit": 800
"daily_catch_limit": 800
No branches or pull requests
Could we add logic of if daily catch limit has been triggered then the bot will not attempt to catch any pokemon and be a purely stop/egg hatching bot
As this is what i'm currently looking at:
The text was updated successfully, but these errors were encountered: