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

Add output interval for MoveToFort #3216

Closed
nicholasjohn opened this issue Aug 9, 2016 · 2 comments
Closed

Add output interval for MoveToFort #3216

nicholasjohn opened this issue Aug 9, 2016 · 2 comments

Comments

@nicholasjohn
Copy link

Output box is being spammed by MoveToFort. Suggestion that a configuration setting could change this regularity, by either time or distance.


Current Output

[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.12km (attraction of lure 1.30km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.10km (attraction of lure 1.29km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.10km (attraction of lure 1.28km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.09km (attraction of lure 1.27km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.09km (attraction of lure 1.26km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.09km (attraction of lure 1.25km)

Desired Output

[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.09km (attraction of lure 1.30km)
[MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop First Amendment Plaza - 0.09km (attraction of lure 1.25km)

Potential Configuration

{
  "type": "MoveToFort",
  "config": {
    "lure_attraction": true,
    "lure_max_distance": 2000,
    "output_interval_by": "distance",
    "output_interval": 0.05
  }
},
@nicholasjohn nicholasjohn changed the title [SUGGESTION] Config for moving [SUGGESTION] Add output interval for MoveToFort Aug 9, 2016
@k4n30 k4n30 changed the title [SUGGESTION] Add output interval for MoveToFort Add output interval for MoveToFort Aug 12, 2016
@mjmadsen
Copy link
Contributor

I like this. We recently expanded egg hatching to work the same.

@mjmadsen
Copy link
Contributor

Merged

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

3 participants