WOW法师常用的按键宏

如题所述

#showtooltip 法术反制
/stopcasting
/cast [target=focus] 法术反制
焦点反制宏

#showtooltip 法术反制
/stopcasting
/Cast [modifier:alt,target=focus,exists] 法术反制;法术反制
焦点反制宏,ALT变焦点否则反制当前目标

#showtooltip 闪现术
/stopcasting
/cast 闪现术
打断闪现宏

/cast [noharm] 魔爆术(等级 1);魔爆术
有目标顶级魔爆,没有1级魔爆

不按alt冰枪打当前目标,按住alt打所有的图腾(注意了,有图腾就打)
/#showtooltip 冰枪术
/Cast [modifier:alt,target=图腾,exists] 冰枪术;冰枪术

#showtooltip 变形术(等级 1)
/cast [target=mouseover,exists]变形术(等级 1);变形术(等级 1)
无脑变羊宏

#showtooltip [pet] 冰冻术; [nopet] 召唤水元素
/cast [nopet] 召唤水元素
/cast [target=pet,dead] 召唤水元素
/click PetActionButtonA A=冰环数字
/petattack
水元素宏

/script PetDismiss();
/cast 急速冷却
急冷之前解散水元素

#showtooltip [pet] 冰冻术;[nopet] 召唤水元素
/cast [nopet] 召唤水元素
/cast [target=pet,dead] 召唤水元素
/click [pet] PetActionButtonA A=攻击数字
/[noharm]click PetActionButtonB B=被动数字
/[noharm]petfollow
/[harm]petattack
宝宝+远程Nova+有目标攻击+无目标被动跟随宏 感谢:打火机

#showtooltip 制造魔法玉石
/script local g,i,j=GetContainerItemLink for i=0,4 do for j=1,20 do if g(i,j) then if strfind(g(i,j),":22044:") then PickupContainerItem(i,j) DeleteCursorItem() end end end end
/cast 制造魔法玉石
摧毁当前法力刚玉并且重新制作1个的宏

#showtooltip 变形术(等级 1)
/cast [modifier:alt,target=focus,exists] 变形术(等级 1); 变形术(等级 1)
焦点变羊宏,ALT变焦点否则变当前目标

/cast [modifier:alt] 寒冰箭(等级 1); 寒冰箭(等级 13)
按住alt键则是一级冰箭,否则是顶级冰箭

#showtooltip 气定神闲
/stopcasting
/cast 奥术强化
/stopcasting
/use 14
/cast 气定神闲
/stopcasting
/cast 炎爆术(等级 10)
大脸盆宏

#showtooltip 寒冰箭
/cast [harm]寒冰箭;暴风雪(等级 1)
有目标冰箭,无目标1级暴风雪

#showtooltip 火焰冲击
/cast [harm]火焰冲击(等级 9);魔爆术(等级 1)
有目标火冲,无目标1级奥爆

#showtooltip 变形术(等级 1)
/cast [harm]变形术(等级 1);暴风雪(等级 1)
有目标变羊,无目标1级暴风雪

/castsequence 奥术智慧,魔法抑制,熔岩护甲
一键BUFF

/invite edwina
/script LeaveParty()
重置宏

其他一些常用命令
/petattack 宠物攻击
/petfollow 跟随
/petstay 停留
/petpassive 被动模式
/petdefensive 防御模式
/petaggressive 主动攻击
/petautocaston <spell> 自动施放技能打开,比如冰球
/petautocastoff <spell> 自动施放技能关闭

/CAST 防御姿态
/EQUIP 角斗士的右拳刃
/EQUIP 勇猛者的白金盾牌
/CAST 法术反射

/CAST 战斗姿态
/EQUIP 风暴使者

#showtooltip 奥术飞弹
/cast [nochanneling,nomodifier] 奥术飞弹

/use [nomodifier] 魔法冰川水
/use [nomodifier] 魔法羊角面包
/cast [modifier:shift, button:2] 造食术(等级 8);[modifier:shift] 造水术(等级 9)

[::艾泽拉斯国家地理 BBS.NGACN.CC::]

点它则同时吃喝,按好SHIFT点它,左键是做水,右键是做面包

#showtooltip 寒冰屏障
/stopcasting
/cancelAura 寒冰屏障
/cast 寒冰屏障

#showtooltip 寒冰屏障
/stopcasting
/cancelAura 寒冰屏障
/castSequence reset=240 寒冰屏障,急速冷却
温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-11-12
1.施放技能:
/cast SKILL_NAME

2.打断:
/stopcasting (停止施法)

或者用
/stopmacro [help] (停止宏)

3.协助攻击
/cast [harm] SKILL_NAME; [target=targettarget] SKILL_NAME
意思就是:如果你的目标是敌对目标,那么直接施放某技能,如果是友善目标,那么将对他的目标施放某技能.

4.按顺序施放技能:
/castsequence SKILL1,SKILL2,SKILL3,SKILL4
这个技能可以是相同的.
举例:
FS强化灼烧,那么他可以用这个宏来保持灼烧DEBUFF:
/castsequence 火球术,火球术,火球术,火球术,灼烧
那么将在4个火球后发1个灼烧.

5.重置时间:
可以在按序施放中间加入这个宏的重置时间.这个1般是考虑技能CD,例如:
/castsequence reset=30 寒冰护体,法力护盾
意思是按1下,会放冰护,再按放魔法盾.如果你只按了1下,那么这个宏将在30秒后重置,再按的时候不会施放下个技能(魔法盾),而是直接变成第1个技能(冰护).连按的话就在30秒后再套上双盾.
这里可以有很多技能的替换和组合:
比如:闪现,冰环,冰箱,冰锥和其他技能的组合等等.有CD时间的都适合用这个宏.

6.组合键:
常用的有:
键盘组合:
[modifier:键名]
例如:
/cast [modifier:alt] 火球术(等级5);火球术
按住ALT就5级火球,没按ALT就是顶级;
鼠标组合:
[button:键号]
例如:
/cast [button:2] 烈焰风暴;暴风雪
右键烈焰,直接点就BLZ;

7.使用装备的饰品:
/use 13 (饰品栏第1个,第2个就是14,也可以直接写物品名称)
比如:
/cast 气定神闲
/stopcasting
/cast 奥术能量
/stopcasting
/use 13
/stopcasting
/cast 炎爆术
气定+奥强+护符+炎爆;
或者:
/cast 气定神闲
/stopcasting
/cast 奥术能量
/stopcasting
/use 短暂能量护符
/stopcasting
/cast 炎爆术

也可以这样用:
/castsequence SKILL1,SKILL2,13,SKILL3
意思就是在施放了技能1,技能2后,使用饰品栏第1格的饰品再施放技能3.

8.不会打断通道魔法:
/cast [nochanneling:奥术飞弹] 奥术飞弹
连按也不会打断奥蛋.

9.取消某个buff:
/cancelaura
例如:
/cancelaura 寒冰屏障
/cast 寒冰屏障
按1下冰箱再按取消冰箱.
这个宏还有个妙用:因为现在的冰箱会引发公共CD,所以你无法立即就按第2次来取消冰箱,但用了这个宏,就可以没有公共CD的烦恼,直接出来.

10.对目标施放:
/cast [target=TARGET] SKILL
就是对TARGET施放技能.这个TARGET可以=具体的名字,也可以=player(自己);targettarget(目标的目标);mouseover(鼠标指向的目标),focus(焦点目标)等等;

11.随机施法:
/castrandom
例如:
/castrandom 变形术:羊,变形术:猪,变形术:龟
可以随机变.

12:调整视角:
/script FlipCameraYaw(角度值)
比如:
/cast 闪现术
/script FlipCameraYaw(180)
可以闪现并调整到后视角观察,战场用不错.

13.宠物控制:
/petattack 宠物攻击
/petfollow 跟随
/petstay 停留
/petpassive 被动模式
/petdefensive 防御模式
/petaggressive 主动攻击
/petautocaston <spell> 自动施放技能打开,比如冰球
/petautocastoff <spell> 自动施放技能关闭

14.重置副本:
/invite 自己名字
/script LeaveParty()
我没试过,不知道好不好用..@@.

15.协助目标:
/cleartarget
/assist XXX
/cast SKILL
取消当前目标并直接将目标转为某人的目标,并施放某技能.这个在竞技场中应该非常有用.把这个XXX改成自己的队友名字,最好多做几个.

最后放个出了水元素的冰法专用宏:

/cast [nopet] 召唤水元素
/stopmacro [nopet]
/click PetActionButton5
如果有宝宝,那么宝宝就nova,如果没有,那就招1个再nova.
也可以加上:
/cast 急速冷却
急冷之后再招再冰.本回答被网友采纳