wow求几个实用的骑士宏

来源:百度知道 编辑:UC知道 时间:2024/06/15 10:33:24
从没用过宏 。。

小气,给点分啊!不过看在你也是QS的份上,给你几个
用圣光闪或者圣光术治疗鼠标指向的人(在团队投向显示插件中), 并且不会有"法术还没准备好"的声音:
圣光闪:
#showtooltips 圣光闪现
/run SetCVar("Sound_EnableSFX","0")
/cast [target=mouseover, help] [ ] 圣光闪现
/run SetCVar("Sound_EnableSFX","1")
圣光术:
#showtooltips 圣光术
/run SetCVar("Sound_EnableSFX","0")
/cast [target=mouseover, help] [ ] 圣光术
/run SetCVar("Sound_EnableSFX","1")
如果需要的话,在后面加上等级,例如: 圣光术(等级 11) 把 11 换成其他对应的就可以了
`````````````````````````
带M语的保护祝福:
/stopcasting
/cast 保护祝福(等级 3)
/run local name, realm = UnitName("target"); if realm then name = name.." - "..realm; end SendChatMessage("*** 你获得了保护祝福 ***", "WHISPER", nil, name);
`````````````````````````
嘲讽鼠标指向的目标:
#showtooltip 正义防御
/cast [help] 正义防御; [target=mouseover,exists,help] 正义防御;[target=targettarget,exists