-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Dev merge to maste #5472
Merged
Dev merge to maste #5472
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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. * 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 * 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) * For get the old location
…#5238) * Implemented username to UID conversion persistence * removed debug code * fixed bugs * New dynamic TelegramTask notifications * Update telegramtask.md * Update configuration_files.md * some more error handling
…nt handler initialization (#5252)
Temp fix for stardust
Fixes issue with Nidoran M/F
Cleanup social_handler.py
EvolvePokemon strip spaces from Nidoran M/F
- /help wasn't working due to underscore in "/sub" line (breaking markdown?) - Respond to /sub and /unsub commands - Respond to logout command
* Heartbeat decoupled from tasks. * Lock heartbeat on snip location change
Add missing attack/defense_perfection to Pokemon Optimizer
…kemon_optimizer.py and evolve_pokemon.py
corrected the order of parameters of pokemon_evolved event
Fix/docker compose
* Revert "Update to latest api" * * added option to specify max CP for Pokemons to catch * added option to specify desired fast/charged moves for Pokemons to * catch * - added example for charged_attack * Revert "Revert "Update to latest api"" This reverts commit 15193e1. * Revert "Update to latest api (#5421)" This reverts commit a630689. * Revert "Revert "Update to latest api (#5421)"" This reverts commit 82ec8e6. * fixes on catch_below_cp logic * Update pokemon_catch_worker.py
Telegram optimization
Improve performance of cluster computation in CampFort task
Fixed "log logged in" typo
Added release_below_ivcp and keep_best_ivcp
* Add PR tutorial * Fix Typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.