-
Member
Thanks again Neer. Can't wait for the Google version
-
Active Member
it sucks that i dont have any perfect poke at the moment
-
Member
Originally Posted by
jiyu
If anyone needs help editing the transfer list, the code is in Program.cs or just ctrl+f "TransferAllButStrongestUnwantedPokemon"
Just type "PokemonIds.V0" and the options for the pokemon will be suggested.
thanks, i done, u know use great ball.
-
Member
Originally Posted by
Jig666
/r pokemongodev just went private wth lol
and i think it is better this way, this sub was allready linked on an gaming-website. now, the devs are saver
-
Member
Is this the result of not being in a very good area?

I keep receiving "Farmed XP: 0, Gems: 0, Eggs: 0, Items:
Then the bot restarts constantly
Last edited by FrenchieNinja; 07-20-2016 at 10:50 AM.
-
Banned
Originally Posted by
Jig666
/r pokemongodev just went private wth lol
People kept linking it on /r/pokemongo and a news website talked about it.
-
Active Member
If you want to keep unwanted Pokemon above a certain CP (instead of keeping the strongest one), you can change this (line 240 in Program.cs):
Code:
var pokemonOfDesiredType = pokemons.Where(p => p.PokemonType == unwantedPokemonType)
.OrderByDescending(p => p.Cp)
.ToList();
var unwantedPokemon = pokemonOfDesiredType.Skip(1) // keep the strongest one for potential battle-evolving
.ToList();
To this:
Code:
var unwantedPokemon = pokemons.Where(p => p.PokemonType == unwantedPokemonType && p.Cp < 100).ToList();
Just change 100 to whatever CP you want to keep.
Last edited by Schileru; 07-20-2016 at 10:51 AM.
-
Post Thanks / Like - 4 Thanks
-
Member
could someone give me a good location for catching pokemons?
-
Member
Originally Posted by
Blackmac
and i think it is better this way, this sub was allready linked on an gaming-website. now, the devs are saver

Agreed. The "developer" who "helped" in making the automatic map that shared this tool over a news website would be the cause of this.
-
Active Member
ok it definitely definitely needs a new search algorithm
in my city there aint too many poke stops
so it should be able to just farm pokemon with a grid search
-
Member
is the funcation keep the highest CP feom the list ?
-
Member
Im using Google account and as soon as it starts the farm i get an un expected stop and it starts again in 20 seconds. Anyone know whats going wrong?
-
Member
So how big is the radius my guy is now going around? Can i stop that? (so he only stays on the coordinates i set him to)
-
Member
I dont have pokeball how use superball please ?
-
Member
it's error
how to fix this!