Results: 3Comments by: Gezzdt
File: Shadowed Unit Frames12-30-13
Mana depletes correctly. You likely...
Posted By: Gezzdt
Mana depletes correctly. You likely configured the backgrounds in such a way that they are the same color and so it appears to not deplete. I don't plan on making buff/debuff click throughable. You were right, another addon conflicted, AfterCombatText. When i disable it manabar is working again.
File: Shadowed Unit Frames12-30-13
Hey, Just started using these Un...
Posted By: Gezzdt
Hey, Just started using these Unit Frames again and just wondering why the mana isn't depleting? I've just been spamming Arcane Blast and it's not goign down. Could it be something I've set-up incorrectly? Cheers I noticed the same behavior. I deleted the settings and tried again but got the same result. And could you an...
File: bUnitFrames10-18-12
you can edit the castbar.lua in lin...
Posted By: Gezzdt
you can edit the castbar.lua in line 21 change: bUnitFrames.MakeCastbar = function(self) if not self.panel then return end to bUnitFrames.MakeCastbar = function(self) if self.panel then return end delete the >not< and save the file. reload ui and all castbars are gone.