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

Release pokemon seems inconsistent #1659

Closed
bimahp opened this issue Jul 29, 2016 · 1 comment
Closed

Release pokemon seems inconsistent #1659

bimahp opened this issue Jul 29, 2016 · 1 comment

Comments

@bimahp
Copy link
Contributor

bimahp commented Jul 29, 2016

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

[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

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

@bimahp
Copy link
Contributor Author

bimahp commented Jul 29, 2016

PR #1664

@bimahp bimahp closed this as completed Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant