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
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:
So I could detect movesets of encountered pokemons.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: