-
Notifications
You must be signed in to change notification settings - Fork 1.5k
DEV Better enforce rules about Pokemons to retain #2213
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
Comments
It is to enable users to save space most likely. They want to keep their best, but anything below the treshhold gets released. so after letting the bot for a long time, they have only the best and everything that's weak got released to save space. Ideally this will give you an inventory of only strong pokemon. If you don't want the rule applied, set it to 0, thus never releasing pokemon on that rule. |
Tell me where is the difference ? there I have 2 options: (old logic) 2.) I want to keep only magma with IV > x for e.g i only want to dust up 100er IV then i can set {"release_below_cp": 9, "release_below_iv": 0.99, "logic": "or"}. There is no room for keep best with CP/IV Max parameters . This new feature does not save inventory space in the long rung because your target is to keep the 5 best magmars with the parameters IV/CP combined this saves only inventory space UNTIL you catch them. As I told there is no difference in the long run with inventory space. Compare to just use Nr. 2 when u want to farm a threshold IV the new feature is inconsistent because when u want to farm a IV>90 magmar and u combine it with keep best 5 >90iv it will release in the long rung atleast 1+ magmar with IV 90+ PR #2215 |
@Philipp59 "You don't like something" != "There is no room for it". To me it is completely logical wanting to keep the 3 best Pokemons of a type, but if you are so lucky that you found 4 good ones, then keep all of them. If the old behavior is broken, than that can be fixed, but there is no need to throw away a feature that other users like for that. |
Apparently #2215 fixes your bug while still retaining the behavior that I (and other users) like. |
closed #2213 |
Uh oh!
There was an error while loading. Please reload this page.
ff62273
can we pls delete this.
there is no logic behind and it broke
{"keep_best_iv": 3},
complete.
There is absolutely no reason to add cp and iv maximum when releasing after the keep best cp/iv logic.
The logic should be the old one, because when i want to keep the best X IV or X CP Pokemon then i just want to keep the best of that kind. The old logic worked great. No reason to make this too complicated.
IV and CP Maximum should not work with "keep best" together.
When i want to keep after CP/IV threshold then there is
{"release_below_cp": 9, "release_below_iv": 0.99, "logic": "or"}
I don't get this idea behind this "new" logic completely messed up.
Also it is necessary to update example config when changing release logic. just to give an example of the meaning.....
#2211
#2200
The text was updated successfully, but these errors were encountered: