今天刚查到的宏,学习

=======================PVP常用的宏==========================

#showtooltip 心智冰封
/cast [target=mouseover,exists,harm] 心智冰封;心智冰封
说明:技能释放对象优先程度:鼠标指向目标>你当前的目标

拉人宏:
#showtooltip 死亡之握
/stopcasting
/Cast [modifier:shift,target=focus,exists,harm] 死亡之握; [target=mouseover,exists,harm]死亡之握; 死亡之握
说明:技能释放对象优先程度:按住shift是拉焦点,不按优先鼠标目标,然后是你当前的目标。

远程沉默宏:
#showtooltip 绞杀
/stopcasting
/Cast [modifier:shift,target=focus,exists,harm] 绞杀;[target=mouseover,exists,harm]绞杀;绞杀
说明:技能释放对象优先程度:按住shift是绞杀焦点,不按优先鼠标目标,然后是你当前的目标。

BB晕人宏:
#showtooltip 啃食
/Cast [modifier:shift,target=focus,exists,harm] 啃食; [target=pettarget,exists,harm]啃食; 啃食
说明:按住shift是昏焦点,不按优先BB的目标,然后是你当前的目标。

 

===============10HTOC小强拉冰宏=======================

#show 死亡之握
/cleartarget
/targetexact 冰霜之球
/focus
/target 阿努巴拉克
/stopmacro [target=focus,noexists]
/script SetRaidTargetIcon("focus", 8);
/cast [target=focus] 死亡之握
/targetexact 冰霜之球

/*清除目标*/
/*精确选择冰霜之球为目标*/
/*将当前目标设置为焦点*/
/*选择阿努巴拉克为目标*/
/*当焦点不存在时,停止运行此宏*/
/*为焦点设置团队标记代号为8的图案*/
/*对焦点施放死亡之握*/
/*精确选择冰霜之球为目标*/

posted @ 2010-12-24 15:51  Kaming's SAP  阅读(362)  评论(0编辑  收藏  举报