-
-
Notifications
You must be signed in to change notification settings - Fork 631
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 checks on player death, player speed breakpoint and misc enhancements #378
Conversation
It should say blessings not "blesses", a small nitpick but the devil's in the details! |
should be good now! |
it works? |
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.
Little fixes:
When a player dies, the message of lost blessings is showing to every online player.
If a player is with adventurer's blessing(configured in blessings.lua), after death, he needs to logout and login to receive the blessings again (issue #404).
22694fc
to
786e84c
Compare
2bf2cde
to
3e553ff
Compare
Kudos, SonarCloud Quality Gate passed! |
…ents (#378) ### Added tag in config.lua for: * Max critical chance of imbuements * Adventurers blessing level * Inventory glow on five bless ### Fixed: * Set default maxSpeed for 70000 * Still blessed after dead for work with "no disconnect on death" * Player targetting after dead for work with "no disconnect on death" * Adventurer blessing logic for work with "no disconnect on death"
Added tag in config.lua for:
Fixed:
Resolves: #290
Resolves: #291
Resolves: #327
Resolves: #354
Resolves: #404
Type of change