This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
There is no good way to do this currently. It requires redesigning one-or-other thing to accommodate it, like how the flash animation works, or moving icons to different draw layers.
@Morsker: Go You can suppress showing of the icons by using self.NameFrame:DisableDrawLayer("OVERLAY") as long as all the icons are children of NameFrame, which I think they are. But the names are in there too, including the spell name. I don't like having the spell name in NameFrame instead of Castbar, but I needed it to be visible, and still fading out, after the Castbar hides itself. Maybe I should have replaced Castbar's OnUpdate handler with a different one for the end-cast flash animation, to keep Castbar from auto-hiding itself. Then the spell name wouldn't be in NameFrame, and hiding NameFrame's OVERLAY layer would get rid of the icons.
To post a comment, please login or register a new account.