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

Extract pokemon movesets before capture #3348

Closed
shivamkalra opened this issue Aug 9, 2016 · 1 comment
Closed

Extract pokemon movesets before capture #3348

shivamkalra opened this issue Aug 9, 2016 · 1 comment

Comments

@shivamkalra
Copy link

shivamkalra commented Aug 9, 2016

Is it possible to detect moveset at encounter? Can that information be used in release configuration of pokes? I would like to add my custom code at this point:

https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/pokemongo_bot/cell_workers/pokemon_catch_worker.py#L85

So I could detect movesets of encountered pokemons.

@shivamkalra shivamkalra changed the title [Question] Is it possible to detect moveset at encounter? [Question] Is it possible to extract movesets at encounter? Aug 9, 2016
@cicatiello
Copy link

should be possible: wild encounter seems to contain full pokemon data; pokemon data of course contain move1 and move2 ids.
So it should be possible to print moves, rename, release pokemon based on moves, bla bla whatever you have in mind

@k4n30 k4n30 changed the title [Question] Is it possible to extract movesets at encounter? Extract pokemon movesets before capture Aug 23, 2016
hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this issue Sep 28, 2016
@k4n30 k4n30 closed this as completed Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants