Closed Gurzeh closed 8 years ago
I add some logs showing this behavior: 2016-08-12 13:17:27,771 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Eevee! [CP 641] [Potential 0.47] [3/4/14] [+210 exp] 2016-08-12 13:17:28,272 [PokemonCatchWorker] [INFO] [gained_candy] You now have 258 Eevee candy! 2016-08-12 13:17:33,278 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Eevee, 0.22km, left (13 minutes, 27 seconds) 2016-08-12 13:17:37,335 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_to] Teleporting to Eevee. (0.28km) 2016-08-12 13:17:37,335 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_encounter] Encountered Pokemon: Eevee 2016-08-12 13:17:39,839 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_back] Teleporting back to previous location (48.8628677463, 2.33116598058) 2016-08-12 13:17:42,244 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Eevee appeared! [CP 12] [Potential 0.29] [A/D/S 0/13/0] 2016-08-12 13:17:44,397 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 100.00 (97 left) 2016-08-12 13:17:45,140 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Eevee! [CP 12] [Potential 0.29] [0/13/0] [+210 exp] 2016-08-12 13:17:45,671 [PokemonCatchWorker] [INFO] [gained_candy] You now have 261 Eevee candy! 2016-08-12 13:17:50,676 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Eevee, 0.28km, left (2 minutes, 19 seconds) 2016-08-12 13:17:55,248 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_to] Teleporting to Eevee. (0.11km) 2016-08-12 13:17:55,248 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_encounter] Encountered Pokemon: Eevee 2016-08-12 13:17:57,775 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_back] Teleporting back to previous location (48.8628828368, 2.33108783616)
more...
2016-08-12 13:18:24,679 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Rattata, 0.08km, left (10 minutes, 35 seconds) 2016-08-12 13:18:28,321 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Rattata, 0.08km, left (10 minutes, 31 seconds) 2016-08-12 13:18:31,072 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Rattata, 0.07km, left (10 minutes, 28 seconds) 2016-08-12 13:18:33,338 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Rattata, 0.07km, left (10 minutes, 26 seconds) 2016-08-12 13:18:36,773 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_move_towards] Moving towards Rattata, 0.07km, left (10 minutes, 23 seconds)
I'm sure I don't want to snipe-walk to Rattata.. :)
Is it because Rattata appears in the Teleport list? "catch": { .. "Rattata": 100, ..
So the solution would be to just leave ONLY the pokemon I want to teleport to (as such the "snipe_high_prio_threshold": 600 does not seems very helpful)
Correct.
Expected Behavior
After a successful teleport, the bot should resume to walk around it's initial location
Actual Behavior
It does, going through his tasks, but I noticed in the dev branch that (after a teleport) it starts doing a lot of "move_to_map_pokemon_move_towards" to pokemon (instead of move_to_fort) when in fact it seems to be resuming his wandering in the original location.
Your config.json (remove your credentials and any other private info)
{ "auth_service": "google", "username": "", "password": "", "location": "", "gmapkey": "", "tasks": [ { "type": "HandleSoftBan" }, { "type": "SleepSchedule", "config": { "enabled": false, "time": "23:54", "duration":"7:46", "time_random_offset": "00:24", "duration_random_offset": "00:43" } }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "UpdateLiveStats", "config": { "enabled": false, "min_interval": 10, "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true } }, { "type": "TransferPokemon" }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_template": "{ivpct}{iv_ads}" } }, { "type": "EvolvePokemon", "config": { "evolve_all": "none", "first_evolve_by": "cp", "evolve_above_cp": 10, "evolve_above_iv": 0.2, "logic": "or", "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "item_filter": { "Pokeball": { "keep" : 150 }, "Potion": { "keep" : 10 }, "Super Potion": { "keep" : 20 }, "Hyper Potion": { "keep" : 30 }, "Revive": { "keep" : 30 }, "Razz Berry": { "keep" : 100 } } } }, { "type": "CatchVisiblePokemon" }, { "type": "CatchLuredPokemon" }, { "type": "SpinFort" }, { "type": "MoveToMapPokemon", "config": { "address": "http://localhost:5000", "max_distance": 500, "min_time": 60, "min_ball": 50, "prioritize_vips": true, "snipe": true, "snipe_high_prio_only": true, "snipe_high_prio_threshold": 600, "update_map": true, "mode": "priority", "catch": { "Alakazam": 1000, "Articuno": 1000, "Chansey": 1000, "Charizard": 1000, "Charmeleon": 1000, "Dewgong": 1000, "Ditto": 1000, "Farfetch'd": 1000, "Kabutops": 1000, "Kangaskhan": 1000, "Lapras": 1000, "Magneton": 1000, "Mew": 1000, "Mewtwo": 1000, "Moltres": 1000, "Mr. Mime": 1000, "Muk": 1000, "Primeape": 1000, "Raichu": 1000, "Rhydon": 1000, "Snorlax": 1000, "Tauros": 1000, "Zapdos": 1000,
"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"}, "// Example of always catching Eevee:": {}, "Eevee": { "always_catch" : true } }, "release": { "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"}, "// Best fighters, keep 2:": {}, "Arcanine": {"keep_best_iv": 2}, "Dragonair": {"keep_best_iv": 2}, "Dragonite": {"keep_best_iv": 2}, "Dratini": {"keep_best_iv": 2}, "Exxegutor": {"keep_best_iv": 2}, "Flareon": {"keep_best_iv": 2}, "Gyarados": {"keep_best_iv": 2}, "Poliwrath": {"keep_best_iv": 2}, "Slowbro": {"keep_best_iv": 2}, "Vaporeon": {"keep_best_iv": 2}, "Venusaur": {"keep_best_iv": 2},
} your config here