告示-在您阅读之前:
宏不能检查 BUFF DEBUFF和冷却
宏不能检查 生命值 法力值 怒气值 能量值或连技点
中间施法出错将中断宏的功能
对友方目标的BUFF会自动加相应的等级
不标记等级的技能默认使用最高级
使用/castsequence时必须带上技能等级:
例:/cast Mangle (Cat)() 和 /cast Mangle (Cat)(Rank 2)都有效,但是/cast Mangle (Cat)() 无效而 /cast Mangle (Cat)(Rank 2)有效
/castsequence会在宏运行完毕后重制,而reset=X就是运行完毕后X秒重制
貌似战斗结束后也会重制
[bracketed words]是条件句。[target=unit] 不是一个真条件,但是不改变你当前的目标就可以对宏的目标施法。 [target=none]会给你一个亮指针(即游戏里的鼠标),除非你启动了自我施法
本段翻译有纰漏...欢迎指正
变形宏仍然有问题,应该能在下一个补丁中得到修正
胖鸟和奶树共用第5形态(天赋原因),而飞行形态根据你天赋处于第5或第6形态
“变形冷却”只允许当你在进入一形态后1.5秒内取消该形态(DRUID变形得通过施法者形态衔接)时使用特殊动作条。但是并不阻止你立刻从一个形态转换到另一个形态,并且它不允许使用宏
@_@
#show (和 #showtooltip ) 会显示宏的技能冷却到宏的按键上。使用问号图标会复制宏里技能的图标作为宏的图标
focus可以让你锁定目标(使用/focus)直到你取消锁定(使用/clearfocus),目标将会一直锁定(使用 /target focus或[target=focus])
野性宏
Faerie Fire (Feral) / Prowl - question: does FFF require another ()?
战斗非潜行状态则施放精灵之火,非战斗非潜行状态则潜行
/cast [combat, nostealth] Faerie Fire (Feral); [nocombat, nostealth] Prowl
Mangle / Ferocious Bite - note the extra ()
割裂图标。按下ALT凶猛撕咬,否则MANGLE
# show Mangle (Cat)()
/cast [modifier:alt] Ferocious Bite; Mangle (Cat)()
Ravage / Shred
潜行毁灭,不潜行则撕碎
/cast [nostealth] Shred; [stealth] Ravage
Ravage / Shred / Ferocious Bite
(撕碎图标)按下ALT点使用凶猛撕咬,潜行使用毁灭,平时使用撕碎
# show Shred
/cast [modifier:alt] Ferocious Bite; [stealth] Ravage; Shred
Pounce / Mangle
非潜行用MANGLE,潜行使用突袭
/cast [nostealth] Mangle (Cat)(); [stealth] Pounce
Pounce / Mangle > Rake - note: (Rank 2) is necessary here
流血宏:非潜行使用MANGLE,扫击(10秒后再次使用MANGLE) 。潜行使用突袭(要求 已学会MANGLE2级)
/castsequence [nostealth] reset=10/target/combat Mangle (Cat)(Rank 2), Rake
/cast [stealth] Pounce
Pounce / Rake
非潜行扫击,潜行则突袭
/cast [nostealth] Rake; [stealth] Pounce
Pounce / Rake / Rip
(扫击图标)按下ALT点使用撕扯,潜行使用突袭,平时使用扫击
# show Rake
/cast [modifier:alt] Rip; [stealth] Pounce; Rake
Bash > heal
BASH后使用愈合+回春
/cast [stance:1] Bash
/cancelaura [stance:1] Dire Bear Form
/castsequence [nostance, target=player] reset=15 Regrowth, Rejuvenation
Demo Roar / Bash
按下ALT键点BASH,平时挫志
/cast [modifier:alt] Bash; Demoralizing Roar
Maul + Faerie Fire
槌击+精灵之火
/cast Maul
/stopcasting
/cast Faerie Fire (Feral)
Maul > Mangle
槌击,MANGLE,槌击,槌击(5秒循环)
/castsequence reset=5/combat Maul, Mangle (Bear)(Rank 2), Maul, Maul
Maul + Faerie Fire > Mangle
槌击,精灵之火,MANGLE组合
/cast Maul
/castsequence reset=6/target/combat Faerie Fire (Feral)(Rank 4), Mangle (Bear)(Rank 2)
Maul + auto-attack - tip: in case you start with Maul and no rage
槌击图标。槌击+自动攻击
# show Maul
/startattack [nomodifier:alt]
/cast [nomodifier:alt] Maul
/stopattack [modifier:alt]
Shifting Macros
形态转换宏
Caster Form (from any form)
从任何形态直接变施法者形态
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
Dire Bear Form (from any form) - note: this macro will keep you in bear form. to have this macro also de-shift you, include "[stance:1] Dire Bear Form; " somewhere in the /cancelaura line.
从任何形态直接变熊形态
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Dire Bear Form
Dire Bear Form > Feral Charge
变熊冲锋
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Dire Bear Form; [stance:1] Feral Charge
Dire Bear Form + Equip Idol + Weapon - note: the equip condition is still [nostance] because it hasn't yet registered that the stance has changed. equipping gear in combat can be done during a global cooldown, but it also causes a GCD, so you cannot shift after equipping
变熊,换神像和武器
/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Dire Bear Form
/equip [nostance] Warden Staff; [nostance] Idol of Brutality
Cat Form (from any form) - note: this macro will keep you in cat form. to have this macro also de-shift you, include "[stance:3] Cat Form; " somewhere in the /cancelaura line.
从任何形态转换到猫形态,并且不会取消猫形态。除非在/cancelaura 后面加入"[stance:3] Cat Form; "
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Cat Form
Cat Form > Prowl
潜行图标。猫形态+潜行
# show Prowl
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Cat Form; [stance:3, nostealth] Prowl
Cat Form + Equip Idol
进入猫形态并切换神像
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance] Cat Form; [stance:3, nostealth] Prowl
/equip [nostance] Idol of Ferocity
Travel Form (from any form) - note: this macro will keep you in travel form. to have this macro also de-shift you, include "[stance:4] Travel Form; " somewhere in the /cancelaura line. see below.
从任何形态转换到旅行形态,并且不会取消旅行形态。除非在/cancelaura 后面加入"[stance:4] Travel Form; "
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:5] ; [mounted]
/cast [nostance] Travel Form
Travel Form (spam)
上面的不知道什么版本
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance, outdoors] Travel Form
Travel Form / Aquatic Form
水中则水栖形态,室外则旅行形态
/cancelaura [stance:1] Dire Bear Form; [stance:3] Cat Form; [stance:5] ; [mounted]
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Travel Form / Aquatic Form (spam)
上面的也不知道什么版本
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Travel Form / Aquatic Form / Mount (spam)
超级逃跑宏 先看能否上马,不能则旅行形态,水下则水栖形态
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5]
/use [nostance, outdoors]
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
Travel Form (spam) & Rejuvenation
回春+旅行形态
具体运作不明 @.@
/cancelaura [stance:1] Dire Bear Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/castsequence [nostance, target=player] reset=12 Rejuvenation, Travel Form, Travel Form, Travel Form
Travel Form (spam) & Nature's Grasp
旅行形态+自然之握(2.0动物形态可以施放)
/cancelaura [stance:1] Dire Bear Form; [stance:3] Cat Form; [stance:5] ; [mounted]
/castsequence [nostance, outdoors] reset=60 Nature's Grasp, Travel Form, Travel Form, Travel Form
Moonkin / Tree of Life + Switch Actionbar - tip: since most spells don't work these forms, you can set up a dedicated actionbar with form-specific spells
进入奶树形态后切换到第2动作条-你可以把奶树装用的HOTs放到第2动作条
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [mounted]
/cast [nostance]
/changeactionbar [stance:5] 2
Caster Form + Restore original actionbar
接上一个宏,这个宏让你变回施法者形态后恢复原始动作条
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Tree of Life; [mounted]
/changeactionbar [nostance] 1
Dire Bear Form / Cat Form / Travel Form / Aquatic Form
按ALT点变猫按CTRL点变熊,游泳中变水栖形态,否则变旅行形态
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form;
/cast [modifier:alt] Cat form; [modifer:ctrl] Dire Bear Form; [swimming] Aquatic Form; Travel Form
Caster Form > Health Pot > Rejuvenation > Regrowth > Healing Touch - note: this sequence will not run at all while healing potions are on cooldown
吃大红+回春+愈合+治疗之触 - 该宏如果在大红冷却中施放将不作出任何动作
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin
/castsequence [nostance, target=player] Major Healing Potion, Rejuvenation, Regrowth, Healing Touch
General Utility Macros
综合宏
Faerie Fire / Faerie Fire (Feral)
精灵火/野性精灵火
# show Faerie Fire (Feral)()
/cast [nostance] Faerie Fire; Faerie Fire (Feral)()
Faerie Fire (target or target's target)
对敌方目标或目标的目标施放精灵之火
/cast [harm] Faerie Fire; [target=targettarget, harm] Faerie Fire
Prowl / Shadowmeld - note: this macro will keep you in stealth
潜行/影遁-该宏会保持你处于潜行状态
/cast [nocombat, stance:3, nostealth] Prowl; [nocombat, nostealth] Shadowmeld
Innervate - note: there is no way to check if your target uses mana
按下ALT键点则激活自己,如果谁也没选中,则相当与点技能后等待选择目标
/cast [modifier:alt, target=player] Innervate; [help] Innervate; [target=mouseover, exists, help] Innervate; [target=none] Innervate
Moonfire (spam)
月火机关枪(10级然后9级5次)
/castsequence reset=9/target/combat/ctrl Moonfire(Rank 10), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9), Moonfire(Rank 9)
Moonfire (various ranks)
CTRL1级月火,右键9级,否则10级
/cast [modifier:ctrl] Moonfire(Rank 1); [button:2] Moonfire(Rank 9); Moonfire(Rank 10)
Moonfire & Equip Idol
装备月火神像并施放月火
/equip Idol of the Moon
/cast Moonfire
Totem Killer - note: list the totems in priority order, with the ones you want to kill first listed last
专杀图腾——优先 火棍战栗地缚根基
/focus target
/target "totem"
/target "searing"
/target "tremor"
/target "earthbind"
/target "grounding"
/cast [harm] Moonfire(Rank 1)
/target focus
Barkskin > Hurricane
树皮+飓风
/stopmacro [channeling:Hurricane]
/castsequence reset=60/combat Barkskin, Hurricane
Entangling Roots / Nature's Grasp
ALT施放自然之握,敌方目标则缠绕
/cast [modifier:alt] Nature's Grasp; [nostance, harm] Entangling Roots; [stance:5, harm] Entangling Roots; Nature's Grasp
Mark of the Wild / Gift of the Wild
右键或ctrl键野性赐福
/cast [button:2] Gift of the Wild; [modifier:ctrl] Gift of the Wild; Mark of the Wild
Mark of the Wild + Thorns
爪子加荆棘术
/castsequence [modifier:alt, target=player] reset=10/target Thorns, Mark of the Wild; [help] reset=10/target Thorns, Mark of the Wild; [target=player] reset=10/target Thorns, Mark of the Wild
War Stomp > heal (Tauren)
践踏图标。践踏加愈合然后回春
# show War Stomp
/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] ; [mounted]
/castsequence [target=player] reset=120/combat War Stomp, Regrowth, Rejuvenation
Restoration Macros
奶宏
Abolish Poison / Remove Curse - note: "target=none" will give you the glowy hand selector, unless you are using auto-selfcast. [button:1] is left mouse button, [button:2] is right mouse button.
左键驱毒,右键解诅咒
/cast [button:1,target=none] Abolish Poison; [button:2,target=none] Remove Curse
Cure Poison / Remove Curse (spam)
左键消毒,右键解诅咒
/targetfriend
/cast [button:1] Cure Poison; [button:2] Remove Curse
/stopcasting
Pseudo-Decursive - according to Heysues, this works (but I'm skeptical)... please report whether this works!
一键解毒(未验证)
/cast [help] Cure Poison
/stopcasting
/cast [target=player] Cure Poison
/cast [target=party1] Cure Poison
/cast [target=party2] Cure Poison
/cast [target=party3] Cure Poison
/cast [target=party4] Cure Poison
/stopcasting
Nature's Swiftness + Healing Touch
迅捷+治疗之触,友方目标,否则给自己使用
/cast Nature's Swiftness
/stopcasting
/cast [help] Healing Touch; [target=player] Healing Touch
Nature's Swiftness + Healing Touch / Regrowth (in Tree of Life form)
树形态下NS+HT/愈合
/cast Nature's Swiftness
/stopcasting
/cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth
ZHC + NS + HT/Regrowth
暂达拉+迅捷+治疗之触/愈合
/use Zandalarian Hero Charm
/stopcasting
/cast Nature's Swiftness
/stopcasting
/cast [nostance, help] Healing Touch; [nostance, target=player] Healing Touch; [stance:5, help] Regrowth; [stance:5, target=player] Regrowth
Healing Touch (target or target's target)
给可协助目标或目标的目标使用HT
/cast [help] Healing Touch; [target=targettarget] Healing Touch
Healing Touch (every situation)
超级无敌全功能HT!!
按ALT给自己用,目标的目标,鼠标下方(不一定要点中,只需要鼠标放在人物上方),已锁定的目标,已锁定的目标的目标,如果谁也没选中,则相当与点技能后等待选择目标
/cast [modifier:alt,target=player] Healing Touch;[help] Healing Touch;[target=targettarget, help] Healing Touch;[target=mouseover,help] Healing Touch;[target=focus,help] Healing Touch;[target=focustarget,help];[target=none] Healing Touch
Healing Touch & Announce
施放治疗之触并说“三秒后治疗XX”
/cast [help] Healing Touch; [target=player] Healing Touch
/stopmacro [nohelp]
/say "Healing %t in 3 seconds."
Rejuv + Idol
装备回春神像并施放回春
/equip Idol of Rejuvenation
/cast Rejuvenation
Regrowth > Rejuvation > Lifebloom
愈合 回春 生命之花
/castsequence [help] reset=8/target Regrowth, Rejuvenation, Lifebloom; [target=player] reset=8 Regrowth, Rejuvination, Lifebloom