魔兽世界高效猎人宏指令分享

来源:转载互联网 时间:2023-08-24 07:53:40

魔兽世界wlk中的宏是必要的工具,可以大量减少玩家的操作量,如生存猎,就有很多超级实用的宏,可以提高输出效率,下面就给大家带来魔兽世界wlk生存猎宏命令大全。

假死冰冻陷阱收宠宏

#showtooltip 冰冻陷阱

/ClearTarget

/PetPassiveMode

/petFollow

假死

冰冻陷阱

/targetlastenemy

猎豹 守护切换宏

/castsequence 雄鹰守护,猎豹守护

标记上BB,有目标就上标记 宠物攻击 没目标就丢照明

/cast [harm] 猎人印记;照明弹

/petattack

猎人标记 宝宝攻击

/cast 猎人标记

/petattack

灵猴+威慑

灵猴威慑同时开的宏

#showtooltip 威慑

/stopcasting

/cast 威慑

/cast 灵猴守护

假死+陷阱

按一下是假死+宠物停止攻击收宠+清除目标(据说假死前清除目标可以提高假死成功率),按第2下是冰冻陷阱+重新寻回上个目标

#showtooltip 冰霜陷阱

/ClearTarget

/PetPassiveMode

/petFollow

假死

冰霜陷阱

收宠+驱散射击

驱散射击后BB收回不攻击打断

/script PetPassiveMode()

/script PetFollow()

驱散射击

技能判断宏(如宁神射击)

判断BOSS身上是否有狂暴的buff(名为XXXX,需要更改为boss狂暴技能的名称),如果有,则释放宁神并大喊一句;如果无,则跳一下.

/script local T; for i=0,15,1do T=UnitDebuff("target", i); if (T and string.find (T,"XXXX")) then break; end; end; if (T and string.find (T,"XXXX")) then CastSpellByName("宁神射击");

我已成功释放宁神射击,下个猎人准备! else jump(); end

假死影遁喝水宏

/petpassive

/petstay

/cast [nostealth] 假死

/castsequence [nostealth] reset=20Purified Draenic Water(水的名字), 影遁(种族特长)

魔兽世界怀旧服猎人宏命令

/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;

【智能钉刺宏 】牧师不会解毒,应该用蝰蛇,反倒是对德鲁伊要用蝰蛇1骗驱毒,到头来毒蛇无用?其实应该对所有怪都用毒蛇 ;功能介绍:按照下列规则放钉刺 ;战、贼:毒蝎 ;猎、法、术,萨,牧:蝰蛇 ;骑,德:蝰蛇1 ;NPC:毒蛇

/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);

【打贼专用:标记 / 照明弹 】;有目标就标记,没有就放闪光弹 ;/script if UnitExists(target) then CastSpellByName(猎人印记);else CastSpellByName(照明弹);end;

【雄鹰守护 + 猎人印记 + 宠物攻击 】;/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;

【灵猴 猎豹切换 】;/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;

【灵猴 雄鹰切换 】;/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;

【猎豹 雄鹰切换】 ;/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;

【灵猴守护 + 威慑 】;威慑的编号看上边基础知识自己填 ;/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(多重射击);

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

宠物宏 - 智能召唤/复活/治疗 ;如果宠物存在,死的就复活,没死就++,宠物消失了的话就召唤,如果是尸 体消失,请同时按住Alt键, 会强制使用复活,因为WOW消失了仍然认为是活的;/script local p,s=pet,召唤;if UnitIsDead(p) then s=复活\;elseif UnitExists(p) then s=治疗 elseif IsAltKeyDown() then s=复活\;end;CastSpellByName(s..宠物);

【寻找稀有精英宠物 】公共部分已经有了,不过鉴于猎人特殊性在专门写一个 ;/script local s=断牙;TargetByName(s,1);if UnitName(target)==s then ChatFrame1:AddMessage(找到);end; 上边名字自己修改 针对不同目标调整宠物技能自动施放情况

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

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

/施放 猎人印记 ;/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;

说明一下,红色的{1,1,1}对应NPC,蓝色的{1,nil,nil,1}对应有蓝职业,绿色的{1,nil,1}对应战,贼 四个1/nil对应宠物技能条4 5 6 7按钮,1代表开,nil代表关,最后一个是nil的话可以不写

大家可以自己调整技能和对应职业的开关顺序,毕竟不同bb技能不用

魔兽世界70tbc怀旧服猎人一键输出宏命令设置

魔兽世界怀旧服是很多人关注的热点,很多人对于游戏里的很多细节不清楚,那么魔兽世界tbc猎人一键输出宏怎么设置?下面就将带来wow70tbc怀旧服猎人一键输出宏命令设置。

《魔兽世界》tbc猎人一键输出宏怎么设置修改tab可以选取的距离为50码/console SET targetNearestDistance ;50;自动选择最近的敌人,宠物攻击,施放猎人印记/targetenemy /stopmacro /petattack/cast_人印_宠物攻击,依次施放猎人印记,震荡射击,毒蛇钉刺,奥术射击,在12秒后/脱离战斗/切换目标的情况下重置。

/petattack/castsequence reset=12/combat/target震_射_,毒蛇_刺,秘法射_,秘法射_召唤宠物回身边并施放治疗宠物技能/petfollow/cast治__物近战:猛禽+猫鼬+摔绊,如果目标未近身则施放自动射击, 若目标近身则按猛禽、摔绊、猫鼬的顺序依次施放技能,且在5秒后/脱离战斗/切换目标的情况下重置。

/cast自_射_/castsequence reset=5/combat/target猛禽一_,摔_,_鼬撕咬,_鼬撕咬===========================威慑宏/cast威慑/stopcasting/cast灵猴守护假死影遁喝水宏 注意竞技场里面的话 要把水的名字改成竞技场的水/petpassive/petstay/cast 假死/castsequence reset=20 Purified Draenic Water,影遁兽王 变超人宏 showtooltip狂野怒火/cast狂野怒火/stopcasting/use大地之击/stopcasting/cast急速射击射击 爆发宏/use大地之击/stopcasting/cast急速射击肉搏宏/cast猛禽一击/castrandom猫鼬撕咬, 摔绊人宠双影宏 /cast 影遁/cast 潜伏猎人标记,宝宝攻击/cast猎人标记/petattack稳定射击宏/castsequence reset=3稳固射击,自动射击/castrandom 杀戮指令,爪击==================================================标记上BB /cast 猎人印记;照明弹/petattack=================================================BASIC PET COMMANDS:宝宝命令Pet orders: Attack, Follow, Stay宝宝命令:攻击,跟随,定位/petattack/petfollow/petstayPet Stances: Passive, Defensive, Aggressive宝宝姿态:被动,防御,攻击/petpassive/petdefensive/petaggressiveAuto-Cast Pet Abipties自动释放宝宝技能/petautocaston/petautocastoffBASIC PLAYER COMMANDS:Casting Spells释放技能/cast/castrandom,,/castsequence,,/stopcastingUsing And Equipping Items使用/装备物品/use/equip/equipslotADVANCED PET MACROS:宝宝进阶宏Toggle Pet Attack宝宝攻击/petattack/petpassive If you wish to keep your pet39;s stance, use /petfollow instead of /petpassive.如果想保持宝宝姿态,用/petfollow代替/petpassiveRevive, Call, or Mend Pet复活/召唤/治疗宝宝/cast Revive Pet; Revive Pet; Call Pet; Mend PetThe modifier key allows you to hold down Control so this macro will ALWAYS cast Revive Pet. This is to make up for situations where your pet is dead, but not visible.ctrl按下时只是复活宝宝。

这是视情况选择合适的技能Mend or Revive Pet治疗/复活宝宝/cast Mend Pet; Revive PetCall or Dismiss Pet召唤/解散宝宝/cast Dismiss Pet; Call PetFeed Mptiple Pets选择不同食物喂不同种类的宝宝show Roasted Quail/cast Feed Pet/use Roasted Quail; Conjured Cinnamon RollThe first pne forces the macro to display the number of Roasted Quail in your backpack. The /use pne will use certain food based on what type of pet you have.ADVANCED HUNTER MACROS:Use Bandage On Target or Self对目标/自己绷带/use Heavy Runecloth Bandage; Heavy Runecloth BandageSwitch Between Two Aspects切换守护/castsequence Aspect of the Hawk, Aspect of the MonkeyThis works the same for Tracking abipties.对雷达同样适用Cast Spells Based On Modifier Keys根据按键不同选择技能/cast Aspect of the Hawk/cast Aspect of the Monkey/cast Aspect of the CheetahCast Spells Based On The Mouse Button Used根据鼠标键来选择技能/cast Aspect of the Hawk/cast Aspect of the Monkey/cast Aspect of the CheetahBy defapt, using a keybind counts as mouse button 1 .Use Monkey Then Switch ActionBars切换猴守后变换动作条/cast Aspect of the Monkey/changeactionbar 2Kill Command杀戮指令/cast Kill CommandMakes sure that you cast Kill Command on your pet39;s target. Otherwise, the spell will go to waste.Solo Farming solo时的设置--一键选择最近的敌对目标,宝宝攻击,猎人标记,自动攻击show Auto Shot/targetenemy /stopmacro /petattack/cast Hunter39;s Mark/startattackWith one button press, this will target a nearby enemy if one isn39;t already selected, send your pet on it, cast Hunter39;s Mark, and then turn on auto attack / auto shot.Smart Ammo稳固射击时换低级箭show Steady Shot/equip Sharp Arrow/cast Steady Shot/equip Wicked ArrowUse cheaper arrows for attacks that do not make use of their bonus damage.Misdirection On Predefined Targets给MT拉仇恨用/cast Misdirection; Misdirection; MisdirectionThis will attempt to cast Misdirection on the first of three targets. First, on your /focus unit if it is friendly. Second, on your current target if it is friendly. Third, on your pet if it is out.Example Of Using Mass Cooldowns And Trinkets使用带冷却的技能/饰品/cast Beastial Wrath/stopcasting/cast Rapid Fire/stopcasting/use Devilsaur Eye/stopcasting/cast IntimidationRenataki39;s Charm Macro ZG饰品+奥射,多重循环,饰品冷却时3s后自动攻击/castsequence reset=3 Arcane Shot, Mpti-Shot, Renataki39;s Charm of BeastsThis macro will cycle through Arcane Shot, then Mpti-Shot, and then use the trinket. If the trinket is on cooldown, the macro will halt. Simply wait 3 seconds and it will go back to Auto Shot.============================================/施放 猎人印记/宠物攻击/stopcasting/施放 毒蛇钉刺/stopcasting/施放 奥术射击/stopcasting/自由射击=========================================/castsequence reset=15/combat/target毒蛇钉刺,奥术射击,奥术射击,奥术射击/施放 自动射击一键攻击宏 第一次按施放毒蛇 以后施放奥术 战斗结束 目标死亡 或15秒重新循环 没蓝施放 自动射击=====================================TBC猎人部分宏命令2007-10-13 17:21BB咬图腾宏字串8/petattack /petattack /petattack /petattack /petattack /petattack /petattack /petattack /petattack 字串6按下后指挥宝宝攻击XX图腾,如果没有图腾可攻击即攻击你的目标这个宏是以前宝宝打图腾宏的2.0版让你在打SM的时候能一键指挥宝宝迅速干掉图腾如果你觉得还不够用,可以以同样格式添加你想要攻击的图腾,注意不要超过256个字符字串91.近战宏 字串8showtooltip猛禽一击/castsequence reset=5猛禽一击,摔绊,摔绊,摔绊,摔绊/castrandom猫鼬撕咬,反击/cast自动射击 字串8这个宏的作用是:如果目标未近身,则施放自动射击, 若目标近身,则顺次施放猛禽+摔绊,5秒后/脱离战斗/切换目标的情况下重置,同时猫鼬或者反击可用时施放相应技能经过一下午的反复测试与改良, 加上fattyjelly的帮助,这个宏已经相当完美了,基本不会出现卡技能的情况。

之前我担心由于猛禽施放失败之类的原因会导致摔绊无法施放, 但是通过在卡拉赞骷髅级怪身上试验暂时还没有发现有此问题。

大家放心使用吧, 即使会因为不可预料之情况出现摔绊不能,那可能性也是极小的。

注:这个宏唯一的一点小小不足,就是反击和摔绊同时可用的时候,不能优先施放反击,这个希望日后能够通过大家的帮助得以解决,那样这个宏就真正完美了如果仅仅只需要猛禽摔绊、或者猛禽猫鼬,可以用下面两个宏:字串4/cast猛禽一击/cast摔绊/cast猛禽一击/cast猫鼬撕咬 字串92.宠物宏字串5showtooltip 召唤宠物;治疗宠物;喂养宠物/cast 召唤宠物;治疗宠物;治疗宠物;解散野兽;复活宠物;喂养宠物/use 烤鹌鹑字串9这个宏的作用是:在没有PET的状态下召唤,战斗状态和非战斗状态下点击左键分别是治疗和喂食,宝宝存活状态和宝宝尸体状态点击右键分别是解散和复活,如果宝宝尸体消失,则按鼠标中键复活。

按住CTRL再点宏是强制使用最高级治疗,按住ALT再点宏强制使用1级治疗。

同时加入根据情况切换相应技能图标与技能说明功能: 没有宝宝时显示召唤宠物,战斗中或者按下ctrl/alt/shift任意一个键显示治疗宠物, 其他情况显示喂养宠物这个是我个人相当喜欢的宏,一个宏就包含了所有与宝宝相关的常用技能,非常方便且省格子,另外,如果要喂宝宝其他食物,把烤鹌鹑替换为你想要喂的食物名字即可,如果觉得替换起来比较麻烦的话,可以在后面以同样的格式添加食物,如下:。

烤鹌鹑/use 熏肉/use 嫩狼肉/use 烤鱿鱼/use XXX字串7/use OOO。

如果烤鹌鹑吃完,会根据由上到下排列的顺序依次喂给宠物熏肉、嫩狼肉、烤鱿鱼等等, 不要喂宝宝不喜欢吃的东西哦如果你只想要一键召唤与解散宝宝,可以用这个宏:字串8showtooltip召唤宠物/cast 召唤宠物;解散野兽 字串3在没有宝宝的状态下召唤,反之则解散字串23.懒人宏字串5showtooltip自动射击/castsequence reset=11/combat/target毒蛇钉刺,震荡射击,多重射击,奥术射击,奥术射击字串3这个宏的作用是:连续点击此宏会依次施放 毒刺、震荡、多重、奥术、奥术, 这个宏将会在11秒后/脱离战斗/切换目标的情况下重置很方便的FARM宏字串44.假死逃脱宏 字串8showtooltip假死/cast逃脱/cast假死 字串8这个宏的作用是:按一下施放逃脱, 5秒内再按就施放假死这个宏不要按的过快,不然会连续施放逃脱和假死, 请在你真正需要假死的时候狂点它字串55.守护切换宏 字串2由于2.0自动切换动作条功能被取消了, 我们只有手动切换一下拉BLZ提供了默认的6条动作条,每一条对应的数字分别是1-6字串6/cast雄鹰守护/changeactionbar 1字串4施放雄鹰守护,并切换到动作条1字串6/cast灵猴守护/changeactionbar 2字串4施放灵猴守护,并切换到动作条2字串6/swapactionbar 1 2/cast 雄鹰守护;灵猴守护王者之心2点击试玩。

󦘖

添加微信免费领卡

a6754mm

添加微信
版权声明:此文版权归原作者所有,若有来源错误或者侵犯您的合法权益,您可Email:report_xhlks@foxmail.com与我们取得联系,我们将及时进行处理。

分类栏目

微信号复制成功

打开微信,点击右上角"+"号,添加朋友,粘贴微信号,搜索即可!