Existing user? Sign in
Sign up
Games
Servers
Useful
User
Pass
2FA
[All classes][Health Frames] UNIT_HEAL_PREDICTION
Freakz Forum Index
->
Trash Bin
->
WOW
->
Fixed / Closed bugs
Author
Message
784
sadolock
[Mentally Stable]
Status: Offline
(since 07-05-2024 20:53)
Joined: 31 Oct 2013
Posts: 194
,
Topics: 39
Location:
127.0.0.1
Reputation:
174.6
Votes
: 10
Posted: 03-12-2018, 12:23:20
| Translate post to:
... (
Click for more languages
)
WoW Freakz link: //
Bug description: The event UNIT_HEAL_PREDICTION doesn't fire on cast time based healing spells (Example : Flash of Light), works only on Healing over-time effects. This event is very useful on healing specs, especially while you're raiding, as the UnitGetIncomingHeals(unit) API updates the Raid Frames health and makes you be more efficient with your mana.
On top of that, the cast time based healings updated on UnitGetIncomingHeals should also add the healing over time effects in the maths, in case it doesn't, just so you know about it too (proof in the Blizzard proof video). For example let's say the unit has Rejuvenation on them ticking for 4k/s and you start casting a Regrowth that will heal for 10k. The overall healing returned on UnitGetIncomingHeals should be the 4k + 10k.
The only part working correctly at the moment is for healing over-time effects, returning the next tick value, which is how it's supposed to work for hots.
Freakz Bug Proof:
https://youtube.com/watch?v=FunYtJDL0MA:
Blizzard Proof:
https://youtube.com/watch?v=Mf270CG2sPQ:
You can debug in-game with the following frame:
Code:
local healpredictionFrame = CreateFrame("frame")
healpredictionFrame:RegisterEvent("UNIT_HEAL_PREDICTION")
local function healPredictionHandler(self,event,...)
local healIncoming = UnitGetIncomingHeals("player")
print("Incoming heal prediction for Player - " .. healIncoming)
end
healpredictionFrame:SetScript("OnEvent",healPredictionHandler)
WoW Progress Profile
0
0
Back to top
Freakz Forum Index
->
Trash Bin
->
WOW
->
Fixed / Closed bugs
The time now is 13-06-2025, 19:13:56
Copyright info
Based on phpBB
ro
/
com
B
Login
I forgot my password
World of Warcraft
Login for more...
Download WoW 7.3.5
Misc
eSports
Achievements
Buy reputation with votes
Reputation trades
Forum rules
Ban list
Members list
User guide (FAQ)
World of Warcraft
View details