World-of-warcraft – write a spec specific macro

world of warcraft

I want to write a spec specific macro that goes something like this:

If spec 1 cast X
If spec 2 cast Y

For example

on frost spec cast deep freeze
on arcane spec cast arcane missiles

I really hope you can help me out here

Best Answer

Use the following macro

#showtooltip
/cast [spec:1] Deep Freeze
/cast [spec:2] Arcane Missiles

I came up with that after reading the following thread on the wow us forums

Macro specialization modifiers?

Here is what it looks like in the macro editor

macro editor

In frost spec the command is Deep Freeze

frost spec
mapped the command to the 6 key

In Arcane spec the command is Arcane Missiles

Arcane spec
mapped the command to the 6 key