然后展开: 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"为技能对应代码,直接在网上搜对应的替换就可以。
作者: 劳心忉忉卫 时间: 2024-11-12 01:26
mark一下作者: 狂人阿飙湛 时间: 2024-11-12 01:30
收藏备用作者: 您脱风云错 时间: 2024-11-12 01:39
厉害666666