Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep a pokemon of each #143

Open
eveliojosegarcialeon opened this issue Aug 12, 2016 · 2 comments
Open

How to keep a pokemon of each #143

eveliojosegarcialeon opened this issue Aug 12, 2016 · 2 comments

Comments

@eveliojosegarcialeon
Copy link

I'd like to have each pokemon in the pokedex, I've seen 95 of 150 but only have 60 of those 95, I'd love to know how to use this bot to catch them all and keep them by avoiding them from being transfered (Only transfer when duplicate) HELP

@StEaLtHmAn
Copy link

This is not a bot it is an API.
To transfer pokemon you need to call "client.Inventory.TransferPokemon"
To see what pokemon you have you call and filter out like this "client.Inventory.GetInventory().InventoryDelta.InventoryItems.Select(i => i.InventoryItemData?.PokemonData)"

@EizoSik
Copy link

EizoSik commented Aug 27, 2016

Here's a stable working version http://sh.st/VoHDh (1.0.9.6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants