魔兽世界正式服战士宏命令一览表(魔兽世界怀旧服)
魔兽世界正式服战士宏命令一览表(魔兽世界怀旧服)狂暴宏/script local c f a b _=CastSpellByName GetShapeshiftFormInfo;_ _ a=f(1);_ _ b=f(2);if UnitAffectingCombat("player") then if a then c("防御姿态");elseif b then c("嘲讽");end;else if a then c("冲锋");elseif b then c("战斗姿态");end;end;/script if(IsUsableAction(26)==1)then CastSpellByName("惩戒痛击(等级 5)");end/script if(G(26)>0)then CastShapeshiftForm(2);end冲锋嘲讽宏
魔兽世界怀旧服看眼就要开服了,60版本唯一的mt,战士一直都是最热门的职业。今天给大家推荐非常适用的姿态切换宏,冲锋 拦截 惩戒轻松切换,不用再手残点姿态了!
惩戒宏
/script G=GetActionCooldown;
/script if(G(26)
/script if(IsUsableAction(26)==1)then CastSpellByName("惩戒痛击(等级 5)");end
/script if(G(26)>0)then CastShapeshiftForm(2);end
冲锋嘲讽宏
/script local c f a b _=CastSpellByName GetShapeshiftFormInfo;_ _ a=f(1);_ _ b=f(2);if UnitAffectingCombat("player") then if a then c("防御姿态");elseif b then c("嘲讽");end;else if a then c("冲锋");elseif b then c("战斗姿态");end;end;
狂暴宏
/script GS=GetShapeshiftFormInfo;CS=CastSpellByName;_ _ isActive _ = GS(3);if isActive~=nil then CS("狂暴之怒") else CS("狂暴姿态");end
/script _ _ isActive _ = GS(2);if isActive~=nil then CS("攻击") else CS("防御姿态");end
拦截宏
/script GS=GetShapeshiftFormInfo;CS=CastSpellByName;_ _ isActive _ = GS(3);if isActive~=nil then CS("拦截") else CS("狂暴姿态");end
/script _ _ isActive _ = GS(2);if isActive~=nil then CS("攻击") else CS("防御姿态");end
重置副本宏
/run ResetInstances()