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

HOW TRANSFER REPEAT POKEMON WITH BOT #244

Open
danielocampbells opened this issue Aug 27, 2016 · 9 comments
Open

HOW TRANSFER REPEAT POKEMON WITH BOT #244

danielocampbells opened this issue Aug 27, 2016 · 9 comments

Comments

@danielocampbells
Copy link

In config.json is possibly set transfer repeat pokemon ?

Issue without proper information won't be answered

Expected Behavior

Actual Behavior

Steps to Reproduce

Information

  • OS
  • Git commit ( to get git commit run git log -1 --format="%H")
  • App's logs
@mrincredible2017
Copy link

Yes just look in the config.json it's easy to figure out, but do you mean transfer all duplicates? With no regard for CP/IV?

@danielocampbells
Copy link
Author

yeah i want to transfer duplicates, for example, i have a lot of pidgeys, and i want keep only maybe 2 best and the rest transfer for candy, its possibly ? get the code?

@Pwntastickevin
Copy link

Great Request ^

@iiCe89
Copy link

iiCe89 commented Sep 3, 2016

this can be done in the config.json read through documentation 👍 it will help and if ur new to it all Sublime editor is great tool to edit file an save

@IrishReign
Copy link

@iiCe89 How would I do something like exchange all duplicates under 700?

@iiCe89
Copy link

iiCe89 commented Sep 7, 2016

@IrishReign Keep the strongest pokemon configuration (dev branch)

[back to top]

You can set "release": {"Pidgey": {"keep_best_cp": 1}} or "release": {"any": {"keep_best_iv": 1}}.

In that case after each capture bot will check that do you have a new Pokémon or not.

If you don't have it, it will keep it (no matter was it strong or weak Pokémon).

If you already have it, it will keep a stronger version and will transfer the a weaker one.

"release": {"any": {"keep_best_cp": 2}}, "release": {"any": {"keep_best_cp": 10}} - can be any number. In the latter case for every pokemon type bot will keep no more that 10 best CP pokemon.

If you wish to limit your pokemon bag as a whole, not type-wise, use all: "release": {"all": {"keep_best_cp": 200}}. In this case bot looks for 200 best CP pokemon in bag independently of their type. For example, if you have 150 Snorlax with 1500 CP and 100 Pidgeys with CP 100, bot will keep 150 Snorlax and 50 Pidgeys for a total of 200 best CP pokemon.

@iiCe89
Copy link

iiCe89 commented Sep 7, 2016

you can set config.json to release pokemon 700 & below if thats what u mean

@IrishReign
Copy link

@iiCe89 Right now I have it set to discard below cp600 but I want to keep it like that. How would I make it so that it would discard all duplicates under 900cp?

@IrishReign
Copy link

@iiCe89 How can I set it to discad all duplacates under 800 cp, exept to keep everything 500 cp and above?

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

5 participants