This commit is contained in:
2024-08-24 22:41:08 +02:00
parent 77f1ac5d7a
commit c21f59778f
431 changed files with 68581 additions and 68581 deletions

View File

@@ -1,9 +1,9 @@
function()
local r = WeakAuras.regions['julijatest'].region
local b = CreateFrame("Button", "WEAK AURA NAME HERE", r, "SecureActionButtonTemplate") --Does some crazy shit
b:SetAllPoints() --No idea
b:SetAttribute("unit", "player") --Target I guess?
b:SetAttribute("macro", "DN") --What do // sub macro for spell
b:SetAttribute("type", "macro") --What do again....? // sub macro for spell
end
function()
local r = WeakAuras.regions['julijatest'].region
local b = CreateFrame("Button", "WEAK AURA NAME HERE", r, "SecureActionButtonTemplate") --Does some crazy shit
b:SetAllPoints() --No idea
b:SetAttribute("unit", "player") --Target I guess?
b:SetAttribute("macro", "DN") --What do // sub macro for spell
b:SetAttribute("type", "macro") --What do again....? // sub macro for spell
end
--Goes with PLAYER_ENTERING_WORLD And only with it otherwise doesn't properly load for some reason