-
Originally Posted by
snurreburre
I have to ask.
Why would higher IV with CP be better to keep than a pokemon with high CP and lower IV?
Exemple:
[19:01:16] (TRANSFER) Psyduck (CP 423 | 48,76 % perfect) | (Best: 194 CP | 51,54 % perfect) | Family Candies: 18
Higher IV meaning ur pokemon will be stronger even if lower CP and will have better moves
-
Post Thanks / Like - 2 Thanks
-
Originally Posted by
liekar
thank you much! Because I am so tired to catch pinsirs in central garden ( already around 2k of them )
np remember to give thanks / rep if i helped
-
Post Thanks / Like - 1 Thanks
liekar (1 members gave Thanks to fokeiro for this useful post)
-
Member
Fokeiro Any ideas on how to get it to evolve the pokemon even adding more under pokemonId.drowzee ect, it just stores millions of drowzee because there IV must be over 80%
This is what i have
//Type of pokemons to evolve
List<PokemonId> defaultPokemon = new List<PokemonId> {
PokemonId.Zubat, PokemonId.Pidgey, PokemonId.Rattata, PokemonId.Drowzee, PokemonId.Krabby, PokemonId.Gastly, PokemonId.Caterpie, PokemonId.Spearow, PokemonId.Psyduck
};
_pokemonsToEvolve = _pokemonsToEvolve ?? LoadPokemonList("PokemonsToEvolve.ini", defaultPokemon);
return _pokemonsToEvolve;
Last edited by Cido; 07-26-2016 at 12:12 PM.
-
Member
@fokeiro isnt that a problem if i have multiple BOTwindows opened in my taskmanager with the same name api.console.exe ... so maybe thats the error? And how to give every Console.exe an unique name if thats the error?
Last edited by augarten; 07-26-2016 at 12:15 PM.
-
Originally Posted by
Cido
Fokeiro Any ideas on how to get it to evolve the pokemon even adding more under pokemonId.drowzee ect, it just stores millions of drowzee because there IV must be over 80%
This is what i have
//Type of pokemons to evolve
List<PokemonId> defaultPokemon = new List<PokemonId> {
PokemonId.Zubat, PokemonId.Pidgey, PokemonId.Rattata, PokemonId.Drowzee, PokemonId.Krabby, PokemonId.Gastly, PokemonId.Caterpie, PokemonId.Spearow, PokemonId.Psyduck
};
_pokemonsToEvolve = _pokemonsToEvolve ?? LoadPokemonList("PokemonsToEvolve.ini", defaultPokemon);
return _pokemonsToEvolve;
try raise the IV more to like 90 or 95% so it should get ride of lots of them and only keep really good ones
-
Originally Posted by
augarten
@fokeiro isnt that a problem if i have multiple BOTwindows opened in my taskmanager with the same name api.console.exe ... so maybe thats the error? And how to give every Console.exe an unique name if thats the error?

yeah this solution is for one bot only, for multiple bots just recreate the start bot code, so the kill command kill them all, and the start, start them all
-
Member
Where do I set the pokemons to evolve?
-
Member
I'm trying to open up this bot in visual studio to try and change some settings but am getting this error, does anyone know why?
Imgur: The most awesome images on the Internet <- error
Imgur: The most awesome images on the Internet <- what my folder looks like
Also, does anyone know why there is no .exe in the spegeli download from github? Would copy pasting the .exe from Pokecolor work?
Thank you.
-
Member
Originally Posted by
fokeiro
np remember to give thanks / rep if i helped

already gave) can U pls tell how many exp U loot there and can U pls show me your settings?
-
Originally Posted by
liekar
already gave) can U pls tell how many exp U loot there and can U pls show me your settings?
i do 80k per hour, locations posted above, speed 500kmh transfer all less than 1800cp and 90 IV
-
Post Thanks / Like - 1 Thanks
liekar (1 members gave Thanks to fokeiro for this useful post)
-
Originally Posted by
cliffjax
get compiled version on my sig
-
Member
Where can I see the pokemons I want that the bot evolve? do I get softbanned if I use a very high speed like 400km/h?
Thank you
-
Member
Why my bot can't transfer all duplicate pokemon ?
-
Member
Originally Posted by
fokeiro
i do 80k per hour, locations posted above, speed 500kmh transfer all less than 1800cp and 90 IV
do U use eggs? and evolve everything?
-
Member
Originally Posted by
fokeiro
get compiled version on my sig
Perhaps you can help me ... I want the bot to transfer every pokemon if it is not at least 90% perfect.
I did the following settings:
<KeepMinIVPercentage>90</KeepMinIVPercentage>
<KeepMinCP>0</KeepMinCP>
<TransferDuplicatePokemon>false</TransferDuplicatePokemon>
<KeepMinDuplicatePokemon>0</KeepMinDuplicatePokemon>
<PrioritizeIVOverCP>true</PrioritizeIVOverCP>
<PokemonsToEvolve> <!-- Pokemons to evolve, leave empty to disable evolving pokemon -->
</PokemonsToEvolve>
<PokemonsNotToTransfer> <!-- Pokemons to not transfer, leave empty to transfer all pokemon -->
<PokemonId>Dragonite</PokemonId>
<PokemonId>Charizard</PokemonId>
<PokemonId>Zapdos</PokemonId>
<PokemonId>Snorlax</PokemonId>
<PokemonId>Alakazam</PokemonId>
<PokemonId>Mew</PokemonId>
<PokemonId>Mewtwo</PokemonId>
</PokemonsNotToTransfer>
<PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
</PokemonsNotToCatch>
This should do what I intend, shouldn't it? Or am I getting smth wrong in the settings?