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

Throw ball miss % parameter? #4458

Closed
Gurzeh opened this issue Aug 21, 2016 · 2 comments
Closed

Throw ball miss % parameter? #4458

Gurzeh opened this issue Aug 21, 2016 · 2 comments

Comments

@Gurzeh
Copy link
Contributor

Gurzeh commented Aug 21, 2016

Question

What is the parameter that control the % of missed balls
Pokeball thrown to XXX missed.. trying again!

At some point I remember that Bot never missed (which was definitively weird) but I could not find a corresponding parameter in config files or doc.

Thx for the help.

@nowak-mateusz
Copy link
Contributor

nowak-mateusz commented Aug 21, 2016

 "catch_throw_parameters": {
            "excellent_rate": 0.1,
            "great_rate": 0.2,
            "nice_rate": 0.3,
            "normal_rate": 0.4,
            "spin_success_rate" : 0.6,
            "hit_rate": 0.75
          },

setting hit_rate is responsible for miss ball
master or dev?
always check config.json.example for diff ;)

@Gurzeh
Copy link
Contributor Author

Gurzeh commented Aug 21, 2016

@nowak-mateusz thx, so it is hit_rate. It was not in my config, so I guess there is a default. Many thanks for this quick reply.

@Gurzeh Gurzeh closed this as completed Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants