View Single Post
03-04-11, 04:04 PM   #3
grom
A Deviate Faerie Dragon
Join Date: Jun 2006
Posts: 17
I tried that, but it needs the frame name as far as i understand it. I want it to work without specifying the frame.

I could probably do PlayerFrameHealthBar:HookScript("SetStatusBarColor", ModSetStatusBarColor(self)) but then i'd have to do it for every frame.

To reword my request:

Some blizzard or addon code executes object:SetStatusBarColor(r, g, b, a). Instead of using the given r, g, b values it should use my modified values (e.g. r*0.8, g*0.8, b*0.8).

Last edited by grom : 03-04-11 at 04:08 PM.
  Reply With Quote