发布网友 发布时间:2024-10-22 03:14
共4个回答
热心网友 时间:2024-10-22 18:33
做不出来了。
暴雪屏蔽了判定宏语句。避免副本抽风手和无脑宏。
只要你想实现判定某技能CD就用另外的技能这样的宏,都无法做出来了。
不过可以写出这样的宏:
有目标的时候火冲,无目标的时候冰锥(或者奥爆)。
帮你找了一些宏,里面有“有目标时候火冲(羊或冰箭),无目标时奥爆的宏。
由于是以前的宏,现在1级技能耗蓝更高,你用的时候把里面的技能等级去掉。
法师常用宏
#showtooltip 法术反制
/stopcasting
/cast [target=focus] 法术反制
焦点反制宏
#showtooltip 法术反制
/stopcasting
/Cast [modifier:alt,target=focus,exists] 法术反制;法术反制
焦点反制宏,ALT变焦点否则反制当前目标
#showtooltip 闪现术
/stopcasting
/cast 闪现术
打断读条闪现宏
#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变焦点否则变当前目标
#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> 自动施放技能关闭
热心网友 时间:2024-10-22 18:33
忘记宏怎么写的了
不过我有一个宏是冰锥魔爆,一样的
热心网友 时间:2024-10-22 18:32
朋友 希望你能早日领悟 回头是岸
热心网友 时间:2024-10-22 18:29
可以用顺序施法语句 castsquence
可以参考无脑抽筋宏,另外可以加上重置cd判定条件,
本人也是刚入门,知道可以做出来,但要做的要花很多时间并且要测试,
手上没有fs号,所以没办法老。
大致提供个思路。