tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

Catch pokemon api seems didn't throw excellent ball after server update? #157

Closed xc-mezcal closed 8 years ago

xc-mezcal commented 8 years ago
catch_pokemon(encounter_id=encounter_id,
                                                   pokeball=pokeball,
                                                   normalized_reticle_size=1.950,
                                                   spawn_point_id=self.spawn_point_guid,
                                                   hit_pokemon=1,
                                                   spin_modifier=1,
                                                   NormalizedHitPosition=1)

Everything set to perfect, but only get exp + 110, never has a great/excellent throw.

GepLik commented 8 years ago

It was a problem in the PokemonGo-Bot project. I have fixed it. See PokemonGoF/PokemonGo-Bot#2130.