Skip to content
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

EvolvePokemon not running? #3213

Closed
RedViper9 opened this issue Aug 9, 2016 · 2 comments
Closed

EvolvePokemon not running? #3213

RedViper9 opened this issue Aug 9, 2016 · 2 comments

Comments

@RedViper9
Copy link
Contributor

Expected Behavior

Pokemon are evolved if sufficient candy is available for evolution every time Tasks runs.

Actual Behavior

Some pokemon evolved, others ignored. I've got 400+ Pidgey candy and the bot releases the pidgeys rather than evolve them.

Steps to Reproduce

                { "type": "EvolvePokemon",
                          "config": { "evolve_all": "Kabuto,Omanyte,Eevee,Magikarp,Staryu,Goldeen,Horsea,Rhyhorn,Koffing,Cubone,Exeggcute,Voltorb,Krabby,Drowzee,Haunter,Gastly,Shellder,Grimer,Seel,Doduo,Magnemite,Slowpoke,Ponyta,Graveler,Geodude,Tentacool,Weepinbell,Bellsprout,Machoke,Machop,Kadabra,Abra,Poliwhirl,Poliwag,Growlithe,Mankey,Psyduck,Meowth,Diglett,Venonat,Paras,Gloom,Oddish,Zubat,Jigglypuff,Vulpix,Clefairy,Nidorino,Nidoran Male,Nidorina,Nidoran Female,Sandshrew,Pikachu,Ekans,Spearow,Rattata,Pidgeotto,Pidgey,Kakuna,Weedle,Metapod,Caterpie,Wartortle,Squirtle,Charmeleon,Charmander,Ivysaur,Bulbasaur",
                                      "first_evolve_by": "iv",
                                      "evolve_cp_min": 10,
                                      "evolve_iv_min": 0.1,
                                      "evolve_speed": 30,
                                      "use_lucky_egg": false
                                    }
                },
                { "type": "TransferPokemon"
                },
                {"type": "MoveToFort",
                  "config": {
                                    "lure_attraction": true,
                                    "lure_max_distance": 2000
                                  }
                }
              ],
@Baconnaise
Copy link

Baconnaise commented Aug 9, 2016

Move your transferpokemon task to be after the evolvepokemon task. Here's an example of mine.

trythis

@RedViper9
Copy link
Contributor Author

@Baconnaise Thanks, but I already had that order.
Figured out the problem. I missed the update and was using an old evolve_cp_min instead of evolve_above_cp

Closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants