Thread Tools Display Modes
06-09-19, 05:22 AM   #1
darhanger
A Fallenroot Satyr
 
darhanger's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2017
Posts: 20
Need Dynamic Weak Aura's glow effect at Icon Edge

Hello all! Try to find custom function to glow my skill on bar by spell name or spell id without binding to a key.



Code:
if GetSpellInfo(42891) then
    LibStub("LibButtonGlow-1.0").ShowOverlayGlow(WeakAuras.regions[aura_env.id].region)
else 
    LibStub("LibButtonGlow-1.0").HideOverlayGlow(WeakAuras.regions[aura_env.id].region)
end
Something like dat, but dat not working. Need to glow if trigger true
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Need Dynamic Weak Aura's glow effect at Icon Edge

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off