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

How catch_randomize_reticle_factor and catch_randomize_spin_factor work? #4047

Closed
bidakung opened this issue Aug 16, 2016 · 2 comments
Closed

Comments

@bidakung
Copy link

I am trying to configure bot to throw PokeBall with some error, and my config is

"catch_randomize_reticle_factor": 0.5,
"catch_randomize_spin_factor": 0.9,

but my bot still throw Excellent and curve ball. i dont know this is bug or misconfiguration.

Thank you.

@mjmadsen
Copy link
Contributor

Those values are no longer used.

Use the following instead
"catch_throw_parameters": { "excellent_rate": 0.1, "great_rate": 0.5, "nice_rate": 0.3, "normal_rate": 0.1, "spin_success_rate" : 0.6 }

@bidakung
Copy link
Author

Thank you. It now works.

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