-
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
Evolve only certain pokemons for PokemonOptimizer #4693
Comments
"EvolvePokemon" in "tasks" already does exactly what you describe.. |
@hobbes3 However you achieve what you describe by setting evolve=false in all your "keep" condition, and then have another with names=[your list] and evolve=true. About you comment on moves, what do you mean exactly ? what decision are you taking manually that the bot cannot take ? |
can we use PokemonOptimizer in conjunction with EvolvePokemon? |
I wish all of these were merged. I'll take a gander (soonish). |
@4IbWNsis3S Ya, but @anakin5 Sometimes I don't want to evolve Dratinis when I have over 25 candies since I want to save those candies for powering up Dragonites. |
@hobbes3 |
The pokemon with two evolves can be a problem if you have Evolve All set. Generally that requires 150 candy depending on the type to reach final evolve. Bellsprout, Oddish, Dratini, and others usually require a bank of candy to hit final evolve. Totally get what Hobbes is saying here. I would think it would be easier to get this sort of functionality by ignoring specific pokemon similar how to only evolve listed pokemon (weedle, pidgey, and etc). You can sort of do this now but you would have to list all the pokemon you want to evolve (most of them) to get it to ignore dratini for example in your case. That or turn it off entirely. This is of course more tedious and requires you to add the bulk of pokemon in the game. Might even break it who knows. Granted it would be easier to list whatever types you want the evolve task to ignore. |
I still do not get why you would use your candies to power up a Dragonite if you have a Dratini which is better. Wouldn't it be better to evolve and power up that Dratini ? |
@anakin5 First I only keep Dratinis that are over 0.9 IV. I would rather have 100 candies in the bank to power up my 3 Dragonites to max CP, than to have 5 more Dragonairs (evolving a Dratini times 5 = 100 candies) with no leftover candies for my 3 Dragonites. Basically I want to evolve for XP, but I only want to evolve Pokemons that I don't care about their candies, ie Pidgeys, Rattatas, Caterpies, etc. |
I understand, but are those 3 Dratini better iv than the Dragonite ? Do they have equal iv ? |
If his Dragonite has the best moveset despite being .93 IV then he likely wants to power that up since it's more useful now and is a sure thing. Dratini with 1.0 IV isn't a sure thing and if it's low CP to start with (generally they are in my experience) he would need a massive amount of dust and candy to evolve to Dragonite to max. I thought it was pretty clear. I know the current version of Master and Dev actually has this option now to ignore certain pokemon. "//evolve_all": "-Zubat,-Rattata", is supposed to fit what Hobbes wants to achieve. I don't know how well it works as I haven't used it. |
@Baconnaise
or
and Dratini because of:
then, the only thing to change is:
So I am going to assume that the reason why this Dratini should not be evolved is something else. |
Honestly, I just want a top level whitelist of Pokemon that the |
Short Description
Evolve only a list of pokemons for
PokemonOptimizer
Possible solution
Have a new setting in
config.json
likeor
How it would help others
The
PokemonOptimizer
is great but I wouldn't want the bot to evolve a Dratini or Growlithe. I would rather do that manually so I can see the moves later.The text was updated successfully, but these errors were encountered: