I'd have to say this is normal, the function that checks the range of a unit gets called every OnUpdate frame, even when the blizzard raid frames aren't shown. They mentioned it in their code...
--DEBUG FIXME - We should really try to avoid having OnUpdate on every frame. An event when going in/out of range would be greatly preferred.
function CompactUnitFrame_OnUpdate(self, elapsed)
CompactUnitFrame_UpdateInRange(self);
CompactUnitFrame_UpdateDistance(self);
CompactUnitFrame_CheckReadyCheckDecay(self, elapsed);
end
The addon is only hooking that one function, even just as an empty hook it would take around 2.50ms/s in idle mode. I could try to make it slightly more efficient but I think blizzard code is relatively the biggest cpu hog
We could also ask Blizzard kindly to add a cvar or global for controlling the alpha instead of having to hook it
Well gotta double check then, i was in a raid group but in dalaran not in a raid instance like antorus or BG's (it was just to test if i can see the fade options).
Yea i was in Antorus raid and BG's to check and no options for me :( Is this because i'm using Elvui? (but i use blizzard raid frame), idk if you can help me, otherwise it's okay
I tested with ElvUI and the options showed up for me at least. Did you try disabling all other addons to see if any are interfering? Are you by any chance using HideRaidFrame?
No idea what what you mean with "antidote for the corruption". If you mean taint, there is Blizzard Raid Interface Antidote which was apparently inspired by my old FixRaidTaint
It would be a cool feature if this addon also faded the little widget attached to the left side of the window. Have an option to fade on mouseover. That way it only shows up when you move your mouse on top of it.
Well, addons which correct this little annoyance do exist, like DejaPRFader for example... But I agree and second that : if only one addon could take care of all those small fading details...
In reply to Bogdanov89:
Done, sorry for the delay
In reply to Ketho17:
Thank you very much!
Eventhough I really love this addon, is this normal?
https://prnt.sc/l06c75
It's a major CPU hog for some reason :/
In reply to Forge_User_29382152:
The addon is only hooking that one function, even just as an empty hook it would take around 2.50ms/s in idle mode. I could try to make it slightly more efficient but I think blizzard code is relatively the biggest cpu hog
We could also ask Blizzard kindly to add a cvar or global for controlling the alpha instead of having to hook it
https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/CompactUnitFrame.lua#L655
For some reason i can't see the option when in a raid with the last update (first time using this addon btw)
In reply to Forge_User_11312074:
I just checked in a battleground and for me they seem to appear
In reply to Ketho:
In reply to Ketho:
In reply to Forge_User_11312074:
In reply to Ketho:
One of the best WoW addons, thank you!
P.S. No issues with 7.2 :)
You're welcome
Great addon!
I have just a couple of questions:
- Is there any way to show the raid bars when you are going solo?
- Can you integrate the antidote for the corruption (happens too often in public groups :( )
https://gist.github.com/anonymous/5e3af3921023de4d837c04b9f6527bfd
thanks, that snippet works great especially with the interface antidote tha prevents the taint :D
You have no idea how much I wanted this addon, thank you!
You're welcome, I honestly can't live without this addon
It would be a cool feature if this addon also faded the little widget attached to the left side of the window. Have an option to fade on mouseover. That way it only shows up when you move your mouse on top of it.
Hello there !
Well, addons which correct this little annoyance do exist, like DejaPRFader for example... But I agree and second that : if only one addon could take care of all those small fading details...
Cheers !
Benjamin
Hey really nice addon! love this, been looking for something like this since i dont use the other raid addons.
Just wondering, if you could possibly update this to more WoD related updated? haven't had any issues jsut wondering =)