-
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
[Snipe Bug] Bot continues to search for pokemon also after capture #4143
Comments
this is not connected to sniping but walking |
this is also somewhat not trivial to solve as MoveToMapPokemon, as the name says, takes care only of moving, not catching the pokemon. That is done by a different task. For now the pokemon is considered caught after it's location has been reached As this is not a bug, but probably a feature request, i would propose adding it as a feature request |
the separation between bug and feature is so small that we can ignore it |
exactly, so I would ignore this issue :P |
I'm confused as to what the feature request is @Raiven66 ? Does this need to be closed or not? Also we're using github for feature requests, not feathub - https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#feature-requests |
well currently the bot walks with MoveToMap to the location of the pokemon. It is encountered(and caught) when in range though and not upon reaching the destination. As from what I looked at the code, it would not be trivial to stop pursuing the destination of the pokemon after it being caught and since the bot is working fine (just walks extra 50meters) as-is, I think this would be a nice to have thing rather than a bug/issue. I would close this and file a feature request like
|
@Raiven66 I'll meet you half way, if you make the FR, I'll close this issue. Deal? |
As I am not overly in need of this, @MatteCarra would be the person for that :) |
Expected Behavior
Bot should walk to the Pokemon, capture it and then go to an other pokemon
Actual Behavior
Bot walks to the pokemon, captures it and then walks to the same pokemon until it reaches the exact position!
Output when issue occurred
My config
Other Information
OS: LUbuntu
Branch: master
Git Commit: 423e4de
Python Version: Python 2.7.9
The text was updated successfully, but these errors were encountered: