台服的
/startattack
/targetnearestenemy
/castsequence reset=target/dead 冰結之觸,瘟疫打擊
国服的
/startattack
/targetnearestenemy
/castsequence reset=target/dead 冰結之触,暗影打击
这一句/targetnearestenemy的意思是 以最近的敌对目标为攻击对象。
这宏的原理是按顺序施放冰结之触和暗影打击. 以目标死亡为重置
#showtooltip 冰冷触摸(等级 2)
/console Sound_EnableSFX 0;
/castsequence reset=10 冰冷触摸(等级 2),暗影打击(等级 2);
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
最佳答案
#showtooltip 冰冷触摸
/console Sound_EnableSFX 0
/castsequence reset=3 冰冷触摸,暗影打击
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear()
#showtooltips
/cast XX瘟疫,XX瘟疫
就OK 了
其实宏这东西给懒人用的,建议还是手动操作!!