
我用的你看下#showtooltip 致盲/闷棍/脚踢/暗影步 /cast [target=focus] 致盲/闷棍/脚踢/暗影步 分别是盲/闷/踢/暗影步 焦点,是对焦点目标的控制,需要单独做4个,需要用到组合键,比如你的致盲是1键,那么把这个宏设置成Alt+1,方便使用,其他同理。 /stopcasting /施放 [target=focus,mod][target=mouseover,harm][]致盲 /脚本 u=UnitName f='focus'm='mouseover't='target'a=IsModifiedClick()and f or u(m)and m or t if 0==GetSpellCooldown('致盲')and u(a)then SendChatMessage(u(a)..' 已被致盲!','YELL')end 最后的"YELL"是喊话 "PARTY"是队伍 "RAID"是团队 alt+点击=焦点致盲 盲谁就喊谁的名字,包括鼠标指向,盲焦点,盲当前目标!#show 致盲 /cast [target=focus,harm,exists,modifier:alt]致盲; /cast [target=mouseover, harm, exists]致盲; /cast 致盲 比上面焦点致盲宏多了个对鼠标滑过目标致盲的功能,如果没有则盲当前目标,按住alt点 则盲焦点目标,同理可以改成脚踢。(用这个就不要用上面的了)
