魔兽世界求一个喊话宏
- 游戏信息
- 发布时间:2025-06-21 12:06:13

宏,不会那么智能,而是立即执行的!
给你一个,根据你的表示的意思,你测试一下!
#showtooltip 冲锋
/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")
只要冲锋这个技能还没有使出时就不会喊话的宏!