1、冰箭奥蛋宏(平常打寒冰箭,触发节能丢奥蛋,适合装备差的法师)
/script local c,i,b,f=CastSpellByName;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"ManaB") then f=1;break;end;end;if f then SpellStopCasting();c("奥术飞弹");else c("寒冰箭");end;
2、冰箱宏(打断施法、立即冰箱)
/script SpellStopCasting()
/施放 寒冰屏障
3、类似冰箱宏,其他也一样,反制宏
/script SpellStopCasting()
/施放 法术反制
4、队友被控制变羊宏(打BWL奈法,ZUG哈卡可用)
/script SpellStopCasting()
/script local n,p,i,t=4,"party";if UnitInRaid("player") then n=40;p="raid";end;for i=1,n do t=p..i;if UnitCanAttack("player",t) then TargetUnit(t);CastSpellByName("变形术");SendChatMessage("%t 被控制,我把他变羊了~",p);break;end;end;
5、奥爆宏(有目标高级奥爆,没目标1级奥爆,抓贼用)
/script if UnitCanAttack("target","player") then CastSpellByName("魔爆术");else CastSpellByName("魔爆术(等级 1)");end;
6、暴风雪宏(有目标高级雪,没目标1级雪,抓贼以及AOE可用)
/script if UnitCanAttack("target","player") then CastSpellByName("暴风雪");else CastSpellByName("暴风雪(等级 1)");end;
7、铁皮手雷宏(按下出圈,再按下可以取消)
/script local b,s,l;if PlayerFrame.inCombat then AttackTarget();end;SpellStopCasting();for b=0,4 do for s=1,18 do l=GetContainerItemLink(b,s);if l and strfind(l,"铁皮手雷") then UseContainerItem(b,s);break;end;end;end;
8、BLUEMEMO大大提供的鼠标指向变羊宏(亲测有效,变羊术应为变形术)
/run if UnitExists("mouseover")then TargetUnit("mouseover") CastSpellByName("变形术") TargetLastTarget() else CastSpellByName("变形术") end
那么指向反制宏应该是:
/run if UnitExists("mouseover")then TargetUnit("mouseover") CastSpellByName("法术反制") TargetLastTarget() else CastSpellByName("法术反制") end
9、一些实用的命令和宏(待更新):
重置副本
/run ResetInstances()
退队
/script LeaveParty()
视角命令(可以把视角距离拉的更远,方便远程职业周围情况)
/console CameradistanceMaxFactor 50
TAB设置50码的命令
/console SET targetNearestDistance "50"
10、还是BLUEMEMO大大提供的,按ALT1级寒冰箭,不按高级寒冰箭
/script if(IsAltKeyDown()) then CastSpellByName('寒冰箭(等级 1)') else CastSpellByName('寒冰箭(等级 10)') end;
同理,把寒冰箭改成其他技能也适用。
欢迎大家有好的宏也可以发过来,我们共同探讨互相进步。
搬运个猎人宏的帖子:
https://tieba.baidu.com/p/4181709574?red_tag=0117108745
搬运个法师宏的网页(里面有些宏不好用,自己试下):
http://nfuwow.com/strategy/detail/artid/633.html
百度到的宏帖子(未测试):
https://tieba.baidu.com/p/3079700434?red_tag=3495027701
NFU网站宏汇总
http://hong.nfuwow.com/index/index.html
法师宏
版主: 花希来了
版面规则
本版只能发攻略相关的帖子,无关帖子一律删除
本版只能发攻略相关的帖子,无关帖子一律删除