-
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
Experimental pokemon upgrade issue #5017
Comments
I did it few times and i dont know where is the error |
|
So doc file isnt clear because doesnt say what is priority upgrade or evolve. I understand first try evolve, once done, try upgrade it. Whatever, ill change "1.0" to "1" when i go home and i tell u if it works. Thank you! |
I will clarify that evolve comes before upgrade if both are available. |
I changed value "1.0" to "1" and same problem. Edit first post with link to config: WebIU doesnt do any action neither (release/evolve). Already 87 kabuto's candy |
It is a numeric value, not a character string:
|
Changed, but no evolution. Now i got errors when bot launch, but no fatal ones. Bot still running. Errors dissapear rebooting bot. But still no evolve |
Let's go through the obvious list since I do not have enough info at all to understand your problem:
Without all answers, I can't be sure there is a problem and/or where it comes from. |
[2016-09-01 13:01:58] [PokemonOptimizer] [INFO] Evolving 1 Pokemon (the best) Seems only evolve pokemon when release function is over ?! Anyway bot doesnt poweup the pokemon How many Kabuto candy do you have ? 29 |
You said no evolution but I see the Kabuto beeing evolved in your log. Everything looks fine to me. |
I said no evolution before release function start. When it finished, bot evolution kabuto to kabutops (i copied the log). Bot should powerup with kabutos candys and stardust |
Config issue - take to slack |
Expected Behavior
Add experimental pokemon upgrade (power-up) logic doesnt work.
Actual Behavior
No evolve, no power up. I have 58 kabuto's candy and one perfect kabuto.
Your FULL config.json (remove your username, password, gmapkey and any other private info)
...
{
"type": "PokemonOptimizer",
"config": {
"enabled": true,
"transfer": true,
"transfer_wait_min": 3,
"transfer_wait_max": 5,
"evolve": true,
"evolve_time": 25,
"evolve_for_xp": false,
"evolve_only_with_lucky_egg": false,
"evolve_count_for_lucky_egg": 80,
"may_use_lucky_egg": false,
"upgrade": true,
"keep": [
{
"mode": "by_family",
"top": 1,
"sort": [{"iv": 1}],
"evolve": true,
"upgrade": true
},
{
"mode": "by_family",
"top": 1,
"sort": ["cp"],
"evolve": false,
"upgrade": false
}
]
}
...
Link to full config http://pastebin.com/seZvCD6T
Output when issue occurred
No errors in terminal
Steps to Reproduce
Other Information
OS:
Windows 10 x64
Branch:
dev
Git Commit:
Latest commit a7fb0ed
Python Version:
Python 2.7.12
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: