您当前位置:主页 > 副本攻略 > 详情

魔兽世界重置副本的宏还能用吗

2024-11-22 22:39 |陪天游戏 |来源:未知

一、魔兽世界重置副本的宏还能用吗

能用

/invite 人名字(最好随便找个在副本中人,因为他有队伍,就不会被你骚扰到)

/script LeaveParty()

/logout

二、重置FB宏

-----------------第一种-------------

/invite 任一在线玩家,有队的一样。

/script LeaveParty()

点了后就可以小退到人物界面了。几秒后会出现传回炉石的提示。不用管。重进后自动在FB门口。而且FB已经重置了。

奥格卡炉石也可以用吧嘿嘿。不用找人组了。点了等传就行了。

-----------------第二种-------------

好友版:

/run local t,n,c={};for i=1,GetNumFriends() do n,_,_,_,c=GetFriendInfo(i)if c then table.insert(t,n)end end;if t[1]then n=t[random(#t)]InviteUnit(n)SendChatMessage(我在用回城宏,如果不在队伍里请点拒绝,whisper,nil,n)LeaveParty()end;

公会版:

/run local t,n,c={};for i=1,GetNumGuildMembers() do n,_,_,_,_,_,_,_,c=GetGuildRosterInfo(i)if c then table.insert(t,n)end end;if t[1]then n=t[random(#t)]InviteUnit(n)SendChatMessage(我在用回城宏,如果不在队伍里请点拒绝,whisper,nil,n)LeaveParty()end;

随机版:

/run SendWho()local a=GetNumWhoResults()a=GetWhoInfo(random(a))InviteUnit(a)SendChatMessage(我在用随机回城宏,如果不在队伍里请点拒绝,抱歉打扰到你,whisper,nil,a)LeaveParty()

如果要重置副本在LeaveParty()后面加上Logout()

这个宏的功能分别是 在好友列表中/公会中/再线玩家中随机邀请人加入队伍 并且M语我在用随机回城宏,如果不在队伍里请点拒绝,抱歉打扰到你然后离开队伍,而传统的重制FB宏需要自己查找再线目标并写入宏内才能使用

PS:如果有烈酒传送器相当与多一次炉石,离FB远的话 想要回城而炉石CD,可以先用烈酒传送器传到黑石深渊,再用上面的宏 谁用谁知道!~

三、求几个实用并且可用的宏!!!魔兽世界

常用宏语言简洁解释

13 饰品上

14 饰品下

/Cast =/施放

------------------

[modifier:alt] 按alt+宏生效的技能

[modifier:ctrl] 同理

[modifier:shift] 同理

[button:2]鼠标右键

[button:3]鼠标中键

[button:4]鼠标4 键

[button:5]鼠标5 键

------------------

/petstay 宠物停留

/petattack 宠物攻击

/petfollow 宠物跟随

/petpassive 宠物被动

/petdefensive 宠物防御

/petaggressive 宠物主动

/petautocaston <spell> 宠物技能自动施放开

/petautocastoff <spell> 宠物技能自动施放关

------------------

[target=XXXX] XXX为mouseover时表示鼠标所指的单位 XXX为player时表示玩家自己 等等

[harm] 判断是否敌对 noharm为不敌对

[help] 判断是否友好 nohelp为不友好

[dead] 判断是否死亡 nodead为未死亡

多项判断一起时放同一中括号内用,搁开 如[target=focus,harm,nodead]

/click [pet] PetActionButton(数字) 表示按宠物快截栏的第(数字)个技能 从左往右数,空的也算

/targetlasttarget 选择上一个目标

-----------------

宏的正文

1、水宝宝

#showtooltip [nopet] [target=pet,dead] 召唤水元素; [pet] 冰冻术

/cast [nopet]召唤水元素

/cast [target=pet,dead]召唤水元素

/stopmacro [target=pet,dead]

/cast 冰冻术

/petattack

/click [pet] PetActionButton5

没有BB使用水元素技能 有BB使用冰冻术技能 即使BB死亡状态也可召唤。

如果是刷血色 STSM等副本需要停留宝宝将

/petattac

k改成

/petstay

/petpassive

---停留+被动

或者做两个宏

—————————————————我不喜欢画分割线—————————————————

2、无敌重置副本宏

/invite 任意在线玩家

/script LeaveParty()

/logout

无论你组的人有没有组 都会自动邀请再离组并小退 达到返回副本入口重置副本的目的

3、战场排场宏

/run JoinBattlefield(0)

适合秒排时用,打开战场NPC,点此宏将自动排队不会关闭对话窗,以便观看进的是否为新场。

新增:坐骑宏

#showtooltip

/castrandom [modifier:alt]迅捷雷刃豹;[flyable]白色幼龙;迅捷雷刃豹

能飞行就召飞行坐骑,不能则召唤陆地坐骑。 如果想在外域骑马就按alt+宏

4、死绝杀

#showtooltip

/stopcasting

/cast 气定神闲

/stopcasting

/use 14

/cast 奥术强化

/stopcasting

/cast 火球术

现在流行奥法气定火球.

5、冰枪术

#showtooltip

/stopcasting

/cast [target=mouseover,harm,nodead]冰枪术;冰枪术

优先攻击鼠标所指的敌对存活生物,其次攻击当前目标。

6、法术反制

#showtooltip

/stopcasting

/Cast [modifier:alt,target=focus,harm,nodead]法术反制;[target=mouseover,harm,nodead]法术反制;法术反制

alt+宏为反制焦点,鼠标所指敌对存活生物反制(优先级别低于焦点反制),直接按为反制,

7、变形术

#showtooltip

/Cast [target=mouseover,harm,nodead]变形术;[modifier:alt,target=focus,harm,nodead]变形术;变形术

参考法术反制

8、寒冰屏障

#showtooltip

/stopcasting

/cancelAura 寒冰屏障

/cast 寒冰屏障

直接按为冰箱,有冰箱按宏则无视公共CD取消冰箱.

9、隐形术

#showtooltip

/stopcasting

/cancelaura 隐形术

/cast 隐形术

同上

10、

#showtooltip

/TargetLastTarget [noharm]

/cast [modifier:alt]活体炸弹;火焰冲击

加了一句/TargetLastTarget [noharm]

如果你没有目标则自动选择上一个目标直接施法。 本来加harm的 结果按了后会取消当前目标去选上一个目标 所以就改为noharm了。

对付盗贼等会消失的职业时很好用,缺点是会选到NPC,所以有附近提议NPC时最好确定敌人出现后再用。

11、

#showtooltip

/TargetLastTarget [noharm]

/cast [modifier:shift]冰枪术;[modifier:alt]火焰冲击;减速

同上,减速就好用点了 无视方向。

—————————————————那你还画线干啥—————————————————

这一部分可以省不少按键 强烈推荐

12、

快餐店

#showtooltip

/cast [modifier:alt]造水术;[button:3]召唤餐桌;[modifier:shift]魔法点心;[modifier:ctrl]造食术;[button:2] 魔法羊角面包;魔法冰川水

一个店面就可以开个食品公司

alt+宏为造水 ctrl+宏为造食 鼠标中键+宏为拉桌子 shift+宏吃点心 左键按宏为喝水 右键吃面包

下面的宏就不解释这些了

13、传送术

#showtooltip

/cast [modifier:alt]传送:暴风城;[modifier:shift]传送:达纳苏斯;[modifier:ctrl]传送:埃索达;[button:3]传送:塞拉摩;[button:2]传送:沙塔斯;传送:铁炉堡

14、传送门

#showtooltip

/cast [modifier:alt]传送门:暴风城;[modifier:shift]传送门:达纳苏斯;[modifier:ctrl]传送门:埃索达;[button:3]传送门:塞拉摩;[button:2]传送门:沙塔斯;传送门:铁炉堡

15、Buff

#showtooltip

/cast [modifier:ctrl]魔法增效;[modifier:alt]魔法抑制;[modifier:shift]专注魔法;[button:2]奥术光辉;奥术智慧

16、护甲

#showtooltip

/cast [modifier:alt]法师护甲;[button:2]冰甲术;熔岩护甲

17、一条命

#showtooltip

/cast [modifier:alt]超级治疗药水;[modifier:alt]极效治疗石;[modifier:alt]生命之血;[modifier:shift]生命之血

/cast [modifier:alt]厚灵纹布绷带;厚灵纹布绷带

按shift+宏单独使用生命之血 直接按为绷带 按alt+宏为4者同时用。 不舍得喝红时删掉该句既可

18、种族天赋与护符旗帜

#showtooltip

/cast [modifier:alt]13;[modifier:shift]14;[button:2]联盟军旗;[modifier:ctrl]雷矛战旗;逃命专家

19、常用N开

#showtooltip

/stopcasting

/cast 奥术强化

/cast 燃烧

/cast 冰冷血脉

/cast 14

/cast 火球术

20、宝石

#showtooltip

/cast [modifier:alt]制造法力宝石;法力刚玉

21、要你命3000天赋

#showtooltip

/cast [modifier:ctrl]奥术强化;[modifier:alt]气定神闲;奥术弹幕

22、元素盾

#showtooltip

/cast [modifier:alt]防护火焰结界;防护冰霜结界

23、天神下凡

#showtooltip

/stopcasting

/cast 燃烧

/cast 冰冷血脉

/cast 奥术强化

/cast 气定神闲

/cast 烈焰菇

/cast 加速药水

/cast 14

这里加/stopcasting 是为了防止宏技能CD不刷新

—————————————————都是被逼的—————————————————

以下宏可根据个人需要更改。

24、

#showtooltip

/cast [modifier:alt]炎爆术;火球术

火法专用 快速瞬发脸盆.

25、

#showtooltip

/cast [modifier:alt]火球术;灼烧

冰法专用 快速瞬发火球

26、

#showtooltip

/Cast [modifier:alt]奥术冲击;奥术飞弹

快被遗忘的奥冲...

27、

#showtooltip

/cast [modifier:alt]烈焰风暴;龙息术

瞬发火炉

28、

#showtooltip

/cast [modifier:alt]烈焰风暴;冲击波

瞬发火炉

29、

#showtooltip

/stopcasting

/cast [modifier:alt]法术偷取;闪现术

30、

#showtooltip

/cast [modifier:alt]烈焰风暴;冰锥术

31、

#showtooltip

/cast [modifier:shift]解除诅咒;[modifier:alt]魔爆术;冰霜新星

32、

#showtooltip

/stopcasting

/Cast [modifier:alt]奥术冲击;奥术飞弹

33、

#showtooltip

/cast [modifier:alt]寒冰护体;[button:2]野魔花;法力护盾

冰法就将寒冰护体和法力护盾换下位置

施法打断提示宏,某高人写的 时间太久不记得了

下面3个宏是绑在一起的 进入游戏后按顺序各点一次。

之后你每打断掉别人的施法就会小队喊话

/p [hh:mm:ss] 我打断了[某某]的[牛X技能]

并且技能还是个连接 可以看到一些怪物的奇特法术。

34、打断提示宏1

/run function SIS_M(a,b,c,d,e,f,g,type) SendChatMessage( 我打断了 [..c..] 的 \124cff71d5ff\124Hspell:..f..\124h[..g..]\124h\124r。,type);end

35、打断提示宏2

/run function EV_M(...) local a,v,_,b,_,_,c,_,d,e,_,f,g=...;if (v==SPELL_INTERRUPT and SIS_M) then SIS_M(a,b,c,d,e,f,g,partty);end end

----partty代表小队 可以改为say yell raid等。

36、打断提示宏3

/run if (not MSG_F) then CreateFrame(Frame,MSG_F,UIParent);end MSG_F:RegisterEvent(COMBAT_LOG_EVENT);MSG_F:SetScript(OnEvent,function(_,_,...) if (EV_M) then EV_M(...);end end);

—————————————————要你命3000分割线—————————————————

mocros-cache 文档 通用部分

以下内容复制到World of Warcraft\WTF\Account\帐号id目录下

MACRO 12 冰枪术 INV_Misc_QuestionMark

#showtooltip

/stopcasting

/cast [target=mouseover,harm,nodead]冰枪术;冰枪术

END

MACRO 2 闪+ 偷 INV_Misc_QuestionMark

#showtooltip

/stopcasting

/cast [modifier:alt]法术偷取;闪现术

END

MACRO 9 PVP水宝宝 Spell_Frost_SummonWaterElemental_2

#showtooltip [nopet] [target=pet,dead] 召唤水元素; [pet] 冰冻术

/cast [nopet]召唤水元素

/cast [target=pet,dead]召唤水元素

/stopmacro [target=pet,dead]

/cast 冰冻术

/petattack

/click [pet] PetActionButton5

END

MACRO 8 死绝杀 Spell_Fire_FelFlameBreath

#showtooltip

/stopcasting

/cast 气定神闲

/stopcasting

/use 14

/cast 奥术强化

/stopcasting

/cast 火球术

END

MACRO 10 焦点+鼠标反制 INV_Misc_QuestionMark

#showtooltip

/stopcasting

/Cast [modifier:alt,target=focus,harm,nodead]法术反制;[target=mouseover,harm,nodead]法术反制;法术反制

END

MACRO 4 冰锥 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]烈焰风暴;冰锥术

END

MACRO 6 冰锥 诅咒 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:shift]解除诅咒;[modifier:alt]魔爆术;冰霜新星

END

MACRO 15 奥术飞弹 INV_Misc_QuestionMark

#showtooltip

/Cast [modifier:alt]奥术冲击;奥术飞弹

END

MACRO 7 棺材 INV_Misc_QuestionMark

#showtooltip

/stopcasting

/cancelAura 寒冰屏障

/cast 寒冰屏障

END

MACRO 3 火冲 炸弹 Spell_Fire_Fireball

#showtooltip

/TargetLastTarget [noharm]

/cast [modifier:alt]活体炸弹;火焰冲击

END

MACRO 19 灼烧 火球 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]火球术;灼烧

END

MACRO 20 奥术天赋 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:ctrl]奥术强化;[modifier:alt]气定神闲;奥术弹幕

END

MACRO 25 坐骑 INV_Misc_QuestionMark

#showtooltip

/castrandom [modifier:alt]迅捷雷刃豹;[flyable]白色幼龙;迅捷雷刃豹

END

MACRO 11 隐形术 INV_Misc_QuestionMark

#showtooltip

/stopcasting

/cancelaura 隐形术

/cast 隐形术

END

MACRO 13 火盆 Spell_Fire_FlameBolt

#showtooltip

/cast [modifier:alt]炎爆术;火球术

END

MACRO 17 瞬发技能 Spell_Nature_Slow

#showtooltip

/TargetLastTarget [noharm]

/cast [modifier:shift]冰枪术;[modifier:alt]火焰冲击;减速

END

MACRO 5 解控制 饰品 军旗 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]13;[button:2]联盟军旗;[modifier:shift]14;[modifier:ctrl]雷矛战旗;逃命专家

END

MACRO 1 Decursive INV_Misc_QuestionMark

/stopcasting

/cast [target=mouseover,nomod,exists] 解除诅咒; [target=mouseover,exists,mod:alt] 变形术; [target=mouseover,exists,mod:shift] 解除诅咒

END

-----------------------分分分,要你命------------------

mocros-cache 文档 角色部分 可跟以上部分放置一起 MACRO XXXX的数字或许要改

以下内容复制到World of Warcraft\WTF\Account\帐号id\服务器\角色名 目录下

-----------

MACRO 16777225 元素盾 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]防护火焰结界;防护冰霜结界

END

MACRO 16777227 天神下凡 Spell_Holy_Aspiration

#showtooltip

/stopcasting

/cast 燃烧

/cast 冰冷血脉

/cast 奥术强化

/cast 气定神闲

/cast 烈焰菇

/cast 加速药水

/cast 14

END

MACRO 16777235 快餐店 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]造水术;[button:3]召唤餐桌;[modifier:shift]魔法点心;[modifier:ctrl]造食术;[button:2] 魔法羊角面包;魔法冰川水

END

MACRO 16777220 无敌重置副本宏 Spell_Holy_DivineIntervention

/invite 任意在线玩家

/script LeaveParty()

/logout

END

MACRO 16777226 祝福 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:ctrl]魔法增效;[modifier:alt]魔法抑制;[modifier:shift]专注魔法;[button:2]奥术光辉;奥术智慧

END

MACRO 16777230 PVE水宝宝 Spell_Frost_SummonWaterElemental_2

#showtooltip [nopet] [target=pet,dead] 召唤水元素; [pet] 冰冻术

/cast [nopet]召唤水元素

/cast [target=pet,dead]召唤水元素

/stopmacro [target=pet,dead]

/petstay

/petpassive

/cast 冰冻术

/click [pet] PetActionButton5

END

MACRO 16777221 传送术 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]传送:暴风城;[modifier:shift]传送:达纳苏斯;[modifier:ctrl]传送:埃索达;[button:3]传送门:塞拉摩;[button:2]传送:沙塔斯;传送:铁炉堡

END

MACRO 16777236 宝石 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]制造法力宝石;法力刚玉

END

MACRO 16777223 护甲 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]法师护甲;[button:2]冰甲术;熔岩护甲

END

MACRO 16777224 护盾 Spell_Shadow_DetectLesserInvisibility

#showtooltip

/cast [modifier:alt]寒冰护体;[button:2]野魔花;法力护盾

END

MACRO 16777237 一条命 Spell_Holy_HolyNova

#showtooltip

/cast [modifier:alt]作战治疗药水;[modifier:alt]生命之血;[modifier:alt]极效治疗石;[modifier:shift]生命之血

/cast [modifier:alt]厚灵纹布绷带;厚灵纹布绷带

END

MACRO 16777222 传送门 INV_Misc_QuestionMark

#showtooltip

/cast [modifier:alt]传送门:暴风城;[modifier:shift]传送门:达纳苏斯;[modifier:ctrl]传送门:埃索达;[button:3]传送门:塞拉摩;[button:2]传送门:沙塔斯;传送门:铁炉堡

END

MACRO 16777229 变形 INV_Misc_QuestionMark

#showtooltip

/Cast [target=mouseover,harm,nodead]变形术;[modifier:alt,target=focus,harm,nodead]变形术;变形术

END

MACRO 16777231 战场宏 Ability_Warrior_InnerRage

/run JoinBattlefield(0)

END

MACRO 16777232 打断提示宏1 Spell_ChargeNegative

/run function SIS_M(a,b,c,d,e,f,g,type) SendChatMessage( 我打断了 [..c..] 的 \124cff71d5ff\124Hspell:..f..\124h[..g..]\124h\124r。,type);end

END

MACRO 16777233 打断提示宏2 Spell_ChargePositive

/run function EV_M(...) local a,v,_,b,_,_,c,_,d,e,_,f,g=...;if (v==SPELL_INTERRUPT and SIS_M) then SIS_M(a,b,c,d,e,f,g,partty);end end

END

MACRO 16777234 打断提示宏3 Spell_DeathKnight_PathOfFrost

/run if (not MSG_F) then CreateFrame(Frame,MSG_F,UIParent);end MSG_F:RegisterEvent(COMBAT_LOG_EVENT);MSG_F:SetScript(OnEvent,function(_,_,...) if (EV_M) then EV_M(...);end end);

END

MACRO 16777228 N开 Spell_Holy_TestOfFaith

#showtooltip

/stopcasting

/cast 奥术强化

/cast 燃烧

/cast 冰冷血脉

/cast 14

/cast 火球术

END