Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Hahatoon
Forum: Lua/XML Help 12-07-12, 09:13 AM
Replies: 5
Views: 11,404
Posted By Hahatoon
Thanks for help! But it worked for me only with...

Thanks for help! But it worked for me only with this code

local f = CreateFrame("Button") --Button instead Frame
f:RegisterUnitEvent("UNIT_AURA", "player")
f:SetScript("OnEvent", function()
if...
Forum: Lua/XML Help 11-23-12, 06:20 AM
Replies: 5
Views: 11,404
Posted By Hahatoon
Question ShowOverlayGlow

Hi! I'm new to Lua :( I'm trying to apply WoW ingame proc glow effect to ActionButton if player has a certain buff.

Here is the code


frame = CreateFrame("Frame")
frame:SetScript("OnUpdate",...
Showing results 1 to 2 of 2