-
Member
Originally Posted by
nadare00
Is there a way to just catch certain pokemons or just not catch anything at all?
set in config "UsePokemonToNotCatchFilter": true,
and add some pokemon u want to skip
"PokemonsToIgnore": [
"zubat",
"pidgey",
"rattata"
-
Member
Originally Posted by
Massi17
set in config "UsePokemonToNotCatchFilter": true,
and add some pokemon u want to skip
"PokemonsToIgnore": [
"zubat",
"pidgey",
"rattata"
i did this and why does it also skip pokestops, its not getting any exp.
-
Member
The current releases are all broken, skips pokestops, not transfers pokemon but no1 cares on git...
-
Member
new update really nice
im using it till tomorrow morning, and see what happens
-
Member
Originally Posted by
Sylencer90
The current releases are all broken, skips pokestops, not transfers pokemon but no1 cares on git...
in the new release they add in config : "KeepPokemonsThatCanEvolve": true,
if u want to transfer all, just set it to false
-
Member
Not sure what I am doing wrong. I want to keep all the pidgeys and rattatas etc to evolve and added them to the code but it doesn't work. Perhaps I didn't add it correctly? Here is how I added it:
public ICollection<PokemonId> PokemonsNotToTransfer
{
get
{
//Type of pokemons not to transfer
List<PokemonId> defaultPokemon = new List<PokemonId> {
PokemonId.Dragonite, PokemonId.Charizard, PokemonId.Zapdos, PokemonId.Snorlax, PokemonId.Alakazam, PokemonId.Mew, PokemonId.Mewtwo, PokemonId.Eevee, PokemonId.Pidgey, PokemonId.Weedle, PokemonId.Caterpie, PokemonId.Rattata
};
_pokemonsNotToTransfer = _pokemonsNotToTransfer ?? LoadPokemonList("PokemonsNotToTransfer.ini", defaultPokemon);
return _pokemonsNotToTransfer;
}
}
-
Member
Source code of the latest update doesn't work.
Precompiled one wont let me use PTC, only Google works
-
Member
Since updating to the newest release, i'm getting an 'Account not verified - Exiting' message. I'm using the Ptc Login and i can still log into the account outside of running this bot.
-
Member
how can i set drop potion and this shit stuff ? i have +- every 5hours full inventroy and must log in on acc and drop all manualy
-
Member
Originally Posted by
Vojta Dubina
how can i set drop potion and this shit stuff ? i have +- every 5hours full inventroy and must log in on acc and drop all manualy
"settings.cs" is where you can do this kind of stuff...just adjust the amount of the items that are kept
-
Post Thanks / Like - 1 Thanks
Vojta Dubina (1 members gave Thanks to merby for this useful post)
-
Member
Originally Posted by
Massi17
in the new release they add in config : "KeepPokemonsThatCanEvolve": true,
if u want to transfer all, just set it to false
Solved my problem, but not it tells me (ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?
How to get rid off this?
Last edited by Sylencer90; 07-26-2016 at 10:00 AM.
-
Member
..............................
Last edited by MeTeC; 07-26-2016 at 10:04 AM.
-
Member
Originally Posted by
Sylencer90
Solved my problem, but not it tells me (ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?
How to get rid off this?
it does the same on me in dratini's spot near sacramento. probably the code need near pokestops to moove. but if i go in some city it work with no problems.
-
Member
Originally Posted by
MeTeC
..............................
Download the zip under the "Release" section. Not the source.
-
Member
Seems like the area around Santa Monica Pier is having issues - pokestops and pokemon are not loading. I had to move to another location or else I'd constantly get the '(ATTENTION) No usable PokeStops found in your area. Is your maximum distance too small?' message.