We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the bot start, all Pokemon that has been set based on release config should be transferred.
When the bot start, they are not transferred.
{ "auth_service": "google", "username": "-", "password": "-", "location": false, "gmapkey": "-", "tasks": [ { "type": "HandleSoftBan" }, { "type": "CollectLevelUpReward" }, { "type": "NicknamePokemon", "config": { "nickname_template": "{name}_{iv_pct}" } }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "TransferPokemon" }, { "type": "EvolveAll", "config": { "evolve_all": "NONE", "evolve_cp_min": 300, "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "item_filter": { "Pokeball": { "keep" : 50 }, "Greatball": { "keep" : 100 }, "Potion": { "keep" : 0 }, "Super Potion": { "keep" : 0 }, "Hyper Potion": { "keep" : 30 }, "Revive": { "keep" : 30 }, "Razz Berry": { "keep" : 100 } } } }, { "type": "CatchVisiblePokemon" }, { "type": "CatchLuredPokemon" }, { "type": "SpinFort" }, { "type": "FollowSpiral" } ], "max_steps": 250, "forts": { "avoid_circles": true, "max_circle_size": 50 }, "websocket_server": false, "walk": 25, "action_wait_min": 1, "action_wait_max": 3, "debug": false, "test": false, "health_record": true, "location_cache": true, "distance_unit": "km", "reconnecting_timeout": 15, "evolve_captured": "NONE", "catch_randomize_reticle_factor": 1.0, "catch_randomize_spin_factor": 1.0, "catch": { "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}, "Magikarp": { "always_catch" : true } }, "release": { "Abra": {"keep_best_cp": 1}, "Aerodactyl": {"keep_best_cp": 3}, "Alakazam": {"keep_best_cp": 2}, "Arbok": {"keep_best_cp": 2}, "Arcanine": {"keep_best_cp": 2}, "Articuno": {"keep_best_cp": 3}, "Beedrill": {"keep_best_cp": 1}, "Bellsprout": {"keep_best_cp": 1}, "Blastoise": {"keep_best_cp": 2}, "Bulbasaur": {"keep_best_cp": 1}, "Butterfree": {"keep_best_cp": 1}, "Caterpie": {"keep_best_cp": 1}, "Chansey": {"keep_best_cp": 1}, "Charizard": {"keep_best_cp": 3}, "Charmander": {"keep_best_cp": 1}, "Charmeleon": {"keep_best_cp": 2}, "Clefable": {"keep_best_cp": 2}, "Clefairy": {"keep_best_cp": 2}, "Cloyster": {"keep_best_cp": 2}, "Cubone": {"keep_best_cp": 1}, "Dewgong": {"keep_best_cp": 1}, "Diglett": {"keep_best_cp": 1}, "Ditto": {"keep_best_cp": 2}, "Dodrio": {"keep_best_cp": 2}, "Doduo": {"keep_best_cp": 1}, "Dragonair": {"keep_best_cp": 2}, "Dragonite": {"keep_best_cp": 3}, "Drowzee": {"keep_best_cp": 2}, "Dugtrio": {"keep_best_cp": 2}, "Eevee": {"keep_best_cp": 3}, "Ekans": {"keep_best_cp": 1}, "Electabuzz": {"keep_best_cp": 1}, "Electrode": {"keep_best_cp": 1}, "Exeggcute": {"keep_best_cp": 1}, "Exeggutor": {"keep_best_cp": 2}, "Farfetch'd": {"keep_best_cp": 1}, "Fearow": {"keep_best_cp": 2}, "Flareon": {"keep_best_cp": 3}, "Gastly": {"keep_best_cp": 1}, "Gengar": {"keep_best_cp": 2}, "Geodude": {"keep_best_cp": 1}, "Gloom": {"keep_best_cp": 1}, "Golbat": {"keep_best_cp": 1}, "Goldeen": {"keep_best_cp": 1}, "Golduck": {"keep_best_cp": 2}, "Golem": {"keep_best_cp": 1}, "Graveler": {"keep_best_cp": 2}, "Grimer": {"keep_best_cp": 2}, "Growlithe": {"keep_best_cp": 1}, "Gyarados": {"keep_best_cp": 3}, "Haunter": {"keep_best_cp": 1}, "Hitmonchan": {"keep_best_cp": 2}, "Hitmonlee": {"keep_best_cp": 1}, "Horsea": {"keep_best_cp": 1}, "Hypno": {"keep_best_cp": 1}, "Ivysaur": {"keep_best_cp": 2}, "Jigglypuff": {"keep_best_cp": 1}, "Jolteon": {"keep_best_cp": 3}, "Jynx": {"keep_best_cp": 1}, "Kabuto": {"keep_best_cp": 1}, "Kabutops": {"keep_best_cp": 2}, "Kadabra": {"keep_best_cp": 3}, "Kakuna": {"keep_best_cp": 1}, "Kangaskhan": {"keep_best_cp": 2}, "Kingler": {"keep_best_cp": 2}, "Koffing": {"keep_best_cp": 2}, "Krabby": {"keep_best_cp": 1}, "Lapras": {"keep_best_cp": 2}, "Lickitung": {"keep_best_cp": 1}, "Machamp": {"keep_best_cp": 3}, "Machoke": {"keep_best_cp": 2}, "Machop": {"keep_best_cp": 1}, "Magikarp": {"keep_best_cp": 1, "keep_best_iv": 2}, "Magmar": {"keep_best_cp": 1}, "Magnemite": {"keep_best_cp": 2}, "Magneton": {"keep_best_cp": 3}, "Mankey": {"keep_best_cp": 1}, "Marowak": {"keep_best_cp": 2}, "Meowth": {"keep_best_cp": 1}, "Metapod": {"keep_best_cp": 1}, "Mew": {"keep_best_cp": 2}, "Mewtwo": {"keep_best_cp": 3}, "Moltres": {"keep_best_cp": 2}, "Mr. Mime": {"keep_best_cp": 1}, "Muk": {"keep_best_cp": 1}, "Nidoking": {"keep_best_cp": 3}, "Nidoqueen": {"keep_best_cp": 3}, "Nidorina": {"keep_best_cp": 2}, "Nidorino": {"keep_best_cp": 2}, "Ninetales": {"keep_best_cp": 1}, "Oddish": {"keep_best_cp": 1}, "Omanyte": {"keep_best_cp": 2}, "Omastar": {"keep_best_cp": 2}, "Onix": {"keep_best_cp": 1}, "Paras": {"keep_best_cp": 1}, "Parasect": {"keep_best_cp": 1}, "Persian": {"keep_best_cp": 2}, "Pidgeot": {"keep_best_cp": 3}, "Pidgeotto": {"keep_best_cp": 2}, "Pidgey": {"keep_best_cp": 1}, "Pikachu": {"keep_best_cp": 1, "keep_best_iv": 2}, "Pinsir": {"keep_best_cp": 2}, "Poliwag": {"keep_best_cp": 2}, "Poliwhirl": {"keep_best_cp": 1}, "Poliwrath": {"keep_best_cp": 3}, "Ponyta": {"keep_best_cp": 1, "keep_best_iv": 2}, "Porygon": {"keep_best_cp": 2}, "Primeape": {"keep_best_cp": 2}, "Psyduck": {"keep_best_cp": 1}, "Raichu": {"keep_best_cp": 2}, "Rapidash": {"keep_best_cp": 2}, "Raticate": {"keep_best_cp": 1}, "Rattata": {"keep_best_cp": 1}, "Rhydon": {"keep_best_cp": 2}, "Rhyhorn": {"keep_best_cp": 2}, "Sandshrew": {"keep_best_cp": 2}, "Sandslash": {"keep_best_cp": 2}, "Scyther": {"keep_best_cp": 2}, "Seadra": {"keep_best_cp": 1}, "Seaking": {"keep_best_cp": 2}, "Seel": {"keep_best_cp": 1}, "Shellder": {"keep_best_cp": 2}, "Slowbro": {"keep_best_cp": 2}, "Slowpoke": {"keep_best_cp": 1}, "Snorlax": {"keep_best_cp": 2}, "Spearow": {"keep_best_cp": 1}, "Squirtle": {"keep_best_cp": 1}, "Starmie": {"keep_best_cp": 2}, "Staryu": {"keep_best_cp": 1}, "Tangela": {"keep_best_cp": 1}, "Tauros": {"keep_best_cp": 1}, "Tentacool": {"keep_best_cp": 1}, "Tentacruel": {"keep_best_cp": 2}, "Vaporeon": {"keep_best_cp": 3}, "Venomoth": {"keep_best_cp": 2}, "Venonat": {"keep_best_cp": 1}, "Venusaur": {"keep_best_cp": 3}, "Victreebel": {"keep_best_cp": 1}, "Vileplume": {"keep_best_cp": 1}, "Voltorb": {"keep_best_cp": 2}, "Vulpix": {"keep_best_cp": 1}, "Wartortle": {"keep_best_cp": 2}, "Weedle": {"keep_best_cp": 1}, "Weepinbell": {"keep_best_cp": 1}, "Weezing": {"keep_best_cp": 1}, "Wigglytuff": {"keep_best_cp": 1}, "Zapdos": {"keep_best_cp": 3}, "Zubat": {"keep_best_cp": 1} }, "vips" : { "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {}, "any": {"catch_above_cp": 1500, "catch_above_iv": 0.9, "logic": "or" }, "Arcanine": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Articuno": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Blastoise": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Charizard": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Dragonite": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Exeggutor": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Flareon": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Gyarados": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Lapras": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Mew": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Mewtwo": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Moltres": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Muk": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Snorlax": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Vaporeon": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Venusaur": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Weezing": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" }, "Zapdos": {"catch_above_cp": 1000, "catch_above_iv": 0.5, "logic": "or" } } }
OS: OSX Git Commit: a90a77a Python Version: Python 2.7.11
The text was updated successfully, but these errors were encountered:
Can confirm I am seeing the same behavior,
My bags are full as a result
Sorry, something went wrong.
git pull and try it again. looks like it was fixed: #2215
Yes, it is working now 👍
No branches or pull requests
Expected Behavior
When the bot start, all Pokemon that has been set based on release config should be transferred.
Actual Behavior
When the bot start, they are not transferred.
Steps to Reproduce
Other Information
OS: OSX
Git Commit: a90a77a
Python Version: Python 2.7.11
The text was updated successfully, but these errors were encountered: