View Single Post
09-22-14, 09:57 AM   #4
Ereki
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 25
Originally Posted by zork View Post
https://code.google.com/p/rothui/sou...n.lua&old=1281

Lua Code:
  1. <widget>:SetSwipeColor(r, g, b, [a])
  2. <widget>:SetSwipeTexture(file, [r, g, b, a])
  3. <widget>:SetDrawSwipe(boolean)
  4. --<widget>:SetEdgeColor(r, g, b, [a])
  5. <widget>:SetEdgeTexture(file, [r, g, b, a])
  6. <widget>:SetDrawEdge(boolean)
  7. <widget>:SetCooldown(start,duration)

Source: http://www.wowinterface.com/forums/s...ad.php?t=49501
Thanks <widget>:SetSwipeColor(r, g, b, [a]) fixes the alpha of the cooldown spiral but the coodown spiral is still square and doesn't really fit the runes at all which isn't the case on live. On live the sprial is contained within the borders of the rune.

Although I just tested it and it seems to be on the standard RuneFrame as well so I guess this is a bug on Blizzards side.
  Reply With Quote