-
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
Pokemon optimizer enhancements #3743
Merged
Merged
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
204ad0e
catching every single pokemon nearby
douglascamata c9b25d6
catch lured pokemon in all forts nearby
douglascamata 081d90d
adding run_interval to some tasks to avoid running all the time and m…
douglascamata 4f3a744
added config to ignore item count for Spin and MoveToFort
douglascamata 235f6bf
spinning all pokestops in range
douglascamata ec83d2b
Merge branch 'dev' of github.com:PokemonGoF/PokemonGo-Bot into faetur…
douglascamata 1fd60e7
fixing loop in spin fort task
douglascamata 1cc011c
First basic features of the pokemon optimizer
julienlavergne a894a32
For now, dry run only
julienlavergne 7490bf8
Add cygwin to supported platform and improved log readability (#2948)
villish 2a7a6cd
- Add dry_run and use_lucky_egg in config
julienlavergne e2e71f1
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne 4b0faaa
Add lucky egg support when enough pokemon to evolve
julienlavergne a205de8
fixing returns
douglascamata 8de542a
Merge branch 'faeture/xp-improvements' of github.com:PokemonGoF/Pokem…
douglascamata bb931f4
Merge branch 'dev' of github.com:PokemonGoF/PokemonGo-Bot into faetur…
douglascamata ef2bb53
Merge branch 'dev' of github.com:PokemonGoF/PokemonGo-Bot into faetur…
douglascamata e8fd901
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne ff1f5e4
Merge remote-tracking branch 'origin/faeture/xp-improvements' into po…
julienlavergne 0514a94
- Support Eevee evolution scheme
julienlavergne d34f74c
Revert "Merge remote-tracking branch 'origin/faeture/xp-improvements'…
julienlavergne afcbf59
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne 4d9375f
- Fix an issue in evolve_pokemon task
julienlavergne 86fe6bb
Add missing inventory refresh at the end of the process
julienlavergne 7d6a24b
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne 0552e95
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne 49f83e6
Add missing inventory refresh after catching a pokemon
julienlavergne 15fb493
Add parameters "transfer" and "evolve" to activate/deactivate corresp…
julienlavergne 45905e5
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne f30cbf2
Move some functions around
julienlavergne ae6c278
Default lucky egg to false + had again parameter "evolve_only_with_lu…
julienlavergne 0530d80
Fix qn issue with egg counting
julienlavergne 3714221
Update configuration example
julienlavergne b880f58
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne 4b02024
Upgrade to latest inventory
julienlavergne cbb54d8
Fix bug
julienlavergne fe4551c
Add parameter "use_candies_for_xp" to activate/deactivate usage of ca…
julienlavergne a5ea4a2
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne aa1b1b2
Add dps, dps_attack and dps_defense in available sorting keys. So you…
julienlavergne c1129fb
Merge remote-tracking branch 'origin/dev' into pokemon_optimizer
julienlavergne cc0bba0
Update inventory when releasing and evolving pokemons
julienlavergne 9c88601
Display Pokemon Bag count update
julienlavergne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do these need to be here but not need
xp
that you have in the other one?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't gain xp when exchanging pokemons. After we may have to choose what stats are the most relevant to display. I am displaying what I think people are interested to see to make sure they don't release good pokemons.