魔兽世界战士冲锋喊话的宏怎么做?

2024-11-29 22:59:51
推荐回答(2个)
回答1:

你要的宏

/cast 冲锋
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="冲锋" then SendChatMessage("###冲锋喊话内容###","yell") end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")

只要冲锋这个技能还没有使出时就不会喊话的宏,希望对你有用

回答2:

除了狂暴战,进战斗也能冲锋的吧。
判定宏现在被禁了不能用