鬼子进了村部 发表于 2024-7-20 15:06:45

求一个迅捷治疗后直接M对方的 宏。

就是对目标释放了迅捷治疗后,M对方一句话。

求大佬给个宏。谢谢

启东1 发表于 2024-7-20 15:45:11

没必要吧,又不是激活,迅捷万一在cd的时候点到宏还是挺尴尬的

楠木2017 发表于 2024-7-20 16:01:37

没必要吧,又不是激活,迅捷万一在cd的时候点到宏还是挺尴尬的哈哈,哑炮

Besson 发表于 2024-7-20 16:33:21

#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]
查看完整版本: 求一个迅捷治疗后直接M对方的 宏。