动态技能宏详解

例子:

#showtooltip
/cast Bonestorm
/cast Blood Mirror
/run local G=GetSpellInfo SetMacroSpell("BS", G"Bonestorm" or G"Blood Mirror")

此方法的前提是必须将宏的名字设为 SetMacroSpell 的第一个参数,比如上面的 BS,宏的名字就必须是 BS,再比如:

#showtooltip
/cast [pvptalent:6/3]Necrotic Strike
/cast Clawing Shadows
/run local G=GetSpellInfo SetMacroSpell("NS", G"Necrotic Strike(Honor Talent)" or G"Clawing Shadows")

上面的这个宏的名字就必须是 NS,否则 SetMacroSpell 图标不会生效