冀苍鸾 发表于 2024-9-9 22:05:00

求教一个火元素点击监控WA+宏

local e = aura_env
if not _G then
    local region = WeakAuras.GetRegion(e.id)
    e.btn = CreateFrame("Button", e.id.."Button", region, "SecureActionButtonTemplate")
    e.btn:SetAttribute("type", "spell")
    e.btn:SetAllPoints(region)
end
local btn = _G
local m = "/use 狂野魔法药水"
btn:SetAttribute("spell","火元素图腾")


请问大佬,这个地方哪里错了?
目前是点图标可以触发火元素,单魔法药水不吃。
页: [1]
查看完整版本: 求教一个火元素点击监控WA+宏