Merged
Conversation
bug fix and rebase
added features
bugfix
bugfix for vertical offset
fixed offset bug that has been plaguing the plugin since they removed a method and the Actor canvasLocation is invalid since they added footprint methods. Also added config option for heal rise
modified the heal anchor by changing from a front-offset to a flat perspective shift. This changed config options from a vertical offset to a cardinal setting. Fixes the issue with different zoom levels and strange player heights
healsplat improvements, added prayer restore, brought code up to date with the new worldview changes happening soon. Tidied up the april fools feature and indicated which plugin and how to disable. New list system can better filter out consumed food vs passive healing/restores
Update vitality
Updated to fix implementation of Hitsplat, and fix a few other broken methods. Clarified configs and added runnables to avoid log spam due to null player actors
forgot one debug field
few bugfixes, negative restores won't count as heals of negative value, banking or dropping food won't show as consumed, and heals/restores won't display in the bank
fixed hitsplats not showing, increased timer for event, made safeguards to avoid client desync
|
Internal use only: Reviewer details Maintainer details |
CCatRS
pushed a commit
to CCatRS/plugin-hub
that referenced
this pull request
Apr 2, 2026
* Update vitality bug fix and rebase * Update vitality added features * Update vitality bugfix * Update vitality bugfix for vertical offset * Update vitality fixed offset bug that has been plaguing the plugin since they removed a method and the Actor canvasLocation is invalid since they added footprint methods. Also added config option for heal rise * Update vitality modified the heal anchor by changing from a front-offset to a flat perspective shift. This changed config options from a vertical offset to a cardinal setting. Fixes the issue with different zoom levels and strange player heights * Update vitality healsplat improvements, added prayer restore, brought code up to date with the new worldview changes happening soon. Tidied up the april fools feature and indicated which plugin and how to disable. New list system can better filter out consumed food vs passive healing/restores * Update vitality Updated to fix implementation of Hitsplat, and fix a few other broken methods. Clarified configs and added runnables to avoid log spam due to null player actors * Update vitality forgot one debug field * Update vitality few bugfixes, negative restores won't count as heals of negative value, banking or dropping food won't show as consumed, and heals/restores won't display in the bank * Update vitality fixed hitsplats not showing, increased timer for event, made safeguards to avoid client desync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed hitsplats not showing, increased timer for event, made safeguards to avoid client desync.