View Single Post
08-21-09, 02:19 AM   #1
WIuser
A Murloc Raider
 
WIuser's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 8
Updating Bars of Target/TargetTarget

Hi All

Ive manage to get target and target bars to update correctly, but the power bars arnt updating.

For the tanks, they are updating fine but the tanktarget and tanktargettarget do not update power bars.

health is updating fine

i noticed that in ouf/health.lua in the Enable function there is a line
Code:
if(health.frequentUpdates and (self.unit and not self.unit:match'%w+target$') or not self.unit) then
but in the power.lua file it uses
Code:
if(power.frequentUpdates and (unit == 'player' or unit == 'pet')) then
if i change the code in the power.lua my power bars all work fine.

any suggestions here?

Last edited by WIuser : 08-22-09 at 12:48 AM. Reason: Original post not relevent anymore
  Reply With Quote