tellomichmich / PokeNoxBot

Slow but safe Pokemon GO Bot
23 stars 19 forks source link

KeepList to not transfer some pokemon #27

Closed Picardu57 closed 8 years ago

Picardu57 commented 8 years ago

Hello,

I had these lines to keep Pokemon who don't want to automatic transfer :

In global def : KeepList = ["Magikarp"]

And after capture I had that : elif PokemonCP < TransferCPLimit and PokemonName not in KeepList :

Maybe you can had to the official branch :)

tellomichmich commented 8 years ago

Committed ! Thank you !