Meh Im dumb.
Last edited by SordidX; 07-20-2016 at 12:47 AM.
regardless of whatever i add i can only last 5-7 minutes before it doesnt farm anything and i have to restart it (google)
Guys, protips on fixing some problems many of you are experiencing
Not catching pokemon? It's because you're using pokeballs. Change it here: https://i.imgur.com/rz3HRqg.png
Set it to greatballs or whatever you have.
Constantly running into magnemite/voltorb? It's because the bozos who wrote this set the altitude to 30 for some reason, which is where apparently all these magikarp and voltorbs live. Currently experimenting with values, 0 seems to get more accurate pokemon in the area.
Before using this i'd like to know if i'll get soft banned for using Google Login V2?
does v1 and v2 throw great pokeballs at all?
For better Output:
RetryHandler.cs
Program.cs (in ExecuteFarmingPokestopsAndPokemons):Code:System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] [#{i} of {MaxRetries}] retry request {request.RequestUri} - Error: {ex}");
Programm.cs (in ExecuteCatchAllNearbyPokemons):Code:System.Console.WriteLine($"[{DateTime.Now.ToString("HH:mm:ss")}] Farmed XP: {bag.XpAwarded}, Gems: { bag.GemsAwarded}, Eggs: {bag.EggPokemon}, Items: {GetFriendlyItemsString(bag.Items)}");
Program.cs (GetFriendlyItemsString):Code:System.Console.WriteLine(caughtPokemonResponse.Payload[0].Status == 1 ? $"[{DateTime.Now.ToString("HH:mm:ss")}] We caught a {GetFriendlyPokemonName(pokemon.PokedexTypeId)}" : $"[{DateTime.Now.ToString("HH:mm:ss")}] {GetFriendlyPokemonName(pokemon.PokedexTypeId)} got away..");
How it looks after the changes:Code:private static string GetFriendlyItemsString(IEnumerable<FortSearchResponse.Types.Item> items) { var sb = new StringBuilder(); foreach (var item in items) sb.Append($"{item.ItemCount} x {(MiscEnums.Item)item.Item_}, "); if (sb.ToString() == "") sb.Append("0"); return sb.ToString(); }
![]()
Last edited by Spegeli86; 07-20-2016 at 12:54 AM.
instant softban, coordinates are the same as before so its not teleporting far at all.
Thanks for this, I just set it to 300 seconds, the pokestop timer refresh.
Also, would anyone happen to know how long I would have to log out for to switch coordinates from Minneapolis to Sydney while avoiding a softban? i.e. roughly 2-3 hours?
I think Sydney has a more diverse array of pokemon to catch, so this bot would work perfect there, I don't really need this 6 stop Minneapolis anymore.