-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MoveToMapPokemon is not working with latest commit. Help. #5094
Comments
Try to increase "max_walking_distance": 500 or set "update_map": true and check again. |
Thanks for your reply. |
Can you show some logs with update_map enabled and max_walking_distance: 1000 or 2000 |
Like this? 2016-09-02 13:46:21,614 [PokemonCatchWorker] [INFO] [pokemon_appeared] Skip ignored Spearow! [CP 113] [Potential 0.42] [A/D/S 10/8/1] |
"Drowzee": {"never_catch": true}, You have this config under the CatchPokemon task, will never catch drowzee.. same to alot other pokemons too. |
@ttpeter I know I am not catching Drowzee, I myself put that rules in my config.... I skip catching these 15-19 pokemons: My problem is that the bot is not following the PokemonGoMap to catch pokemons like Of course, the 15 pokemons on my never catch list are not the one on my MoveToMapPokemon list. |
Now I enable "enable_social": true, the bot can snipe once in a while. Yet, it still does not replace MoveToMapPokemon, as I want both walking and sniping to Pokemon. |
if social_enabled bot calculate distance to pokemon from data received from social broker and decide to snip this pok or not |
Thanks @sohje how does the bot know which pokemon to snipe? |
It will compare calculated dist with max_sniping_distance, and also check snipe_high_prio_threshold and other options from MoveToMapPokemon task. |
@kenkclam I'm not very sure about this configuration: as my understanding, this config only snipe high priority pokemons with threshold above 1150. "Poliwag": 10, As for my config, I set: |
@ttpeter My bot neither snipe or walk to any pokemon, although I see that the map upserts pokemons on localhost and the bot is supposed to walk to them. |
I made a pull request to fix this issue. Basically, in the original code, the bot will not try to walk to any pokemon when |
@solderzzc It does not matter if you closed my pull request. Please resolve this problem. |
Thanks @martixingwei for looking into the code! |
@kenkclam may be this will help you #5313 (comment) |
@Nik0lashka no, mine is a different issue. |
@kenkclam yeah, figured out that social flag is essential here - must be disabled while WALKING to pokemons using pokemongo-map data, "map_path" option doesn't matter here. You are right. |
I'm closing this as it might have already been fixed. If it isn't, please reopen a new one. |
===============ISSUE SECTION===============
Expected Behaviour
The bot walk or snipe to Pokemon with MoveToMapPokemon.
Actual Behaviour
The Pokemon Map is working. I can see that it finds pokemon the bot should walk to via localhost.
The bot is not walking or sniping to any pokemon.
I have updated to the latest version.
Your FULL config.json (remove your username, password, gmapkey and any other private info)
}
Output when issue occurred
The log does not show any messages related to MoveToMapPokemon
But it is not a log problem, the bot is just not responding to MoveToMapPokemon
Steps to Reproduce
Other Information
OS:
Mac
Branch:
Git Commit:
2016-09-02 11:49:25,539 [ cli] [INFO] commit: e83c7e6
The text was updated successfully, but these errors were encountered: