We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 }
"catch_throw_parameters": { "excellent_rate": 0.1, "great_rate": 0.5, "nice_rate": 0.3, "normal_rate": 0.1, "spin_success_rate" : 0.6 }
Sorry, something went wrong.
Thank you. It now works.
No branches or pull requests
I am trying to configure bot to throw PokeBall with some error, and my config is
but my bot still throw Excellent and curve ball. i dont know this is bug or misconfiguration.
Thank you.
The text was updated successfully, but these errors were encountered: