View Single Post
03-28-13, 03:13 AM   #3
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
If I understood haste correctly boss frames are now real unitframes. Thus they should poll events like UNIT_HEALTH/UNIT_POWER on unit basis.

Thus you should be able to do sth like this:

Lua Code:
  1. RegisterUnitEvent("UNIT_HEALTH","boss1","boss2","boss3","boss4","boss5")
  2. RegisterUnitEvent("UNIT_POWER","boss1","boss2","boss3","boss4","boss5")

Either this is not working as intended or sth else is wrong. Either way. The bossframes do not update correctly atm.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 03-28-13 at 03:21 AM.
  Reply With Quote