22467
返回列表
怀旧服全职业通用宏
2022-12-23 14:53 【魔兽世界台服】

全职业

快速焦点宏:

/clearfocus [target=focus,exists]

/focus [exists]


坐骑自定义

坐骑宏:

/cast 黑锋骸骨狮鹫

/cast 阿彻鲁斯死亡战马


随机坐骑宏:

/castrandom 涡轮加速飞行器,迅捷红色狮鹫

/castrandom 迅捷幽灵虎,迅捷霜刃豹,迅捷褐色马


小德坐骑宏:

#showtooltip

/cast 迅捷霜刃豹

/cast [swimming]!水栖形态;[indoors]!猎豹形态;[combat]!旅行形态; [flyable]迅捷飞行形态

/script UIErrorsFrame:Clear()


坐骑不报错宏:

/run local t=4 if IsMounted()then return elseif not IsFlyableArea()or "冬拥湖"==GetZoneText()or "达拉然"==GetRealZoneText()and "克拉苏斯平台"~=GetSubZoneText()then t=6 end CallCompanion("MOUNT",t)

/dismount


随机坐骑不报错宏:

/run local t={4,9} if IsMounted()then return elseif not IsFlyableArea()or "冬拥湖"==GetZoneText()or "达拉然"==GetRealZoneText()and "克拉苏斯平台"~=GetSubZoneText()then t={6,11} end CallCompanion("MOUNT",t[random(#t)])

/dismount


焦点互换

#showtooltip

/tar [@focus]

/targetlasttarget

/focus

/targetlasttarget

/focus [@mouseover,exists][@focus,noexists]