魔兽怀旧服猎人宏设置
的有关信息介绍如下:游戏攻略
攻略如下
MACRO"跳射"
/script U=UseAction Jump() if not UnitIsDead("target") then if UnitIsEnemy("player","target")
then if BU("Sniper") then U(61) elsePetAttack() PetDefensiveMode() BA() end end end
MACRO"BU"/script function BU(s) P,B,i="target",true,1 while UnitDebuff(P,i) do if
string.find(UnitDebuff(P,i),s) then B=false end i=i+1 end return B end
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 end
MACRO "假死+冰冻陷阱"/script PetPassiveMode() PetFollow() if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") elseCastSpellByName("冰冻陷阱(等级 2)")end
第一个宏为跳射宏,第二个宏"假死+冰冻陷阱
以上谢谢大家