乌龟服术士宏有哪些?很多玩家在玩魔兽世界的过程当中都很喜欢用宏来让自己打架更加方便。下面小编就给大家带来魔兽世界乌龟服术士宏推荐,快一起来看看吧。
乌龟服术士宏1、献祭
/script if not buffed( 献祭 , target ) then cast( 献祭 end
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%时,放痛苦诅咒,反复按不重(一个师多少人?师,是一个中国汉字,指军事规模、建制单位,分为三类师。在中国古代,师曾是商、周军队的建制单位。一个师约10000-12000人。)复施放。
或者
2.2、痛苦诅咒2
/run local p=unithealth( target if p 300 and not findbuff( 痛苦诅咒 , target ) then cast( 痛苦诅咒 end
目标生命值大于300时放鲁莽诅咒;反复按不重复施放。
3、腐蚀术
/script if not buffed( 腐蚀术 , target ) then cast( 腐蚀术 end
没腐蚀术上腐蚀术。
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、吸取灵魂
/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.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时放鲁莽诅咒,反复按不重复施放。数值可以改成自己想要的数值。
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 自动魔杖
以上就是魔兽世界乌龟服术士宏推荐,更多游戏相关资讯攻略请关注飞外网,我们将会第一时间更新最全的内容帮助大家了解该游戏,一起来看一下吧。