手机版

魔兽世界乌龟服术士宏推荐

阅读: 1
发布时间:

乌龟服术士宏有哪些?很多玩家在玩魔兽世界的过程当中都很喜欢用宏来让自己打架更加方便。下面小编就给大家带来魔兽世界乌龟服术士宏推荐,快一起来看看吧。

乌龟服术士宏

1、献祭

/script if not buffed("献祭", "target") then cast("献祭");end

魔兽世界乌龟服术士宏推荐图1

2、痛苦诅咒

/script if not buffed("痛苦诅咒", "target") then cast("痛苦诅咒");end

2.1、痛苦诅咒1

/run local p=math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if p>20 and not FindBuff("痛苦诅咒","target") then cast("痛苦诅咒");end

目标生命大于20%时,放痛苦诅咒,反复按不重复施放。

或者

2.2、痛苦诅咒2

/run local p=UnitHealth("target"); if p>300 and not FindBuff("痛苦诅咒","target") then cast("痛苦诅咒");end

目标生命值大于300时放鲁莽诅咒;反复按不重复施放。

魔兽世界乌龟服术士宏推荐图2

3、腐蚀术

/script if not buffed("腐蚀术", "target") then cast("腐蚀术");end

没腐蚀术上腐蚀术。

魔兽世界乌龟服术士宏推荐图3

4、吸取生命

/script if not buffed("吸取生命", "target") then cast("吸取生命");end

反复按不重复施放。

4.1、吸取生命1

/run local p=math.floor(UnitHealth("player")/UnitHealthMax("player")*100);if p<70 and not FindBuff("吸取生命","target") then cast("吸取生命");end

自己生命值小于70%时吸取生命;反复按不重复施放。

或者

4.2、吸取生命2

/run local p=UnitHealth("player"); if p<300 and not FindBuff("吸取生命","target") then cast("吸取生命");end

自己生命值小于300时施放;反复按不重复施放。

魔兽世界乌龟服术士宏推荐图4

5、吸取灵魂

/script if not buffed("吸取灵魂", "target") then cast("吸取灵魂");end

反复按不重复施放。

5.1、吸取灵魂1

/run local p=math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if p<20 and not FindBuff("吸取灵魂","target") then cast("吸取灵魂");end

目标生命值小于20%时吸取生命,反复按不重复施放。数值可以改成自己想要的数值。

或者

5.2、吸取灵魂2

/run local p=UnitHealth("target"); if p<300 and not FindBuff("吸取灵魂","target") then cast("吸取灵魂");end

目标生命值小于300时吸取生命,反复按不重复施放。数值可以改成自己想要的数值。

魔兽世界乌龟服术士宏推荐图5

6.1、自动魔杖1

/run local p=math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if p>70 and not IsAutoRepeatAction(6) then CastSpellByName("射击"); end

目标生命值大于70%时施放,反复按不取消,和前面"吸取生命1"搭配使用。数值改成和「吸取生命1」同样的数值。

6.2、自动魔杖2

/run local p=UnitHealth("target"); if p>300 and not IsAutoRepeatAction(6) then CastSpellByName("射击"); end

目标生命值大于300时施放,反复按不取消,和前面和前面「吸取生命2」搭配使用。数值改成和「吸取生命2」同样的数值。

7、鲁莽诅咒

/script if not buffed("鲁莽诅咒", "target") then cast("鲁莽诅咒");end

没鲁莽上鲁莽。

7.1、鲁莽诅咒1

/run local p=math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if p<20 and not FindBuff("鲁莽诅咒","target") then cast("鲁莽诅咒");end

目标生命小于20%时,放鲁莽诅咒,反复按不重复施放。数值可以改成自己想要的数值。

或者

7.2、鲁莽诅咒2

/run local p=UnitHealth("target"); if p<300 and not FindBuff("鲁莽诅咒","target") then cast("鲁莽诅咒");end

目标生命值小于300时放鲁莽诅咒,反复按不重复施放。数值可以改成自己想要的数值。

魔兽世界乌龟服术士宏推荐图6

8.1、打怪1

/m 自动目标

/m 自动攻击

/m 暗影箭

前几级,没献祭时打怪用。

8.11、有献祭后,就:

/m 自动目标

/m 自动攻击

/m 献祭

/m 暗影箭

8.2、打怪2

/m 自动目标

/m 宠物攻击

/m 献祭

/m 腐蚀术

/m 痛苦诅咒

/m 自动魔杖

5级装备魔杖后,打怪轻松多了。

8.3、打怪3

/m 自动目标

/m 宠物攻击

/m 献祭

/m 腐蚀术

/m 痛苦诅咒1

/m 鲁莽诅咒1

/m 自动魔杖

魔兽世界乌龟服术士宏推荐的全部内容就介绍到这里,更多魔兽世界相关攻略正在添加中,敬请期待!