如图位置:
然后展开: local e = aura_env if not _G[e.id.."Button"] 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[e.id.."Button"] btn:SetAttribute("spell","27046")注:最后一行的数字"27046"为技能对应代码,直接在网上搜对应的替换就可以。