-
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
Limit radius of movement / Make bot stay in a certain area #3580
Comments
I found making a map of waypoints to be pretty simple and effective, actually... |
I'm wondering about this too: max_steps was removed from the configuration options. You can now change the behavior of the bot by modifying the "tasks" key. Sadly it doesn't give much more info as the config doc also shows max_steps. @ReinyDays do you have any proper examples of a config file + waypoint file that works? I've had issues getting it to actually follow the points myself. |
If my understanding is correct, this task in the config.json controls how your avatar moves within a defined area. |
@jrjhealey I believe you are correct but I cannot find any documentation regarding diameter and step_size, so modifying that to something more usable would be rough without knowing what they amount to in terms of meters, for instance. |
@oleerik you have to make changes in the config, similar to config.json.path.example. [ ] ^ this is a short path near Antwerp Belgium. only 3 pokestops, but perma lured and only (mostly) rare pokemon spawn there. |
Ah, thank you very much @ReinyDays. My problem was that I kept MoveToFort as a task :) This still doesn't properly resolve the original question but it helps me personally greatly! |
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 in the search radius, but won't leave that area. |
Can be done with CampFort. Closed. |
I want to stick to a certain radius of my location start point, but don't to have to create a map of waypoints..
Is there a way of getting the bot to wander around within an area of pokestops within a certain distance of the starting point?
The text was updated successfully, but these errors were encountered: