23、天神下凡
#showtooltip
/stopcasting
/cast 燃烧
/cast 冰冷血脉
/cast 奥术强化
/cast 气定神闲
/cast 烈焰菇
/cast 加速药水
/cast 14
这里加/stopcasting 是为了防止宏技能CD不刷新
以下宏可根据个人需要更改。
24、
#showtooltip
/cast 炎爆术;火球术
火法专用 快速瞬发脸盆.
25、
#showtooltip
/cast 火球术;灼烧
冰法专用 快速瞬发火球
26、
#showtooltip
/Cast 奥术冲击;奥术飞弹
快被遗忘的奥冲...
27、
#showtooltip
/cast 烈焰风暴;龙息术
瞬发火炉
28、
#showtooltip
/cast 烈焰风暴;冲击波
瞬发火炉
29、
#showtooltip
/stopcasting
/cast 法术偷取;闪现术
30、
#showtooltip
/cast 烈焰风暴;冰锥术
31、
#showtooltip
/cast 解除诅咒;魔爆术;冰霜新星
32、
#showtooltip
/stopcasting
/Cast 奥术冲击;奥术飞弹
33、
#showtooltip
/cast 寒冰护体;野魔花;法力护盾
冰法就将寒冰护体和法力护盾换下位置
施法打断提示宏,某高人写的 时间太久不记得了
下面3个宏是绑在一起的 进入游戏后按顺序各点一次。
之后你每打断掉别人的施法就会小队喊话
/p 我打断了的
并且技能还是个连接 可以看到一些怪物的奇特法术。
34、打断提示宏1
/run function SIS_M(a,b,c,d,e,f,g,type) SendChatMessage(" 我打断了 的 \124cff71d5ff\124Hspell:"..f.."\124h\124h\124r。",type);end
35、打断提示宏2
/run function EV_M(...) local a,v,_,b,_,_,c,_,d,e,_,f,g=...;if (v=="SPELL_INTERRUPT" and SIS_M) then SIS_M(a,b,c,d,e,f,g,"partty");end end
----"partty"代表小队 可以改为"say" "yell" "raid"等。
36、打断提示宏3"
/run if (not MSG_F) then CreateFrame("Frame","MSG_F",UIParent);end MSG_F:RegisterEvent("COMBAT_LOG_EVENT");MSG_F:SetScript("OnEvent",function(_,_,...) if (EV_M) then EV_M(...);end end);