View Single Post
01-16-16, 12:31 PM   #11
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Your hook explicitly ignores the PlayerFrame, FocusFrame and PetFrame; if you want it to display the same way as your target frame then just remove if string.find(statusFrame:GetName(),"FocusFrame") == 1 then return end, if you want it to do something differently you'll need to write an exception for it.

I'll have to think about what the best solution for the healing prediction is, since it's probably going to display the absorbs in the wrong spot if it thinks there are incoming heals.

Last edited by semlar : 01-16-16 at 12:37 PM.
  Reply With Quote