No. 13: 魔兽世界巫妖王之怒——我的插件和按键备忘

从戒律牧到敏锐贼,一个插件爱好者的 WotLK 配置记录。

2024/8/28

魔兽世界 游戏 插件 怀旧服

一些自己用的 WotLK 备份。不是教程,是记录——方便哪天想回去看看时,不用从头配。

Binding | 按键设置

戒律按键

敏锐按键

战斗按键

Addons | 插件列表

Addons for Classic

Addons for Classic_sod

Addons for WotLK

Macro | 宏命令

Macro for 通用

WLK 数据库

附魔外观

坐骑代码


--UI设置
/fstack --命令 /fstack 鼠标移动到想要隐藏的元素上 CTRL 然后加上Hide()

-- 坐骑
#showtooltip
/cast [mod:shift]梦魇翡翠幼龙;迅捷幽灵虎

-- 装备部位
#showtooltip
/use 8 --鞋子
/use 10 --手套
/use 13 --饰品1
/use 14 --饰品2
/use 16 --主手
/use 17 --副手

Macro for 牧师

#showtooltip
/cast [@mouseover,help]强效治疗术
/cast [@mouseover,harm]心灵震爆
/cast [@target,help]强效治疗术
/cast [@target,harm]心灵震爆

#showtooltip
/cast [@mouseover,help]愈合祷言
/cast [@mouseover,harm]神圣之火
/cast [@target,help]愈合祷言
/cast [@target,harm]神圣之火

#showtooltip
/cast [@mouseover,help]苦修
/cast [@mouseover,harm]苦修
/cast [@target,help]苦修
/cast [@target,harm]苦修

#showtooltip
/cast [@mouseover,help]快速治疗
/cast [@mouseover,harm]暗言术:痛
/cast [@target,help]快速治疗
/cast [@target,harm]暗言术:痛

#showtooltip
/cast [@mouseover,help]联结治疗
/cast [@mouseover,harm]惩击
/cast [@target,help]联结治疗
/cast [@target,harm]惩击

#showtooltip
/cast [@mouseover,help]治疗祷言
/cast [@mouseover,harm]噬灵疫病
/cast [@target,help]治疗祷言
/cast [@target,harm]噬灵疫病

#showtooltip
/cast [@mouseover,help]真言术:盾
/cast [@target,help]真言术:盾
/cast 真言术:盾

#showtooltip
/cast [@mouseover,help]恢复
/cast [@mouseover,harm]暗言术:灭
/cast [@target,help]恢复
/cast [@target,harm]暗言术:灭

#showtooltip
/stopcasting
/cast 绝望祷言
/use 邪能治疗石
/use 符文治疗注射器
/use 符文治疗药水
/use 战斗大师的勇敢
/use 联盟军旗

#showtooltip
/stopcasting
/cast [@cursor] 群体驱散

#showtooltip
/cast [mod:shift]驱除疾病;驱散魔法

#showtooltip 精神灼烧
/cast [@targettarget,harm,nodead][] 精神灼烧

Macro for 盗贼

#showtooltip
/cleartarget
/targetenemy
/cancelaura [nocombat]暗影之舞
/cast [mod:shift]侦测;[nostance,nocombat]!潜行;闷棍
/cast [nomod,stealth,@target,exists]搜索

#showtooltip 偷袭
/use 10
/cast 预谋
/cast 偷袭

#showtooltip 锁喉
/cast 预谋
/cast 锁喉

#showtooltip 伏击
/cast 预谋
/cast 暗影之舞
/use 10
/cast 伏击

#showtooltip 脚踢
/stopcasting
/cast [target=focus,harm,exists][harm] [target=targettarget, harm] 脚踢

#showtooltip 致盲
/stopcasting
/cast [target=focus,harm,exists][harm] [target=targettarget, harm] 致盲

#showtooltips 嫁祸诀窍
/cast [target=mouseover,help,nodead,exists]嫁祸诀窍
/cast [target=focus,help][target=targettarget,help,nodead]嫁祸诀窍

#showtooltip
/stopcasting
/cast [@cursor] 扰乱

#showtooltip
/stopcasting
/use 邪能治疗石
/use 符文治疗注射器
/use 符文治疗药水
/use 战斗大师的勇敢
/use 联盟军旗

#showtooltip
/use [button:1]致命药膏 IX
/use [button:1]16
/use [button:2]速效药膏 IX
/use [button:2]17
/click StaticPopup1Button1

#showtooltip
/use [button:1]致命药膏 IX
/use [button:1]16
/use [button:2]减速药膏
/use [button:2]17
/click StaticPopup1Button1

2014 年我写了那篇《魔兽世界与产品设计》,那时候在聊怎么从玩插件到做产品。十年后回来备份这份配置记录,我发现:有些热爱,隔多少年翻出来还是热的。