how i change location and desiple Evolve pokemons ?
how i change location and desiple Evolve pokemons ?
There are few map types of pokemons.
Like nearby, map and something else if I remember (probably something involved with lured pokemons)
I also noticed a lot of Ponytas i my area for example (mostly lured by modules) and bot never caught any.
So my guess is that bot is catching only one/two map types of pokemons.
Last edited by pinn90; 07-21-2016 at 08:04 AM.
you make my life more easy +REP ^^
When I run the bot with the token I get the error and crash. It works fine without the token though until it requests google device again.
Can anyone please help me :C
Code:): warning CS0168: The variable 'tce' is declared but never used warning CS0168: The variable 'ufe' is declared but never used warning CS0168: The variable 'aore' is declared but never used warning CS0168: The variable 'nre' is declared but never used
This was my setting
so yeah i set Leavestrongest and all my dratini, magicarp, psyduck, evee got deleted. BTW is there a range of where the bot is going latitude and longitude wise.. I dont want it walk all the from central park to like LA... lol<appSettings>
<add key="AuthType" value="Google"/><!--Google/Ptc-->
<add key="PtcUsername" value="fakeemail"/>
<add key="PtcPassword" value="fakepass"/>
<add key="GoogleRefreshToken" value=""/>
<add key="DefaultLatitude" value="9090909"/><!--Default Amsterdam Central Station-->
<add key="DefaultLongitude" value="90909090"/><!--Default Amsterdam Central Station-->
<add key="TransferType" value="leavestrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
<add key="EvolveAllGivenPokemons" value="false"/>
</appSettings>
</configuration>
ok here is where i'm confuse.. in setting.. there are 2 same lines...
private static async Task TransferAllButStrongestUnwantedPokemon(Client client)
{
System.Console.WriteLine("[!] firing up the meat grinder");
var unwantedPokemonTypes = new[]
{
PokemonId.Pidgey,
PokemonId.Rattata,
PokemonId.Weedle,
PokemonId.Zubat,
PokemonId.Caterpie,
PokemonId.Pidgeotto,
PokemonId.NidoranFemale,
PokemonId.Paras,
PokemonId.Venonat,
PokemonId.Poliwag,
PokemonId.Slowpoke,
PokemonId.Drowzee,
PokemonId.Gastly,
PokemonId.Goldeen,
PokemonId.Staryu,
};//PokemonId.Dratiniprivate static async Task TransferAllWeakPokemon(Client client, int cpThreshold)
{
System.Console.WriteLine("[!] firing up the meat grinder");
var doNotTransfer = new[] //these will not be transferred even when below the CP threshold
{
//PokemonId.Pidgey,
//PokemonId.Rattata,
//PokemonId.Weedle,
//PokemonId.Zubat,
//PokemonId.Caterpie,
//PokemonId.Pidgeotto,
//PokemonId.NidoranFemale,
//PokemonId.Paras,
//PokemonId.Venonat,
//PokemonId.Psyduck,
//PokemonId.Poliwag,
//PokemonId.Slowpoke,
//PokemonId.Drowzee,
//PokemonId.Gastly,
//PokemonId.Goldeen,
//PokemonId.Staryu,
PokemonId.Magikarp,
PokemonId.Eevee//,
};
Last edited by rowxs; 07-21-2016 at 08:08 AM.
Firsty Thanks for sharing. I'm using your bot but bot only farms.Catched 3 pokemons every 30 mins. What can I do ? and Can I drop potions and revives automaticaly ?
how i change location and desiple Evolve pokemons ?
in app.config
<add key="DefaultLatitude" value="40.77140936499148"/><!--Default Amsterdam Central Station-->
<add key="DefaultLongitude" value="-73.97377967834473"/><!--Default Amsterdam Central Station-->
these are central park coords. just change to whatever you want but beware of being softbanned(2-4 hours approx)