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

[Question] How to stay in a place with some diameter (in meters)? #5284

Closed
avexus opened this issue Sep 8, 2016 · 5 comments
Closed

[Question] How to stay in a place with some diameter (in meters)? #5284

avexus opened this issue Sep 8, 2016 · 5 comments

Comments

@avexus
Copy link

avexus commented Sep 8, 2016

How can we specify for the bot to stay in a specified area?
I noticed they wonder around to the neighboring cities.

@Lntnam
Copy link

Lntnam commented Sep 8, 2016

set a circle path?

@julienlavergne
Copy link
Contributor

If there is at least one fort in your area, you can use the CampFort task.

@lytesout2376
Copy link

What I do to achieve this is to remove the MoveToFort task and add the FollowPath task. In my path config, I only place 1 location (the location I want the bot to stay in).

I do wonder, if we remove MoveToFort AND FollowPath and just add a location in the auth config; this might achieve the same thing. Devs?

@avexus
Copy link
Author

avexus commented Sep 8, 2016

I'll try CampFort, so, I should set the time for a very long period, right? @anakin5
How about "FollowSpiral"? Do i sill need to enable it?

@julienlavergne
Copy link
Contributor

Depends what you want to do in detail:

  • Remove FolloSpiral but keep MoveToFort after CampFort
  • Put moving_time to zero if you just want to move between clusters in your radius and stay there
  • Put moving_time to non zero if you want to allow the bot to use the task move to fort for some time. (It might walk out of your defined radius)
  • Put camping_time to whatever you want. When this time expire, the bot will look for another interesting cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants