-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Instantly transferring caught pokemon? Skipping EvolvePokemon? #3563
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
Comments
Please check to make sure you have sufficient candy for evolve. Here's one of my bots on the most recent Dev pull:
|
@RedViper9 I have added 2 cases that I have described. |
follow |
Issue persists in 350148e |
"evolve_above_cp": 9999, |
Use Fizcko's config file |
@thellimist I changed the config based on your recommendation:
Here is the result (no change):
|
@keugnu You forgot the
setting.
|
@thellimist Yes, I see your edit, however this option is very likely to be removed. #3530 |
@keugnu Gah. My bad. In your new config above, you have Transfer before EvolvePokemon. Try switching the order. Yes it should evolve any pokes you have in your bag, but it seems to be skipping... |
just use git reset --hard 651c909 |
Issue persists in 543226e |
Same here.. |
I have figured out a temporary workaround for this task ordering problem. Applying |
better workaround would be keeping 1 of each pokemon in the evolve list. so it will work like evolve captured. |
not working anymore after out of lucky egg |
still no fix? it's kind of annoying to switch from "traspokemon": {"keep_best_iv": 1} to never_release: true everytime you run out of candies |
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
If the EvolvePokemon task is placed before TransferPokemon and pokemon in inventory that matches EvolvePokemon criteria, it should be evolved and not released.
Actual Behavior
Caught pokemon are being released based on TransferPokemon criteria before checking EvolvePokemon task.
Your config.json (remove your credentials and any other private info)
http://hastebin.com/verogehiho.php
Steps to Reproduce
Use above config task ordering.
Other Information
OS: Windows 10
Git Commit: 9ae1b78
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: