Closed gsisso closed 8 years ago
I believe the current work was intentional as to better emulate human behavior.
That being said it's pretty obvious that we are botting so it might be good to merge.
Thanks!
I dont know if it makes it more human but it surely makes it better,there's no reason to keep walking around searching for pokemons when there are some right next to you. making it more human basically means need to add more sleep in most of the tasks like the evolving part. theres no way you can evolve pokemon and less then a second later catch another one, just the animation part is about 3-4 seconds.
This has been implemented.
at
we get a list of all the catch-able pokemons in our area but for some reason the code only fetch the first pokemon instead all of them.
CatchablePokemon target = pokemon.get(0);
what I did for now is -
Dont have much time to improve it this days so maybe someone else could take over it