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

Added TransferLowStatPokemon #447

Merged
merged 4 commits into from
Aug 2, 2016
Merged

Added TransferLowStatPokemon #447

merged 4 commits into from
Aug 2, 2016

Conversation

cabbscripts
Copy link
Contributor

Previous PR: #378

Works similar to the old TransferType = CP. Set TransferDuplicatePokemon to false and TransferLowStatPokemon to true in your config once it updates, then use the KeepMinCp and KeepMinIvPercentage (with PrioritizeIvOverCp set to true) to filter what you don't want. It will not toss pokemon on your DoNotTransfer list nor pokemon on the Evolve list if KeepPokemonsThatCanEvolve is true.

Solves the full inventory problem for people that have a full stash of pokemon.

Alternative to TransferDuplicatePokemon, if you don't mind having 20 vaporeon or gyarados as long as they're strong. Will transfer pokemon that are below the KeepMinCp threshold or below the KeepMinIvPercentage threshold with PrioritizeIvOverCp set to true.

Signed-off-by: Valmere <Valmere2@gmail.com>
To be used instead of TransferDuplicatePokemon for people that don't mind having 20 vaporeon or gyarados as their strongest. Will not transfer pokemon in the DoNotTransfer list or the PokemonToEvolve list if KeepPokemonsThatCanEvolve is set to true.

Signed-off-by: Valmere <Valmere2@gmail.com>
Signed-off-by: Valmere <Valmere2@gmail.com>
PrioritizeIvAndCp works as a "combined mode" for use solely with TransferLowStatPokemon. It will toss any pokemon that do not fit both the MinIV and MinCP settings, excluding those that you have favorited or on the DoNotTransfer list.
@Jazed Jazed merged commit 69de16a into MobBotTeam:development Aug 2, 2016
@forReason
Copy link
Contributor

at least set standardconfig to false. tons of players having issues where the bot throws just all pomenon away (see issues)
Necronomicon - Gestern um 19:28 Uhr
@everyone guys, TransferWeakPokemon is on true by default, dont forget to put on false if you dont need it

@cabbscripts
Copy link
Contributor Author

That's what he gets for taking an earlier version of my code lmao

what a guy

@cabbscripts cabbscripts deleted the branch2 branch August 3, 2016 03:31
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.

3 participants