Originally Posted by
DamnSon09
Someone should add something where it skips pokemon we already have. Or better yet, it skips pokemon we already have at a certain CP. With a threshold of 1000 CP
Example: If we have a zubat at CP 1000 in our bag, we don't need to catch any more zubats, so it skips.
If we have a Pidgey at 900 CP, it will continue to catch pidgey's until we have over 1000 CP for pidgey
something like this?
Code:
<PokemonsNotToCatch> <!-- Pokemon to not catch, leave empty to catch all pokemon -->
<!--
<PokemonId>Rattata</PokemonId>
<PokemonId>Pidgey</PokemonId>
-->
</PokemonsNotToCatch>
but it doesnt work with cp, only a list which pokemons the bot shouldnt catch
Originally Posted by
KrespoG
Anyone know how to fix the issue about repeadetly showing my CPs and not starting the bot?
maybe u can check your log.txt in the bot folder, maybe trhere is a hint or something