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

keep pokemon above certain cp #4500

Closed
rishub opened this issue Aug 21, 2016 · 3 comments
Closed

keep pokemon above certain cp #4500

rishub opened this issue Aug 21, 2016 · 3 comments

Comments

@rishub
Copy link

rishub commented Aug 21, 2016

So I want to release any pokemon below an IV of 0.8. But, I want to keep any pokemon above a CP of 1500, even if its IV is not above 0.8. How can I add this to the config file, or is this something that needs to be added?

@Trico3
Copy link

Trico3 commented Aug 21, 2016

Add this in your config under the release section.

"release": {
  "any": {"release_below_cp": 1500, "release_below_iv": 0.8, "logic": "or"},

In the future for these questions you should use the chat help section at https://pokemongo-bot.slack.com

@rishub
Copy link
Author

rishub commented Aug 21, 2016

no but that will release a pokemon that is a cp of 1500 and iv 0.6 but i wanna keep that

@Trico3
Copy link

Trico3 commented Aug 21, 2016

It should keep anything above 1500 OR IV 0.8 and release the rest.
If you are really worried you could even do

"release": {
"any": {"release_below_cp": 1499, "release_below_iv": 0.79, "logic": "or"},

@rishub rishub closed this as completed Aug 21, 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

No branches or pull requests

2 participants