单机
《魔兽世界》乌龟服术士宏推荐
2023-10-19 18:53 责编:小小攻栏目:单机
乌龟服术士宏有哪些?很多玩家在玩魔兽世界的过程当中都很喜欢用宏来让自己打架更加方便。下面小编就给大家带来魔兽世界乌龟服术士宏推荐,快一起来看看吧。 陀螺游戏吧1

乌龟服术士宏

1、献祭 /script if not buffed("献祭", "target") then cast("献祭");end 陀螺游戏吧2 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时放鲁莽诅咒;反复按不重复施放。 陀螺游戏吧3 3、腐蚀术 /script if not buffed("腐蚀术", "target") then cast("腐蚀术");end 没腐蚀术上腐蚀术。 陀螺游戏吧4 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时施放;反复按不重复施放。 陀螺游戏吧5 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时吸取生命,反复按不重复施放。数值可以改成自己想要的数值。 陀螺游戏吧6 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时放鲁莽诅咒,反复按不重复施放。数值可以改成自己想要的数值。 陀螺游戏吧7 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 自动魔杖 以上就是魔兽世界乌龟服术士宏推荐,更多游戏相关资讯攻略请关注陀螺游戏吧,我们将会第一时间更新最全的内容帮助大家了解该游戏,一起来看一下吧。 更多内容:
显示全文

猜你喜欢

加载中...