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

Do not release pokemon below cp in the bag #4489

Closed
mrcyclo opened this issue Aug 21, 2016 · 9 comments
Closed

Do not release pokemon below cp in the bag #4489

mrcyclo opened this issue Aug 21, 2016 · 9 comments

Comments

@mrcyclo
Copy link

mrcyclo commented Aug 21, 2016

{
"type": "TransferPokemon",
"config": {
"min_free_slot": 9999,
"transfer_wait_min": 1,
"transfer_wait_max": 4
}
},
"release": {
"any": {"release_below_cp": 500, "release_below_iv": 0, "logic": "or"},
"any": {"keep_best_cp": 1},
}

Give back this feature...

@xSidewinderx
Copy link

Same issue here. latest git pull on dev wont release any Pokemon for me.

@pranavperfect
Copy link

+1 to the issue

@muskosan
Copy link

+1 , this is on both master and dev

@ConorNevin
Copy link

+1

@AradeaTechno
Copy link

"any": {"release_below_cp": 500, "release_below_iv": 0, "logic": "or"},

take a look to your config,,,how could bot find which pokemon under IV 0 ?? release_below_iv : 0 , it's mean your pokemon shoul has IV < 0 to release...

for the latest update, bot will release pokemon when your max_pokemon_slot has reached. but not sure yet, caused i never reach the number yet...

@k4n30
Copy link
Contributor

k4n30 commented Aug 22, 2016

Would you like to update your feature request a bit better, other than some config options, so others know what you actually would like?

@Billy1988
Copy link

+1, pulled latest master branch has this problem

Bot do not release any pokemon with this config

{
"type": "TransferPokemon",
"config": {
"min_free_slot": 9999,
"transfer_wait_min": 1,
"transfer_wait_max": 4
}
},
"release": {
"any": {"release_below_iv": 0.9},
}

@ishepard
Copy link

Same problem here, bot never transfers pokemons with this configuration

"release": {
"any": {"keep_best_cp": 2, "keep_best_iv": 1},
}

However, it seems that the release function is never called, maybe we just have to wait to have the bag full of pokemon, then it will start to release them.

@leadboots5
Copy link
Contributor

Going to assume wrong configuration/misunderstanding of when release runs as I know some of the above works. open a new issue with more complete info if need be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants