對於《魔獸世界》烏龜服聖騎士宏推薦的攻略,其實並不難,難的是大家沒有認真研究這個攻略。不過,如果大家實在不清楚,可以看看這篇攻略,它將會詳細解答這個問題。大家千萬不要錯過!
/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