-
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
[DEV] Slow walking speed #1586
Comments
If you set walk to 4.46 it will walk about 4km/h you need to set it higher |
Okay, let me calculate something because I think that the calculations are wrong then: This means that the bot walks 0.02km (or 20 meters) in 51 seconds, that is 0.13m/s or 0,468km/h. Might need an extra 0 to match the speed??? |
4km/h is human speed, put it to 13 or 14 (max or the egg never eclore) |
@arnogues I changed my initial post to match the actual speed that I get out of it, which is 0,468km/h. Unless I am mistaken, that is the speed that I am seeing here right now and is 10% of the speed I set in the configuration... |
Yep, same issue, last dev broke the speed. |
Distance unit it only for displaying distances. It does NOT affect walking speed in any way. |
The bot is walking so slow because on each tick we only walk |
Yeah, I just noticed that the speed is a bit irregular, might be handy to add the actual speed it travels... EDIT: At 10km/h it tends to travel much better... |
Also the README is wrong because someone merged wrong information. |
Suggestion to avoid confusion: Make the actual speed of the bot more visible. [06:03:09] Walking from (52.381166, 4.884247) to [52.382961202506465, 4.884675595425898] 0.20km @ 10km/h |
This was at "walk" 10.25 on dev It was moving at a lot more reasonable speed yesterday (15~ hours ago) at the default 4.16 |
[12:11:31] Moving towards fort 42fb0fba44654ddfbfc5804516b49072.16, 0.06km left [ ] 0% config: "walk": 9.2, seems to meters/minute |
0.13/0.23h = 0.56km/h (for setting = 10) |
|
I guess you all get the point. Looking for pokemon and stuff just takes time. We can't really change that. Increasing |
The trainer walk is very slow and we don't understand why |
Setting "evolve_all" from "all" to "none" does the trick for me -> bot is walking like normal again. |
@Bashin right, i just notice the same when increasing the evolve_speed value. EDIT: also got softban since my walking now actually worked with the test value of 80 walk speed :) |
@Bashin can confirm. setting it to 'none' makes it go at the normal speed |
To fix: increase evolve_speed to 200 instead of 20 |
I confirm problem.. |
At speed = 10 and evolve_speed = 200
213 seconds to walk 0.08km, which is 1.35km/h Note here that I get a lot of pokemon, so it might potentially be true that the speed is slow because of all the pokemon... However, I see a pattern that it is 10% of the average speed of 10km/h. |
I set walk to 10 and get about 9km/h when it is moving to a pokestop which is pretty good. Evolve all is set to none though |
That might be the cause of the issue: I set evolve_all = none and suddenly the speed increases to its normal potential... |
That's what I was writing 35 minutes ago ;-) |
I noticed that one, I just wanted to be sure that it was related to evolve and not some random factor... |
@mrseeker right, sorry about that, i saw my evolve was still off from the first test 😵 |
I found the bug, but need someone to verify this and push this to dev:
must be set to False (else the worker keeps updating) Proof:
|
don't work for me.. bot walks always very very slow :( |
In config file:
this working for me
0,05km in 18 seconds = 10km/h |
If someone can push a patch, that would be great, since I am @ work and cannot create a patch. |
None of this is working for me. Still walking at an abnormally slow pace.
|
Erody, what version are you using? Latest dev or not? You need to alter the file to make it work, they have not pushed a patch out yet. |
seem like there is no control on the merges. Things are all over the place past few days. We should start pushing stable releases. |
Seems to have been fixed with pull #1774 |
@mrseeker Cannot confirm. Changing back to evolve_all "all" at 7.16km walk speed gives me this [15:09:15] Ran for 0:15:08 Same config with evolve_all "NONE" walks at expected speed Edit: This is on commit 2f277fd and I have use_lucky_eggs at false if that is of any help |
Mostly care of @JamesWP; history: PokemonGoF#1586, PokemonGoF#1795, PokemonGoF#2722
Expected Behavior
Bot walks like a normal human
Actual Behavior
Which I assume is crawling (0,468km/h)...
Steps to Reproduce
From the config:
Other Information
OS: Ubuntu 14.02
Git Commit: a1433f2
The text was updated successfully, but these errors were encountered: