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
catching pokemon should result in excellent like before used to get 210 xp
catching pokemon only results in curve capture getting only 110 xp
check the xp during capture
OS: Windows 10 Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 63b4387
The text was updated successfully, but these errors were encountered:
15a0344 (API update fixes (i2f etc) and lured pokemon catching (#1163)) regression caused by the above check in. it was working fine before.
Sorry, something went wrong.
So pokemon catch was always "excellent + curve" before? Isn't that behavior easily detectable?
yes it was. ya i think it was kind of easily detectable, may be random change will help
Please upgrade to the latest dev branch by running this command:
dev
git reset --hard git pull -f
Then run this command: pip install --upgrade -r requirements.txt
pip install --upgrade -r requirements.txt
If issue persists, open a new issue.
/closed
No branches or pull requests
Expected Behavior
catching pokemon should result in excellent like before
used to get 210 xp
Actual Behavior
catching pokemon only results in curve capture
getting only 110 xp
Steps to Reproduce
check the xp during capture
Other Information
OS: Windows 10
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
63b4387
The text was updated successfully, but these errors were encountered: