-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heal Prediction: fix lookAhead being ignored on multiple frames
Related to #11. 6310e2a If there was more than one unitframe with the same GUID, the Heal Prediction bar would always assume no lookAhead on the previous unitframes. After some investigation, I concluded that HealComm4 element from ElvUI was somehow conflicting with PZ, and since it is only being used for ElvUI HP, it is best to disable it completely and solely rely on PZ element. Another alternative that gave satisfying results would be defining self.HealCommTimeframe, although it would be wasting cpu for no reason.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
cfee0c8
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.
This is great - but I can't seem to find any information on where this element becomes available through the UI for modification?
Preferable would be having the following logic available, where a time frame can be given for the player (self) and for other players (others) separately.
But even just being able to section out HoTs from Direct Heals would make a massive difference in QoL for healers.
For self:
HoTs
Direct Heals
For others:
HoTs
Direct Heals