-
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
Bot is making a weird Spiral #4946
Comments
maybe diameter is too big. default is 4, i just tried 8 and it's much bigger. |
I made various tests, and |
In my experience, if followspiral is changing our location, you're IP banned. |
Teleporting get you IP banned, not walking from A to B. Isn't it like so? |
There a lot of things that might tripper them banning an IP ban. Are you using a VPN, cloud or proxy? Many networks have been banned. Per the altitude, you can look up averages for your long/lat then set the min/max lat ranges from that. Or setup one of the more complex pathing systems (though not rocket science). |
Do you mean GPX? |
@iruy you need to set your altitude range. I think the default is 500 to 1000. Which 600 is within the margin of. |
Thank you |
Expected Behavior
Possible to make a more square Spiral?
Can I suggest this algorithm? Link
Use
gps_default_altitude
for any altitude calculation. If I setgps_default_altitude: 8.0
I should not see 600 in my FollowSpiral logActual Behavior
I'm trying to farm a Pokemon nest but the bot is not building a good Spiral..
Moreover, it is changing altitude quite dangerously I'd say.... 90m for a 7m walk is a bit too much of altitude difference..
Your FULL config.json
The text was updated successfully, but these errors were encountered: