魔兽世界2.4.2宏命令,法师召唤水元素

垃圾文章凑合着看很一般还不错精品 (暂时没有评价)
Loading ... Loading ...

2.4.2更新后,第1个水元素死掉后,宠物会以死亡状态存在10秒直到消失,导致旧宏不能够及时重新召唤,原因是这次的改动使得原先的 [nopet] 判断不够充分了,系统会认为你有一只死的宠物,而不是nopet。

我们可以直接再加入一个判断:[target=pet,dead]
变成:

/施放 [nopet] [target=pet,dead] 召唤水元素
/stopmacro [target=pet,dead]
/施放 冰冻术
/petpassive
/petattack [nodead,exists]

英文:

/cast [nopet] [target=pet,dead] Summon Water Elemental
/stopmacro [target=pet,dead]
/cast Freeze
/petpassive
/petattack [nodead,exists]


还可以再添入 /cast [modifier:ctrl] 召唤水元素按住CTRL(自定义)强行召唤新元素使用冰环rush(由于在重新召唤宠物时,旧宠物栏不会立即消失,控制宠物的命令会导致宠物栏变灰或消失,不得已加入我自己都觉得长的判断,还好字数没超…鄙视暴雪)

中文:

/施放 [mod:ctrl] [nopet] [target=pet,dead] 召唤水元素
/stopmacro [target=pet,dead]
/施放 [nomod] 冰冻术
/petpassive [nomod]
/petattack [nomod, nodead,exists]

英文:

/cast [mod:ctrl] [nopet] [target=pet,dead] Summon Water Elemental
/stopmacro [target=pet,dead]
/cast [nomod] Freeze
/petpassive [nomod]
/petattack [nomod, nodead,exists]

你可能对这个有点兴趣:

可乐发表于:05-28-08

看完了说点啥?