-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fix: skill overflow event not posted #3146
Conversation
I have detected some issues with your pull request: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while this properly reverts the removal of the old code, the old code was flawed if i see this correctly:
we compare two xp values exactly, not if the xp value is exceeded, this event will almost never get triggered in practice, right? (im blind sry)
also this will not trigger for overflow between 50 and 60 for skills that are max at 50 from hypixel
do you want to fix this in this pr or should we merge it as is and do this later?
I think that might need to be saved for the future unless I'm missing an obvious way to do that (I don't see anywhere that we have max skill caps stored, only default skill caps?). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its fine
What
Fixes SkillOverflowLevelUpEvent never being posted (not sure if this was an intentional removal; it was removed in #3068 without any mention). Also removes unneeded dependency of overflow level up message on the skill progress display.
Images
Changelog Fixes