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

Potential Evolves Logging #1496

Merged
merged 4 commits into from
Jul 31, 2016
Merged

Potential Evolves Logging #1496

merged 4 commits into from
Jul 31, 2016

Conversation

Andrerm124
Copy link
Contributor

Displays how many Pokemon could potentially be evolved every
EvolvePokemonTask.Execute(..)

I've found this particularly useful for seeing how close I am to the
"UseLuckyEggsMinPokemonAmount" when "UseLuckyEggsWhileEvolving"=true.

NOTE: Translation handling should be implemented at some stage. I
haven't had the time to do that (Should be handled in the
ConsoleEventListener Handler)

NecronomiconCoding and others added 4 commits July 30, 2016 19:37
Wasnt upgrading when absolute value was specified, e.g. wanting only
100% IV uprades.
Displays how many Pokemon could potentially be evolved every
EvolvePokemonTask.Execute(..)

I've found this particularly useful for seeing how close I am to the
"UseLuckyEggsMinPokemonAmount" when "UseLuckyEggsWhileEvolving"=true.

NOTE: Translation handling should be implemented at some stage. I
haven't had the time to do that (Should be handled in the
ConsoleEventListener Handler)
@Andrerm124 Andrerm124 changed the title Potential Evolves Potential Evolves Logging Jul 30, 2016
@th3ragex
Copy link
Contributor

Very nice. As improvement i want to suggest to adding the configured "UseLuckyEggsMinPokemonAmount" to the console output (if the session.LogicSettings.UseLuckyEggsWhileEvolving is true.)

E.g.:

Logger.Write( $"[Evolves] Potential Evolves: {evt.Evolves} of {session.LogicSettings.UseLuckyEggsMinPokemonAmount}", LogLevel.Update, ConsoleColor.White );

@lnkakalink
Copy link

how to make multi account?

@NecronomiconCoding NecronomiconCoding merged commit 4327b0b into NecronomiconCoding:master Jul 31, 2016
schnapster pushed a commit to schnapster/NecroBot that referenced this pull request Dec 8, 2016
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

Successfully merging this pull request may close these issues.