求魔兽世界几个FS常用宏 不要复制 要当前版本``专业点的来

来自:    更新日期:早些时候
求魔兽世界当前版本FS宏~

1
/cast [button:2] 制造法力宝石(等级 5)
/use 法力刚玉
2
/use [nomodifier] 魔法冰川水
/use [nomodifier] 魔法羊角面包
/cast [modifier:shift, button:2] 造食术(等级 8);[modifier:shift] 造水术(等级 9)

shift+左键宏则造水,shift+右键造面包,直接一按则吃喝

组合起来是

/use [nomodifier] 魔法冰川水
/use [nomodifier] 魔法羊角面包
/use [nomodifier,button:2] 法力刚玉
/cast [modifier:alt, button:2] 召唤餐桌(等级 1);[modifier:alt] 制造法力宝石(等级 5)
/cast [modifier:shift, button:2] 造食术(等级 8);[modifier:shift] 造水术(等级 9)

这个的意思一定记熟。。
alt+左键宏餐桌,alt+右键宏制造宝石,shift+左键造水,shift+右键造吃,左键直接则吃喝,右键直接吃宝石

3
/cancelaura 寒冰屏障
/cast 闪现术

4
/cast 召唤水元素
/petattack

5
/cast [nopet] 冰霜新星
/cast [pet] 冰冻术

6 想起来说

宏就是把某些连续的且复杂的操作变简化。
比如开饰品+冰冷雪脉。
/cast 饰品名称
/cast 冰冷血脉

其它FS宏,转别人的答案,希望对你有帮助。
法师常用宏
#showtooltip 法术反制
/stopcasting
/cast [target=focus] 法术反制
焦点反制宏

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

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

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

#showtooltip 冰枪术
/stopcasting
/cast [target=mouseover,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 [nopet] [target=pet,dead] 召唤水元素; [pet] 冰冻术
/cast [nopet]召唤水元素
/cast [target=pet,dead]召唤水元素
/stopmacro [target=pet,dead]
/cast 冰冻术
/petpassive
/petattack [harm]
/petfollow [noharm]

#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
/use [btn:1] 法力刚玉
/stopmacro [btn:1]
/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 制造魔法玉石
左键吃宝石,右键同上

#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

法师的宏多作用与PVP,PVE能用到的宏不是很多,希望上面的宏能对你有所帮助.
#showtooltip [pet] 冰冻术
#showtooltip [nopet] 召唤水元素
/cast [nopet] 召唤水元素
/click [pet] PetActionButton5
--------------------------------
没有宝宝的情况下图标显示"召唤水元素"技能说明并显示该技能冷却,有宝宝的情况下图标显示宝宝的远程冰环"冰冻术"技能说明及冷却.
在没有宝宝时按下则召唤宝宝,有宝宝是按则施放宝宝的远程冰冻术.
注: 宝宝的Nova在默认宠物技能条的第5格,请不要移动它,如果放到别的格子请自行修改PetActionButton5
这句中"5"为相应的数字.

#showtooltip 法力红宝石
/castsequence [button:2] 制造魔法红宝石, 制造魔法黄水晶, 制造魔法翡翠, 制造魔法玛瑙
/use 法力红宝石
/use 法力黄水晶
/use 法力翡翠
/use 法力玛瑙
-------------------------------------
右键依次制造4种宝石 左键是使用

召唤水元素和水元素攻击宏:
-----------------------------------------
/cast [nopet] 召唤水元素
/stopmacro [target=pettarget, exists]
/petattack
-----------------------------------------
注:点击一次将召唤水元素
再点一次水元素将攻击你的目标,在召唤后的lag时间内重复点击可以让宠物立即进入攻击状态并不会取消第一个水球.

水元素的2个实用宏 前一个是出来就打 后一个是出来就NOVA 注意在没有水元素在的情况都是要连续按2下的
/stopcasting
/cast [nopet] 召唤水元素
/stopmacro [target=pettarget, exists]
/petattack

----------------------------------------

/stopcasting
#showtooltip [pet] 冰冻术
#showtooltip [nopet] 召唤水元素
/cast [nopet] 召唤水元素
/click [pet] PetActionButton5

1、
#showtooltip 寒冰屏障
/cancelaura 寒冰屏障
/stopcasting
/cast 寒冰屏障

2、
#showtooltip 法术反制
/stopcasting
/cast 法术反制

3、
/stopcasting
#showtooltip [pet] 冰冻术
#showtooltip [nopet] 召唤水元素
/cast [nopet] 召唤水元素
/click [pet] PetActionButton5

以上宏在新建的时候全部都选择“?”这个图标

1.
#showtooltip
/stopcasting
/cancelAura 寒冰屏障
/cast 寒冰屏障
直接按为冰箱,有冰箱按宏则无视公共CD取消冰箱
2.
/stopcasting
/cast 法术反制
3.是的,附带一个水宝宝宏
#showtooltip [nopet] [target=pet,dead] 召唤水元素; [pet] 冰冻术
/cast [nopet]召唤水元素
/cast [target=pet,dead]召唤水元素
/stopmacro [target=pet,dead]
/cast 冰冻术
/petattack
/click [pet] PetActionButton5

一分没有


求魔兽世界几个FS常用宏 不要复制 要当前版本``专业点的来视频

相关评论:

相关主题精彩

版权声明:本网站为非赢利性站点,内容来自于网络投稿和网络,若有相关事宜,请联系管理员

Copyright © 喜物网