个人常用的几个宏,操作上方便了很多。尤其是双采专用宏,用起来嗷嗷爽啊。当然战士的宏PVE还好,PVP就看各人的意识了,宏不是万能的。
战斗姿态
[quote]/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(M>30) then C("致死打击");end
/script if(M>45) then C("英勇打击");end[/quote]
狂暴姿态
[quote]/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 冲锋
/施放 压制
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(M>30) then C("致死打击");end
/script if(M>45) then C("英勇打击");end[/quote]
防御姿态
[quote]/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[/quote]
双采集专用
[quote]/script con=GetTrackingTexture();
/script if(con==nil) then con="Flower"; end
/script if(string.find(con, "Flower")==nil) then CastSpellByName("寻找草药") else CastSpellByName("寻找矿物"); end[/quote]
- 本文固定链接: https://www.fengshen.cn/2006/11/wow常用宏(战士&采集)/gameofwind/
- 转载请注明: fengshen 发表于 Dream of Wind | 一梦风神

找个战士玩玩
不错啊