Skip to content
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

FollowPath: loitering around each waypoint #4662

Closed
janpascal opened this issue Aug 24, 2016 · 0 comments
Closed

FollowPath: loitering around each waypoint #4662

janpascal opened this issue Aug 24, 2016 · 0 comments

Comments

@janpascal
Copy link
Contributor

Short Description

When using FollowPath, it would be nice if the bot would loiter around each waypoint, visiting pokestops in the neighbourhood, catching pokemon, before moving on.

Possible solution

Allow a 'loiter' field in each element of the path json file, e.g.

[
        {"location": "52.067425, 4.214394", "loiter": 60},
        {"location": "52.070780, 4.219230", "loiter": 300},
        {"location": "52.084703, 4.239380"},
        {"location": "52.083615, 4.243328", "loiter": 300},
]

This should have to bot loiter at each location for the given number of seconds.

How it would help others

It would help others to give their bots a bit of freedom roaming about, while keeping the the path on a larger timescale.

@janpascal janpascal changed the title FollowPath: loitering around each waypoint [FeatureRequest] FollowPath: loitering around each waypoint Aug 24, 2016
@k4n30 k4n30 changed the title [FeatureRequest] FollowPath: loitering around each waypoint FollowPath: loitering around each waypoint Aug 24, 2016
@k4n30 k4n30 closed this as completed Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants