From d799b973ea12b5e1c1764efdb1a404239918b7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jerczy=C5=84ski?= Date: Thu, 11 Aug 2016 19:55:00 +0200 Subject: [PATCH] More snipe radius --- PokemonGo.Haxton.Bot/Bot/PoGoAsh.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PokemonGo.Haxton.Bot/Bot/PoGoAsh.cs b/PokemonGo.Haxton.Bot/Bot/PoGoAsh.cs index a5b79c1..5669b1b 100644 --- a/PokemonGo.Haxton.Bot/Bot/PoGoAsh.cs +++ b/PokemonGo.Haxton.Bot/Bot/PoGoAsh.cs @@ -62,13 +62,13 @@ private async Task>> SearchAndEncounterPokemon() var currentLat = _navigation.CurrentLatitude; var currentLong = _navigation.CurrentLongitude; await Task.Delay(1000); - var tl = await BurstCatch(currentLat, currentLong, .001, .001); + var tl = await BurstCatch(currentLat, currentLong, .003, .003); //await Task.Delay(1000); //var bl = await BurstCatch(currentLat, currentLong, .001, -.001); //await Task.Delay(1000); //var tr = await BurstCatch(currentLat, currentLong, -.001, .001); //await Task.Delay(1000); - var br = await BurstCatch(currentLat, currentLong, -.001, -.001); + var br = await BurstCatch(currentLat, currentLong, -.003, -.003); actionList.AddRange(tl); //actionList.AddRange(bl); //actionList.AddRange(tr);