You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is not releasing pokemon
Does pokemon transfer logic only trigger if there's any duplicate?
Steps to Reproduce
Transfering Voltrob
[22:56:18] Something rustles nearby!
[22:56:19] A Wild Voltorb appeared! [CP 96] [Potential 0.33]
[22:56:19] IV [Stamina/Attack/Defense] = [3/11/1]
[22:56:21] Using Pokeball (chance: 68.91%)... (41 left!)
[22:56:22] Captured Voltorb! [CP 96] [Potential 0.33] [3/11/1]
[22:56:27] Moving towards fort 1d7ef96fc683475980692d3a4e1ac7f6.16, 0.15km left
[22:56:32]
[22:56:33] Releasing Voltorb with CP 96 and IV 0.33. Matching release rule: CP < 1000 AND IV < 0.8.
[22:56:33] Exchanging Voltorb [CP 96] [Potential 0.33] for candy!
Not transfering Venomoth & Bellsprout
[23:05:52] Something rustles nearby!
[23:05:52] A Wild Venomoth appeared! [CP 483] [Potential 0.4]
[23:05:52] IV [Stamina/Attack/Defense] = [7/4/7]
[23:05:55] Catch Rate with normal Pokeball is low (18.93%). Throwing Razz Berry... (44 left!)
[23:05:55] Catch Rate with normal Pokeball has increased to 28.40%
[23:05:55] Using Greatball (chance: 40.52%)... (2 left!)
[23:05:56] Captured Venomoth! [CP 483] [Potential 0.4] [7/4/7]
[23:06:01] Moving towards fort 1be75daa3e344a31ba811fe0f947030c.16, 0.10km left
[23:06:05]
[23:06:07] Moving towards fort 1be75daa3e344a31ba811fe0f947030c.16, 0.10km left
[23:06:11]
[23:06:13] Moving towards fort 1be75daa3e344a31ba811fe0f947030c.16, 0.09km left
[23:23:09] A Wild Bellsprout appeared! [CP 391] [Potential 0.47]
[23:23:09] IV [Stamina/Attack/Defense] = [10/10/1]
[23:23:13] Catch Rate with normal Pokeball is low (40.01%). Throwing Razz Berry... (41 left!)
[23:23:13] Catch Rate with normal Pokeball has increased to 60.02%
[23:23:13] Using Pokeball (chance: 60.02%)... (49 left!)
[23:23:14] [-] Attempted to capture Bellsprout - failed.. trying again!
[23:23:16] Using Pokeball (chance: 60.02%)... (48 left!)
[23:23:17] [-] Attempted to capture Bellsprout - failed.. trying again!
[23:23:19] Using Pokeball (chance: 60.02%)... (47 left!)
[23:23:20] Captured Bellsprout! [CP 391] [Potential 0.47] [10/10/1]
[23:23:25] Moving towards fort 1d7ef96fc683475980692d3a4e1ac7f6.16, 0.23km left
[23:23:31] Moving towards fort 1d7ef96fc683475980692d3a4e1ac7f6.16, 0.22km left
[23:23:37] Moving towards fort 1d7ef96fc683475980692d3a4e1ac7f6.16, 0.22km left
Expected Behavior
Release pokemon based on release config
Actual Behavior
Sometimes it is not releasing pokemon
Does pokemon transfer logic only trigger if there's any duplicate?
Steps to Reproduce
Transfering Voltrob
Not transfering Venomoth & Bellsprout
Config
"release_pokemon": true,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" }
},
"release": {
"Bellsprout": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
"Voltorb": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" },
"Venomoth": { "release_below_cp": 1000, "release_below_iv": 0.8, "logic": "and" }
}
Other Information
OS: Windows 10
Git Commit: be9e7bb
The text was updated successfully, but these errors were encountered: