安卓机网 攻略列表 攻略 魔兽世界乌龟服圣骑士宏分享

魔兽世界乌龟服圣骑士宏分享

作者: 山河 2023-10-20 18:13:29 互联网

魔兽世界游戏中玩家经常会遇到一系列的问题,其中最常见的就是魔兽世界乌龟服圣骑士宏分享问题。到底问题出在哪里呢?现在安卓机小编就来向玩家们介绍解决魔兽世界乌龟服圣骑士宏分享问题的方法。

魔兽世界乌龟服圣骑士宏分享

一、主宏

/script RunMacro("攻击")

/script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("player")/UnitHealthMax("player")*100);if not buffed("圣印") and not buffed("圣光审判","target") then cast("光明圣印");else if not buffed("圣光审判","target") and (GetActionCooldown(49)==0) and buffed("光明圣印") then cast("审判");else if buffed("正义圣印") and m>=70 and (GetActionCooldown(49)==0) then cast("审判");else if not buffed("圣印") and h>50 then cast("正义圣印");else if not buffed("光明圣印")and h<50 then cast("光明圣印")end;end;end;end;end

/script RunMacro("神盾")

/script if not buffed("智慧祝福", 'player') then cast("智慧祝福",1);end

/script local m,g=math.floor(UnitMana("player")/UnitManaMax("player")*100),GetActionCooldown(64);if m>=50 and g==0 then cast("神圣打击");end

二、神圣之盾宏

/script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if(UnitAffectingCombat("player")==1) and (GetActionCooldown(51)==0) and m>=80 then CastSpellByName("神圣之盾");end

三、自动攻击宏

/script if ( not PlayerFrame.inCombat ) then CastSpellByName("攻击") end

怎么样,解决的方法是不是很简单呢?其实大家只要在游戏中多探索探索,那么也能够轻易的发现魔兽世界乌龟服圣骑士宏分享的解决方法,如果你在游戏中遇到了其他问题,那么也欢迎来安卓机找寻答案。