Single-Target Burst Macro
This macro casts Combustion, then immediately uses a trinket (if equipped) and a racial ability (if applicable) for maximum burst damage.
#showtooltip Combustion
/cast Combustion
/use 13
/use 14
/cast Arcane PulseFire Mages benefit greatly from macros that streamline their burst rotation and improve target management. Efficiently combining spells and managing cooldowns can significantly boost their damage output. Macros help Fire Mages react quickly to combat situations, ensuring their powerful spells are cast effectively.
This macro casts Combustion, then immediately uses a trinket (if equipped) and a racial ability (if applicable) for maximum burst damage.
#showtooltip Combustion
/cast Combustion
/use 13
/use 14
/cast Arcane PulseThis macro casts Ice Barrier on yourself, protecting you from incoming damage.
#showtooltip Ice Barrier
/cast [@player] Ice BarrierThis macro allows you to cast Counterspell on an enemy target you are mousing over, without changing your current target.
#showtooltip Counterspell
/cast [@mouseover,harm,nodead] Counterspell; CounterspellA burst macro for Fire Mages is crucial because it allows you to activate multiple damage-increasing abilities simultaneously. This maximizes the 'Combustion' window, delivering a large amount of damage in a short period.
[@player] in a macro ensures that the spell is cast on your character directly. This is useful for self-buffs or defensive abilities like Ice Barrier, preventing accidental casts on targets.
You can include multiple trinkets or racial abilities in a burst macro. The macro will attempt to use all specified items/abilities, but only those that are off cooldown and usable will activate.