Giter Club home page Giter Club logo

Comments (14)

mikeres0 avatar mikeres0 commented on July 20, 2024 2

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

  • To retrieve all locations using api.get_map_objects
  • Filter the JSON response to find pokestops
  • Use the api.set_position call to update the players location to the pokestop
  • Call api.fort_search which should open up the pokestop?

Please correct me if I am wrong.

from pgoapi.

tejado avatar tejado commented on July 20, 2024 1

? function FORT_SEARCH is supported

from pgoapi.

tejado avatar tejado commented on July 20, 2024 1

yea, correctly.

from pgoapi.

manojprithvee avatar manojprithvee commented on July 20, 2024 1

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)

from pgoapi.

manojprithvee avatar manojprithvee commented on July 20, 2024

Thank you very much.!!

from pgoapi.

mikeres0 avatar mikeres0 commented on July 20, 2024

@tejado thank you

from pgoapi.

manojprithvee avatar manojprithvee commented on July 20, 2024

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

from pgoapi.

ahmadassaf avatar ahmadassaf commented on July 20, 2024

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

from pgoapi.

samuelteixeiras avatar samuelteixeiras commented on July 20, 2024

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

from pgoapi.

Nostrademous avatar Nostrademous commented on July 20, 2024

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)

from pgoapi.

Nostrademous avatar Nostrademous commented on July 20, 2024

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)

from pgoapi.

manojprithvee avatar manojprithvee commented on July 20, 2024

Thank you and will follow !!

On Fri 22 Jul, 2016 11:52 pm Nostrademous, [email protected] 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
#61 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AIE7VXxYVnlA1VLDtIztOKAnBQ5Nor55ks5qYQpfgaJpZM4JRXSY
.

from pgoapi.

setyongr avatar setyongr commented on July 20, 2024

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

from pgoapi.

ztukaz avatar ztukaz commented on July 20, 2024

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

from pgoapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.