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

Bot is not releasing duplicates #1181

Closed
ar1a opened this issue Jul 27, 2016 · 5 comments
Closed

Bot is not releasing duplicates #1181

ar1a opened this issue Jul 27, 2016 · 5 comments

Comments

@ar1a
Copy link

ar1a commented Jul 27, 2016

Expected Behavior

Bot releases duplicates of pokemon caught with lower CP

Actual Behavior

Bot keeps all pokemon

Steps to Reproduce

Catch 2 of the same pokemon and see if it transfers

Other Information

OS: Ubuntu 16.-04
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 18f232b

{
    "max_steps": 5,
    "mode": "all",
    "walk": 4.16,
    "debug": false,
    "test": false,
    "initial_transfer": false,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 15,
    "item_filter": {
      "1": { "keep" : 100 },
      "101": { "keep" : 10 },
      "102": { "keep" : 30 },
      "103": { "keep" : 30 },
      "201": { "keep" : 30 },
      "701": { "keep" : 100 }
    },
    "evolve_all": "NONE",
    "cp_min": 300,
    "use_lucky_egg": false,
    "evolve_captured": false,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
      "// Example of always catching Rattata:": {},
      "// Rattata": { "always_catch" : true }
    },
    "release": {
      "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
      "// Example of always releasing Rattata:": {},
      "// Rattata": { "always_release" : true }
    }
}

@VictorChen
Copy link
Contributor

Why do you expect it to release duplicates? Currently, it releases pokemon based on the release block

@ar1a
Copy link
Author

ar1a commented Jul 27, 2016

if I recall correctly, this bot released duplicates previously

On Wed, 27 Jul 2016, 8:35 PM Victor notifications@github.com wrote:

Why do you expect it to release duplicates? Currently, it releases pokemon
based on the release block


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1181 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIC5J9HRBgfPxJ-FePdTcu77bZpy_P0cks5qZ1CQgaJpZM4JWF3p
.

@AdaptCharm
Copy link
Contributor

Please upgrade to the latest dev branch. The bot should release pokemons inside the "release" parameter.

/closed

@ar1a
Copy link
Author

ar1a commented Jul 28, 2016

@TheGoldenXY I wish for it to release ALL duplicates not just teh ones i specify, i don't want to make 150 entries.

@VictorChen
Copy link
Contributor

@Snorflake #1302

hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this issue Sep 28, 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

3 participants