View Single Post
06-27-16, 06:14 AM   #4
whatisxml
A Murloc Raider
 
whatisxml's Avatar
Join Date: Jun 2016
Posts: 9
Yes, same problem here. I'm able to change it to show all character buffs, move the buffs, I can change its position, and increase scale of the various bars/combo points. But the fading is a mystery.

Much of the fading seems triggered by PLAYER_REGEN_ENABLE and PLAYER_REGEN_DISABLE but it also fades in if the character is out of combat and completes a heal on itself. What event is that?

At any rate I've scoured the codebase for uses of those two REGEN events but none seem to be our culprit.

EDIT: at one point I thought the out-of-combat heal event was even triggered by certain COMBAT_TEXT_UPDATE events but that would just be silly.

Last edited by whatisxml : 06-27-16 at 06:24 AM.