烏龜服術士宏有哪些?很多玩家在玩魔獸世界的過程當中都很喜歡用宏來讓自己打架更加方便。下面小編就給大家帶來魔獸世界烏龜服術士宏推薦,快一起來看看吧。
烏龜服術士宏
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%時,放痛苦詛咒,反複按不重複施放。
或者
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 自動魔杖
以上就是魔獸世界烏龜服術士宏推薦,更多遊戲相關資訊攻略請關注本站,我們將會第一時間更新最全的內容幫助大家了解該遊戲,一起來看一下吧。