这里[target=unit]是一个特殊的条件选项,它并不检测条件是否成立,而是改变施法的目标以其他条件选项的目标。“unit”可以是任何有效的unit类型,例如“player”,“target”,“targettarget”,“party1”,“party1target”,等等。想了解更多的unit类型,可以去这里:[http://www.wowwiki.com/UnitId ] 请注意,任何一...
/target Pugar //选择自己,假设自己的名字是Pugar /cast Lesser Heal (Rank 1) //施展次级治疗rank1 /script TargetLastEnemy(); //重新选择刚刚选择的敌人 /script AttackTarget(); //攻击,等同于右键点击敌人 18.对于一个术士很有用的宏:首先将目标转为拖怪手或者坦克正在攻击的目标,然后命令宠物向前攻击...
This macro will cast Flash Heal on a friendly target if you (not the target) are in combat. If you are not in combat and the target is friendly, it will cast Greater Heal. If neither of these is true (i.e. the target is not friendly) it will cast Smite. /cast [help] Greater ...
/target Pugar //选择自己,假设自己的名字是Pugar /cast Lesser Heal (Rank 1) //施展次级治疗rank1 /script TargetLastEnemy(); //重新选择刚刚选择的敌人 /script AttackTarget(); //攻击,等同于右键点击敌人 18.对于一个术士很有用的宏:首先将目标转为拖怪手或者坦克正在攻击的目标,然后命令宠物向...
首先,回车,再敲/MACRO。看见了吧?会弹出一个窗口,上面有New(新建宏命令)和Complete(完成宏命令)两个按键。点New,又会弹出一个窗口,哇,花花绿绿的,里面包括了WOW几乎所有的技能图标,随你喜欢,随便选一个!它就是你设置的宏命令的图标了,给它取个名字吧!方便你用的时候好找。然后回到...
Requested WoW macro facebooktweet I play a shadow priest, and can’t seem to get my dps up to save my life. I’ve played with different spell rotations, and while they seem to get better, nothing hits the mark. I would like something that will automatically give me the best spell ...
/Target 这是一个自动选择目标的命令,你可以在宏里输入/Target (xxx),那么当你按下这个宏时,你将自动选定这个叫xxx的目标。/in 这是一个延时命令,时间以秒为单位.同时它不支持攻击指令.格式:/in 3 dance 三秒后跳舞,如/in 3 dance,就是在3秒后跳舞,/say start!/in 3 say 3s later ...
Hold alt and press the macro to PI yourself. Pressing it normally will cast it on the party member you have designated. /cast [modifier:alt,target=player][target=TEAMMATE] Power Infusion 这个宏需要将你队友的名字填到相应位置(“你队友的名字”),按住Alt+宏,将会对你自己施放能量灌注,直接按下,...
第一句:/target 张三 这句话的意思是选中屏幕中叫“张三”的玩家。因为是给自己上绷带,所以名称肯定是自己没错了。前章有过关于这个命令的例子。第二句:/script UserContainerItem(4,11)/script是系统提供的关键字,后面跟函数(啥是函数?这个暂时不需要明白,我怎么写,你也怎么写。先体会体会)...
常用的宏命令:1、技能命令 /cast释放一个或多个技能,可以加入一些条件判断,是最常用的命令。/castsequence依次释放释放数个技能,同样可以加入一些条件判断,常见于所谓的"无脑宏"。/use使用一个物品,可以直接用物品名称也可以用物品栏位置。2、动作命令 /cancelform取消变形 /cancelaura取消状态或...