View Single Post
04-29-19, 08:16 AM   #8
Brkymrky
A Murloc Raider
Join Date: Apr 2019
Posts: 8
when tinkering with the settings of skins I noticed that if I change "shape" the proc texture also changes, but it only works for square and circle.

Shape = "Square", >>>>> Shape = "Circle",

if I do that for example proc texture becomes circular. tried it with hexagon, hexagonal and diamond. none of them worked. another option is completely disabling it and using another addon for action bar proc display I guess.

if you don't mind I'd like to ask another small question, there is a... flashing texture when a skill completes its cooldown. don't know how to describe it, it's like a small star. it has a square shape. how I can make it circular as well? what's its name in masque?

edit: its called "bling". I'll do more research, hope I can find a way to change

edit2: found a way to disable it as it clashes my textures




hooksecurefunc(getmetatable(CreateFrame('cooldown')).__index, 'SetCooldown', function(self)
self:SetDrawBling(false)
end)



paste it into addon

Last edited by Brkymrky : 04-29-19 at 12:05 PM.
  Reply With Quote