-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Same issue here. latest git pull on dev wont release any Pokemon for me. |
+1 to the issue |
+1 , this is on both master and dev |
+1 |
"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... |
Would you like to update your feature request a bit better, other than some config options, so others know what you actually would like? |
+1, pulled latest master branch has this problem Bot do not release any pokemon with this config { |
Same problem here, bot never transfers pokemons with this configuration "release": { 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. |
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. |
{
"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...
The text was updated successfully, but these errors were encountered: