Fire mage macro epic burst

Since the drop of Legion I have been working on a macro for my build but I have run into a problem with pyroblast firing in my macro and id like to have it fire in the macro when hot streak procs but I’m new to this macro writing and I don’t know how to put it in the macro.

Sequences[‘UWONTFORGETME’] = {
author=“Isenguard@Illidan”,
specID=63,
version=2,
source = “Local”,
helpTxt = “Talents: 1123221”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noexists][noharm][dead]
]],
“/castsequence reset=combat/target/15 Rune of Power”,
“/castsequence [nochanneling] reset=target Fireball, Fireball”,
“/cast [combat] Phoenix’s Flames”,
“/cast Combustion”,
“/castsequence [nochanneling] reset=combat/target/12 Fire Blast”,
PostMacro=[[
/cast Ice Barrier
]],
}

Any help would be great feedback ect. thx

Nice macro you have been working on… but i fail to see where the epic burst comes from…

You cannot have Pyroblast ONLY cast when Hot Streak procs.

However, there are 4 ways you can work around this and add it to the macro.

  1. Have it on a separate keybind and use that when it procs. - More effective
  2. Use a /cast [nochanneling] Pyroblast somewhere in the macro - It will still cast regardless of Hot Streak or not but it will make it a 1 button macro.
  3. Use a /cast [mod]/[mod:alt/shift/ctrl](whatever button suits) Pyroblast somewhere in the macro - You would need to hold down one of those buttons and your macro button to fire it off.
  4. use /cast [@mouseover] Pyroblast somewhere in the macro - You will need to hover the mouse over the target portrait plate to fire/cast pyroblast on demand