魔兽世界LR常用宏

我是抓蝎子的LR想要点常用宏~
2024-11-20 21:18:55
推荐回答(4个)
回答1:

2.42版稳固优先避免卡杀戮宏

Quote:

#show 稳固射击
/petautocastoff 闪电吐息
/castsequence reset=4[target=pettarget, exists]杀戮命令,!自动射击,!自动射击,!自动射击
/cast !自动射击
/cast [pet:风蛇,target=pettarget]闪电吐息
/cast 稳固射击
/script UIErrorsFrame:Clear()

新手注意:不是带风蛇宝宝,其他宝宝一样可以用的。

副本焦点误导宏

Quote:

/focus [modifier:shift]
/stopmacro [modifier:shift]
/施放 [target=focus,help][help][target=targettarget,help][target=pet]误导
/script local u,t=UnitName,"focus";t=u(t);if not t then t=u("targettarget");end;if t then SendChatMessage("我已误导 "..t,"yell");end

按住shift点这个宏把自己当前的目标(MT)设置为焦点,开打之后按宏误导并喊话,无设置焦点就直接误导给BB。
有一个缺点,就是万一掉线或者下线,会丢失焦点哦,一定要记得重新设置,要不就误导给宠物了

团队标记宏

Quote:

#showtooltip 猎人印记
/cast [harm,nodead] 猎人印记;照明弹
/petattack [nogroup]
/script SetRaidTarget("target",8);
/script if UnitSex("target")==3 then g="女" else g="男" end;SendChatMessage("DPS注意集火:"..UnitName("target").." 职业:"..UnitClass("target").." 血量"..UnitHealth("target").."% 性别:"..g.."","raid")

有目标就是上标记,没有目标就放照明
如果你是主标猎人就保留最后一行,会自动标记当前目标为骷髅,如果不是也无所谓,因为rl也不会给那权限..../petattack [nogroup]的意思就是在小队或团队中这句失效,如果不是的话,开标就上宠的话,估计你就要被扣分啦.这宏的好处就是团队solo两用罢,

团队自保宏

Quote:
#showtooltip
/stopcasting
/use [combat]极效治疗石
/use [combat]治疗药水注射器
/use [combat]水晶治疗药水
/use [combat]超级治疗药水
/use [combat]不稳定的治疗药水
/use [combat]特效治疗石
/use [combat]作战治疗药水
/use [combat]特效治疗药水
/use [combat]强效治疗石
/use [combat]红色食人魔佳酿

注意,如果是药水和治疗石都在冷却中,那么是一起吃下的,也就是瞬间3500+的回复,同时2者均进入cd。某些需要精确计算药水cd的boss未必合适,不过可以救命。

法力补充

Quote:
#showtooltip
/use [combat]法力药水注射器
/use [combat]水晶法力药水
/use [combat]超级法力药水
/use [combat]不稳定的法力药水
/use [combat]恶魔符文
/use [combat]特效法力药水
/use [combat]作战法力药水
/use [combat]强效法力药水
/use [combat]死灵符文
/use [combat]蓝色食人魔佳酿

假死

Quote:
/script UIErrorsFrame:Show()
#showtooltip 假死
/cancelaura [nocombat]假死
/stopcasting
/cast 假死

爆发宏加入了随机说话的功能

Quote:

/script text = {"爆发吧小宇宙!","燃烧吧,青春!","火力全开!","%t在下的宠物来爆你菊蕾了!","全力~抽~射~!"};
/script SendChatMessage(text[math.random(5)],"say");
#showtooltip
/施放 狂野怒火
/use [target=player]13
/use [target=player]14
/cast 急速射击
/cast 急速射击
/startattack

开启所有饰品和狂野,急速

回答2:

我的常用宏 希望对 你有用

抽筋宏

#show 稳固射击
/施放 [target=pettarget]杀戮命令
/castsequence reset=3 稳固射击,自动射击
/script UIErrorsFrame:Clear()

近战宏

/castsequence reset=6 摔绊
/cast 猫鼬撕咬
/castrandom [target=pettarget, exists] 杀戮命令
/ UIErrorsFrame:Clear()

超人宏,小红人+急速射击+饰品(如果是其他饰品则把刃拳的宽容替换成相应名字就行了

#showtooltip 狂野怒火
/cast 狂野怒火
/stopcasting
/use 刃拳的宽容
/stopcasting
/cast 急速射击
/script UIErrorsFrame:Clear();

BB咬图腾宏

/petattack [target=火焰新星图腾]
/petattack [target=根基图腾]
/petattack [target=地缚图腾]
/petattack [target=清毒图腾]
/petattack [target=灼热图腾]
/petattack [target=熔岩图腾]
/petattack [target=风墙图腾]
/petattack [target=大地之力图腾]
/petattack [target=石肤图腾]

回答3:

假死

Quote:
/script UIErrorsFrame:Show()
#showtooltip 假死
/cancelaura [nocombat]假死
/stopcasting
/cast 假死

回答4:

抽筋宏不错吗 兽王输出挺高的!