-
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
PokemonOptimizer it says Evolving the best, but apparently not #5492
Comments
I don't see any error in your config or in the log. What is the problem ? |
my rules should only evolve iv > 0.9 or ncp > 0.9 |
Strange, it does not look like their ncp is greater than 0.9 either. Do you have really full log of that session ? |
full log has been flushed |
Same here, I just noticed this in the log, apparently, the optimizer is sending away better ones and then evolves one of the rest. Also, it does not really evolve for XP at the moment. The bot has about 200 Pidgey candies but instead of using them, it sends Pidgeys away all the time. Same with Zubats, Ratattas etc. I do not use lucky eggs, so the bot does not need to wait for anything, in my opinion, it should evolve every Pidgey it possibly can. [2016-09-20 07:22:53] [PokemonOptimizer] [INFO] Pokemon Bag: 245/250 My config looks like this: { |
@Plotin Do you have details of what is in your bag when you get that log ? Also, what are the next lines you get after that log ? @ALL It is easier for me to see something if you don't cut the logs. Just out everything you have. Also it is good if I can see your inventory, for example with the inventory.json file dumped in the web folder |
@anakin5 Sorry, I don't have the logs after that incident any more bot the bot just went on botting, nothing more from PokemonOptimizer until the next encountered pokemon. Also, on another bot I get this: [2016-09-20 08:11:55] [IncubateEggs] [INFO] Eggs incubating: [1.65/2.0 km](Eggs left: [%285.0, 1%29, %2810.0, 7%29], Incubating: 1) Inventory for this bot: Config is the same as the other one. Hope that helps! Thanks for the great work you guys do! |
@Plotin Case 1: Case 2: @liejuntao001 |
Case 1: Could you please explain why Pidgeys are not evolved then? My understanding would be, that if the bot catches a Pidgey and is short of bag space, it should evolve it, then send the Pidgetto (or whatever it is called) away. Instead, it gets sends the Pidgey away accumulating candy. Can the described behaviour be accomplished somehow? Case 2: Why does the bot not get rid of one of the 10 Raticates or the 20+ Drowzees? The rules say to keep only the best by iv, the best by cp, the best by ncp and the best by dps...that makes 4, or am I misinterpreting the config? |
@Plotin For the case 2, as I said, all your Pokemon match at least one of your rule. Your 20+ Dowzees all have the same move and are all selected as best attack. Since they are equal, they are all kept. |
@anakin5 Ok, thanks for the clarification! Keep up the great work! |
PR merged |
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
[2016-09-16 15:34:09] [PokemonGoBot] [INFO] #4 Charmander[2][30 candies]: (CP 507, IVCP 0.18, DPS 12.16, Moves: [Ember, Flamethrower]) | (CP 330, IVCP 0.41, DPS 15.12, Moves: [Scratch, Flamethrower])
[2016-09-16 15:34:09] [PokemonGoBot] [INFO] #14 Kakuna[1][57 candies]: (CP 259, IVCP 0.81, DPS 9.83, Moves: [Bug Bite, Struggle])
[2016-09-16 15:49:24] [PokemonOptimizer] [INFO] Evolving 25 Pokemon (the best)
[2016-09-16 15:49:24] [PokemonOptimizer] [INFO] Evolved Charmander [IV 0.24] [CP 507] [6 candies] [+1000 xp]
[2016-09-16 15:49:47] [PokemonOptimizer] [INFO] Evolved Kakuna [IV 0.84] [CP 259] [8 candies] [+1000 xp]
^C[2016-09-16 15:50:02] [PokemonGoBot] [INFO] Bot caught SIGINT. Shutting down.
Branch:
master
Git Commit:
a8ee312
The text was updated successfully, but these errors were encountered: