-
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
Bot no staying around first coordinate #3633
Comments
@Orchid666 I think you the |
I tried many radius values, including big ones and it wont change anything, I dont see why increasing the radius would make my bot stay within a certain area |
What is the unit of radius value? km or metre? |
Because in the code, the default value is |
@rpzery I think it's |
Is radius 1 km work? |
Nope, I wonder if those values use the updated location as reference and not the very first coordinate. |
@ripzery I'll test it. |
@joaodragao @ripzery That was my previous value before i tried 0.6. Same outcome. |
I'm just going to point out that the cluster example config does not have MoveToFort task. Maybe try removing it? |
@Orchid666 What @DiegoRBaquero said may be correct. |
I tested the cluster config (no MoveToFort) and it stays in the same position. Also, it seems the radius is in meters. |
That is some very useful information Diego. Thanks! |
Well i dont think its possible to stay within the same area. Removing Movetofort logically prevent the bot to move to the next fort. Everything seems to be calculated according to current coordinates and not very first coordinates. |
@Orchid666 It does move when required but it stays in the best possible cluster of lured forts. The radius is relative to current location, not initial coords. |
Yes, thats what i said, there is currently no way to have the bot stay within a fixed area. |
You could use the path config |
True, but that would make my bot go from point A to point B then get point B Fort and thats it. |
You can use Google maps
|
What do you mean i could use google maps? Im using google maps, im just saying that there are so many coordinates that it would take days to copy them all |
Maybe i should make a pull request for that feature? :) |
You can do this to some extent if you use the MoveToMapPokemon option with "update_map": false,. Your bot's location won't get pushed to the map and you can drop the pin wherever you want the bot to go. It will still nab any pokemon on the way, and spin forts, but will stay in the general area of your pin. Area can be manipulated using the number of steps that the map searches. |
@RedViper9 Thanks for the suggestion, but im kind of new, is there any doc available about that? |
Duplicate of #3580 |
Expected Behavior
Id like my bot to stay within let's say a circle of X km.
Actual Behavior
Bot keeps roaming all over the city
Your config.json (remove your credentials and any other private info)
The text was updated successfully, but these errors were encountered: