首页游戏问答《魔兽世界》怀旧服猎人鼠标宏全攻略

《魔兽世界》怀旧服猎人鼠标宏全攻略

来源:至尊手游网 编辑:手游零氪 发布时间:2024-12-29 11:04:00

  《魔兽世界》经典怀旧服猎人鼠标宏大全

世界
世界
  • 大小:111M
  • 语言:简体中文
  • 类型:角色扮演
  • 评分:9.8分
查看详细

  常用宏命令:

  showtooltip 自动射击

  /cast!自动射击:按下此宏,可避免误操作取消自动射击。

  showtooltip 猎人印记

  /petattack

  /cast 猎人印记:此宏能在施放猎人印记的同时让宠物冲上去攻击。

  showtooltip 冰冻陷阱

  /cast 假死

  /petpassive

  /cast 冰冻陷阱:一键完成“假死脱战 + 放置冰冻陷阱”操作,同时将宠物设置为被动状态。

  showtooltip 驱散射击

  /petpassive

  /cast 驱散射击:施放驱散射击时将宠物调整为被动状态,防止其破坏控制。

  技能相关宏:

  1. /script local b,s,j={猫鼬编号,猛禽编号},{猫鼬撕咬,猛禽一击};for j=1,2 do if IsUsableAction(b[j]) and GetActionCooldown(b[j])==0 then CastSpellByName(s[j]);break;end;end;

  2. 【智能钉刺宏】

  /script local c,s,t=UnitClass(target),毒蛇钉刺,UnitPowerType(target);if UnitIsPlayer(target) then if t==0 then s=蝰蛇钉刺;if c==圣骑士 or c==德鲁伊 then s=s..(等级 1);end;else s=毒蝎钉刺;end;end;CastSpellByName(s);

  3. 【打贼专用:标记/照明弹】

  /script if UnitExists(target) then CastSpellByName(猎人印记);else CastSpellByName(照明弹);end;

  4. 【雄鹰守护 + 猎人印记 + 宠物攻击】

  /script local c,i,b,f=CastSpellByName;for i=1,16 do b=UnitBuff(player,i);if b and strfind(b,RavenF) then f=1;break;end;end;if f then c(猎人印记);PetAttack;else c(雄鹰守护);end;

  5. 【灵猴猎豹切换】

  /script local c,i,b,f=CastSpellByName;for i=1,16 do b=UnitBuff(player,i);if b and strfind(b,Monk) then f=1;break;end;end;if f then c(猎豹守护);else c(灵猴守护);end;

  6. 【灵猴雄鹰切换】

  /script local c,i,b,f=CastSpellByName;for i=1,16 do b=UnitBuff(player,i);if b and strfind(b,Monk) then f=1;break;end;end;if f then c(雄鹰守护);else c(灵猴守护);end;

  7. 【猎豹雄鹰切换】

  /script local c,i,b,f=CastSpellByName;for i=1,16 do b=UnitBuff(player,i);if b and strfind(b,eTiger) then f=1;break;end;end;if f then c(雄鹰守护);else c(猎豹守护);end;

  8. 【灵猴守护 + 威慑】

  威慑的编号看上边基础知识自己填

  /script local c,i,b,f,s,d=CastSpellByName;for i=1,16 do b=UnitBuff(player,i);if b and strfind(b,Monk) then f=1;break;end;end;if not f then c(灵猴守护);SpellStopCasting;end;s,d=GetActionCooldown(你威慑编号);if d2 then UseInventoryItem(13);SpellStopCasting;end;CastSpellByName(多重射击);

  11. 宝宝打图腾

  /script local t,n,i,_={根基,战栗,地缚,灼热,清毒,};for _,i in t do n=i..图腾;TargetByName(n,1);end;PetAttack;

  12. 宠物宏 智能召唤/复活/治疗

  /script local p,s=pet,召唤;if UnitIsDead(p) then s=复活;elseif UnitExists(p) then s=治疗 elseif IsAltKeyDown then s=复活;end;CastSpellByName(s..宠物);

  13. 【寻找稀有精英宠物】

  /script local s=断牙;TargetByName(s,1);if UnitName(target)==s then ChatFrame1:AddMessage(找到);end;上边名字自己修改针对不同目标调整宠物技能自动施放情况

  14. 这个宏可以针对不同类型的目标调整宠物技能的自动施放,比如带蝙蝠面对近战应该打开尖啸,而面对法系就应该关掉。

  15. 带会爪击的宠物打怪时应该关掉爪击开低吼,而遇到玩家需要关低吼开爪击,这个宏可以自动为你做到。

  16. /施放猎人印记

  /script local x,p,j,e,_={1,1,1},UnitPowerType(target);if UnitIsPlayer(target) then if p==0 then x={1,nil,nil,1};else x={1,nil,1};end;end;for j=4,7 do _,_,_,_,_,_,e=GetPetActionInfo(j);if x[j-3]~=e then TogglePetAction(j);end;end;

  17. 说明一下,红色的{1,1,1}对应 NPC,蓝色的{1,nil,nil,1}对应有蓝职业,绿色的{1,nil,1}对应战,贼四个 1/nil 对应宠物技能条 4 5 6 7 按钮,1 代表开,nil 代表关,最后一个是 nil 的话可以不写。大家可以自己调整技能和对应职业的开关顺序,毕竟不同 bb 技能不用。

相关攻略
  • csgo激流大行动值得买吗

    CSGO的激流大行动是否值得购买,这主要取决于个人的游戏需求和习惯。以下是一些考虑因素:持续时间:激流大行动持续时间较长,这意味着玩...

    游戏问答 作者:手游零氪 时间:03-05

  • 洛克王国鸡蛋怎么用 洛克王国蛋怎么获得

    在洛克王国中,鸡蛋有以下几种用途:制作水饺鸡蛋可以在特定活动(如2月5日至2月18日的活动)中用来制作水饺,完成烹饪后可以获得经验果...

    游戏问答 作者:手游零氪 时间:02-23

  • 狼人杀狼人怎么分配

    狼人杀的人员分配主要根据游戏的人数来进行。以下是一些常见的人数局配置推荐:9人局推荐配置1:2狼,预言家,女巫,潜行者,2村民,影子...

    游戏问答 作者:手游零氪 时间:02-05

  • 狼人杀高级场怎么玩的

    在狼人杀高级场中,玩家需要运用更加高级的策略和技巧来获胜。以下是一些关键的建议和策略:角色分析与策略了解角色特性

    游戏问答 作者:手游零氪 时间:03-01

  • 疾风之刃斩狂刷图技能与技巧

      《疾风之刃斩狂技能与刷图技巧全解析》   一、斩狂觉醒刷图技能推荐   保命技能:冲刺、疾遁请满上,可保命、拉怪等,好处多多。...

    游戏问答 作者:手游零氪 时间:12-26