wow 谁能给个变样宏 要求成功喊话不成功不喊,上马宏 能上马喊下吗不喊,唤醒宏 1秒句话的那种。
发布网友
发布时间:2022-04-26 02:31
我来回答
共3个回答
热心网友
时间:2023-10-05 07:38
/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")
这个是你要的宏
需要修改宏里的 “技能名” 和 喊话内容追问/cast 技能名
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="技能名" then SendChatMessage("%T技能成功施放后的喊话内容###","yell") end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
这样就能喊出怪的名字了 ,谢谢的宏
热心网友
时间:2023-10-05 07:38
宏1:
#showtooltip
/cast [harm] 变形术
/stopmacro [noharm]
/Y 正在把%t变羊!别去碰它!
宏2:
#showtooltip
/cast 唤醒
/in 1 唤醒倒计时数字
/in 2 唤醒倒计时数字
/in 3 唤醒倒计时数字
热心网友
时间:2023-10-05 07:39
你去多玩官网的宏命令库 里面有最齐全的全职业宏 都是千锤百炼的