-
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
conflict with keep_best_iv and release_below_iv #4094
Comments
You can't define "any" or any specific pokemon twice like you did in the first 2 examples. The third example should work, and it will:
|
Thanks Si i do add manually all Pokemon ? Have you got exemple ? ( sorry for my bad english ) |
The rule "any" applies to all pokemon. "any": { "keep_best_iv": 2 } Will keep any Ratatta that has IV equal to or above 0.8, and only keep the best 2 IV pokemon for any other pokemon. |
Ok thanks for tour help |
For logic, use and instead of or. |
@dblinski his "release_below_cp" is set to 0, meaning he does not want to release by any CP criteria, thus "or" is fine. In fact, in his case "and" will never work, since no pokemon can have CP < 0 |
I try that "Any": {"keep_best_iv": 2, "release_below_cp": 600, "release_below_iv": 0.9, "Logic": "and"} But not working ,not transfert !! cubates in 0.37 km |
"any" and "logic" cannot be capitalized |
I try tha "any": {"keep_best_iv": 2, "release_below_cp": 500, "release_below_iv": 0.9, "and"} Error with configuration file |
You're missing the "logic": |
Like that "Logic": {"keep_best_iv": 2, "release_below_cp": 500, "release_below_iv": 0.9, "and"} Because if use that "any": {"keep_best_iv": 2, "release_below_cp": 500, "release_below_iv": 0.9, "and"} Transfert not working |
"any": {"keep_best_iv": 2, "release_below_cp": 500, "release_below_iv": 0.9, "logic": "and"} |
I enter that �"any": {"keep_best_iv": 2, "release_below_iv": 0.9, "logic": "and"} But not transfer _start] Starting bot... |
Do you have the TransferPokemon task defined? |
���������"evolve_speed": 20, |
@Tagada22 "release": { and this is output: |
I try with OR and not AND I think its Working 016-08-16 23:06:02,615 [TransferPokemon] [INFO] [pokemon_release] Exchanged Psyduck [CP 183] [IV 0.31] for candy. |
My bot crash :/ in() You think its Provide to the new config ? |
Same problems with my old config I open new issue and close this Thanks bro |
hello,
i have a problems with my config
i want use this 2 variable
but not working together .
i tried that
just " keep_best_iv : 2 working but not release_below_iv in bot
i tried that too
Problems just release_below_iv: 0.9 working and not keep_best_iv .
Do you know this problems and have you got an idea ?
thanks
The text was updated successfully, but these errors were encountered: