1、攻略如下
2、MACRO"跳射"/script U=U衡痕贤伎seAction Jump() if not UnitIsDead("target") then if UnitIsEnemy("player","target")then if BU("Sniper") then U(61) elsePetAttack() PetDefensiveMode() BA() end end end
3、MACRO"BU"/script function BU(s) P,B,i="target",true,1 while UnitDebuff(P,i) do ifstring.find(UnitDebuff(P,i),s) then B=false end i=i+1 end return B end
4、MACRO"BA"/scriptfunction BA()U,A,I=UseAction,GetActionCooldown,IsActionInRange if I(5)==1 then if A(5)<=0then U(5)else U(4) end end if I(62)==1 then ifBU("Rogue") then U(62) else U(63) U(64)end end endMACRO "假死+冰冻陷阱"/script PetPassiveMode() PetFollow() if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") elseCastSpellByName("冰冻陷阱(等级 2)")end
5、第一个宏为跳射宏,第二个宏"假死+冰冻陷阱
6、以上谢谢大家