几个战士宏

/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end /script if(M>29) then C("致死打击");end
/script if(M>45) then C("英勇打击");end

/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end /script if(M>49) then C("致死打击");end
/script if(M>25) then C("英勇打击");end

/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 冲锋
/施放 压制
/script if(UnitHealth("target")<20) then C("斩杀");end /script if(M>29) then C("致死打击");end
/script if(M>45) then C("英勇打击");end

/script C=CastSpellByName;
/施放 盾牌格挡
/script SpellStopCasting()
/script if(IsUsableAction(89)==nil)then C("破甲攻击");elseif(GetActionCooldown(89)==0)then C("复仇");else C("破甲攻击");end
/script if(UnitMana("Player")>35) then C("英勇打击");end