You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)"
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
The text was updated successfully, but these errors were encountered: