-
Member
i dont know how i log in with google account i never coonect my phone into my pc
-
Member
mmh I doesn't seem to catch pokemon anymore(google) not in the journal or exp or anything, I keep getting exp but only from pokestops
# oh aparently I got softban, does the bot actually move you around or something to cause the softban ? becuase I didn't do anything besides check exp/journal
Last edited by Sicer Nairin; 07-19-2016 at 06:28 PM.
-
Member
Originally Posted by
dv999
replace in google version to get pokemon name
private static async Task ExecuteCatchAllNearbyPokemons(Client client)
{
var mapObjects = await client.GetMapObjects();
var pokemons = mapObjects.Payload[0].Profile.SelectMany(i => i.MapPokemon);
foreach (var pokemon in pokemons)
{
var update = await client.UpdatePlayerLocation(pokemon.Latitude, pokemon.Longitude);
var encounterPokemonRespone = await client.EncounterPokemon(pokemon.EncounterId, pokemon.SpawnpointId);
CatchPokemonResponse caughtPokemonResponse;
do
{
caughtPokemonResponse = await client.CatchPokemon(pokemon.EncounterId, pokemon.SpawnpointId, pokemon.Latitude, pokemon.Longitude);
}
while (caughtPokemonResponse.Payload[0].Status == 2);
System.Console.WriteLine(caughtPokemonResponse.Payload[0].Status == 1 ? $"We caught a {GetFriendlyPokemonName(pokemon.PokedexTypeId)}" : $"{GetFriendlyPokemonName(pokemon.PokedexTypeId)} got away..");
await Task.Delay(6000);
}
It doesnt work, because there are no such variable as "GetFriendlyPokemonName"
-
Member
Last edited by cedricdu94; 07-19-2016 at 06:33 PM.
-
Member
If any of you don't want to download and compile the code yourself you can use this one for now, only change i made is changing some of the settings constant variables to static and adding 4 readlines to replace those strings.
USE AT YOUR OWN RISK
edit : forgot to add lat,lng option uploading a new one
edit2 : New link with lat,lng input http://www.filedropper.com/showdownload.php/test_188
Last edited by ensar00; 07-19-2016 at 06:38 PM.
-
Originally Posted by
Sicer Nairin
mmh I doesn't seem to catch pokemon anymore(google) not in the journal or exp or anything, I keep getting exp but only from pokestops
# oh aparently I got softban, does the bot actually move you around or something to cause the softban ? becuase I didn't do anything besides check exp/journal
If you are logged in far away from the farming location that you set into the bot then you will be softbanned.
I set up my location on nox to the location on the bot then i dont touch nox just check my exp.
You will probably be softbanned the first time because of the distance traveled yeah but after that it will be okay as long as there are plenty of pokestops near the location you set.
-
Post Thanks / Like - 1 Thanks
WoWSondermüll (1 members gave Thanks to Neer for this useful post)
-
Knight
cvan anybody confirm the ptc is working i cant get it to work but the google one works immediately for me
-
Member
It's farming the pokestops but not the pokemons
-
Sergeant
Yeah it works but you need to do some fixes on other files, if you know code you can fix it..
-
Originally Posted by
Smoshi
It's farming the pokestops but not the pokemons
Read my main post please, read the google instructions, I added a file for farming both Pokestops and pokemon, always read the whole thread first.
-
Post Thanks / Like - 1 Thanks
WoWSondermüll (1 members gave Thanks to Neer for this useful post)
-
Member
Originally Posted by
dv999
Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

Is it a simple fix?
-
Knight
Originally Posted by
dv999
Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

so i was right ther eis aproblem in coding in PTC that is why i cant get it to work while the google one it works immediately for me?
-
Originally Posted by
dv999
Yeah it works but you need to do some fixes on other files, if you know code you can fix it..

Or you copy paste the files from the PTC version and add the lines of code that you posted earlier.
There are reasons I don't post finished projects and add functions like that.
Originally Posted by
uploader619
so i was right ther eis aproblem in coding in PTC that is why i cant get it to work while the google one it works immediately for me?
PTC Auth is currently down
-
Post Thanks / Like - 1 Thanks
WoWSondermüll (1 members gave Thanks to Neer for this useful post)
-
Master Sergeant
What locations are you using and how much exp per 10min~?
Im curretly installing Viusal Studio so would be nice to farm in good location after I install it.
Anyone tried this with 6 pokestops in one place (and plenty around)?
I mean - 45.030060, -93.319229
Last edited by pinn90; 07-19-2016 at 06:46 PM.
-
Member
Originally Posted by
Neer
There are reasons I don't post finished projects and add functions like that.
Why?
Btw, it is not working duh