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

Bot staying at one point #5024

Closed
LUCKASSs opened this issue Aug 31, 2016 · 7 comments
Closed

Bot staying at one point #5024

LUCKASSs opened this issue Aug 31, 2016 · 7 comments

Comments

@LUCKASSs
Copy link

Hello
There is any way that the bot stay at one point and don't move and catch Pokemon ?
I have a good spot with 4 Pokestop Lured 24/24h by high level

40.764909,-73.972649

Maybe the risk of ban may decrease..?

Thx !

@dokhed
Copy link

dokhed commented Sep 1, 2016

if you want to make the bot stay at one point, set the bot by...
... ... { "type": "MoveToFort", "config": { "enabled": false, "lure_attraction": true, "lure_max_distance": 2000, "walker": "StepWalker", "log_interval": 5 } }, { "type": "FollowSpiral", "config": { "enabled": false, "diameter": 4, "step_size": 70 } } ... ...

or disable all moving tasks

@MZorzy
Copy link

MZorzy commented Sep 1, 2016

modded config.json.example with correct altitute data for my location and try as @dokhled wrote
"enable": false in MoveToFort & FollowSpiral. relaunch bot and it go to where are going befor modding.
don't stay at one point

@LUCKASSs
Copy link
Author

LUCKASSs commented Sep 1, 2016

And what I have to modify in order that the bot move only into lured fort ?

@dokhed
Copy link

dokhed commented Sep 1, 2016

As I've checked from your location(40.764909,-73.972649). It's not in the range that you can stay still and be able to spin all 4 forts

the best location should be on the same as a mouse cursor that will be able to spin all 4 forts without moving

pokmon go map - google chrome_2

@dokhed
Copy link

dokhed commented Sep 1, 2016

another way is...
make the bot follow the path "FollowPath"
and set the "path_mode" to be linear so the bot will turn around at the last waypoint and along the given waypoints in reverse order.
and set the "timer_restart_min": "00:05:00", "timer_restart_max": "00:07:00" to make the bot stop every time it finish the lap

pokmon go map - google chrome_2

@nealqu
Copy link

nealqu commented Sep 1, 2016

Is there a way to reduce the diameter that the bot walks?

@k4n30 k4n30 added the Duplicate label Sep 1, 2016
@k4n30
Copy link
Contributor

k4n30 commented Sep 1, 2016

#3580

@k4n30 k4n30 closed this as completed Sep 1, 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

5 participants