求一个迅捷治疗后直接M对方的 宏。
就是对目标释放了迅捷治疗后,M对方一句话。求大佬给个宏。谢谢 没必要吧,又不是激活,迅捷万一在cd的时候点到宏还是挺尴尬的 没必要吧,又不是激活,迅捷万一在cd的时候点到宏还是挺尴尬的哈哈,哑炮 #showtooltip 迅捷治疗
/cast [@mouseover,help,nodead][@player] 迅捷治疗
/script if (UnitExists("mouseover") and UnitIsFriend("player", "mouseover") and not UnitIsDead("mouseover")) then SendChatMessage("已对你施放迅捷治疗!", "WHISPER", nil, UnitName("mouseover")) elseif (UnitExists("target") and UnitIsFriend("player", "target") and not UnitIsDead("target")) then SendChatMessage("已对你施放迅捷治疗!", "WHISPER", nil, UnitName("target")) end
页:
[1]