tejado / pgoapi

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

Opening Pokestop? #61

Open manojprithvee opened 8 years ago

tejado commented 8 years ago

? function FORT_SEARCH is supported

mikeres0 commented 8 years ago

@tejado so I guess the rough logic behind this would be:

Please correct me if I am wrong.

tejado commented 8 years ago

yea, correctly.

manojprithvee commented 8 years ago

Thank you very much.!!

mikeres0 commented 8 years ago

@tejado thank you

manojprithvee commented 8 years ago

The Pokemon that are caught by the program have a high probability of fleeing how to stop that from happening?

manojprithvee commented 8 years ago

the command that i use is api.catch_pokemon(encounter_id=pokemon['encounter_id'], pokeball=1, normalized_reticle_size=1.950, spawn_point_guid=pokemon['spawnpoint_id'], hit_pokemon=True, spin_modifier=1, NormalizedHitPosition=1)

ahmadassaf commented 8 years ago

@manojprithvee @mikeres0 would it be possible guys to share the catch logic, maybe in a PR with an example file ?

samuelteixeiras commented 8 years ago

Hi @ahmadassaf , I suggest to you go into slack channel :smile

Nostrademous commented 8 years ago

If you use 1.950 for normalized_reticle_size you will be an easy future ban target.... no one gets "excellent" throws 100% of the time.

pokeball=1 means use standard pokeball, you might want to use 2,3,4 (for great, ultra, master) based on CP of pokemon you are catching.

If the pokemon are FLEEING with every attempt, that means you have been banned for cheating (ban will be lifted in 2-8 hrs time-frame)

Nostrademous commented 8 years ago

Also, if you "teleport" to a Pokestop and do a straight "search fort" call you are also probably going to be banned in the future as the actual game client does a "get fort details" call before a "fort search". The details gets you the name and the image URL of that picture in the middle (plus other stuff)

manojprithvee commented 8 years ago

Thank you and will follow !!

On Fri 22 Jul, 2016 11:52 pm Nostrademous, notifications@github.com wrote:

Also, if you "teleport" to a Pokestop and do a straight "search fort" call you are also probably going to be banned in the future as the actual game client does a "get fort details" call before a "fort search". The details gets you the name and the image URL of that picture in the middle (plus other stuff)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tejado/pgoapi/issues/61#issuecomment-234618551, or mute the thread https://github.com/notifications/unsubscribe-auth/AIE7VXxYVnlA1VLDtIztOKAnBQ5Nor55ks5qYQpfgaJpZM4JRXSY .

setyongr commented 8 years ago

@Nostrademous can you tell me what normalized_reticle_size used for? and what is that value mean?

ztukaz commented 8 years ago

the normalized_reticle_size range is 1 - 1.950 right? spin_modifier 1 = true 0 = false normalized hit position = ??? 1 - x?