6.2.3 Fire mage Gnome sequencer macro ** Update

Update for people to try

Talents = 3323333
Glyphs = Combustion, inferno, and ignite

Sequences["fmagetest"] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
    PreMacro = [[

    ]],
	'/cast [nochanneling] Ice floes',
	'/castsequence reset=combat Scorch, Scorch, Scorch, Fireball, Fireball, Pyroblast, Inferno Blast',
	'/cast [nochanneling] PyroBlast',
	'/cast [nochanneling] Ice Barrier',
	'/cast [nochanneling] Cold Snap',
    PostMacro = [[
/targetenemy [noharm][dead]
/use 13
/use 14
/cast [combat] Ice Ward
/cast [combat] Spellsteal
/cast [combat] Counterspell
/script UIErrorsFrame:Hide();
    ]],
}

Aoe people can try


/castsequence reset=1 Scorch, Inferno Blast, Combustion, Blast Wave, Blast Wave, Inferno Blast
/use 13
/use 14

its open for improvment

Sequences[‘fmage’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Time Warp
]],
‘/cast !Inferno Blast’,
‘/cast Fireball’,
‘/cast Pyroblast’,
‘/cast Scortch’,
‘/cast Fireball’,
‘/cast Living bomb’,

PostMacro = [[
/startattack
/cast [combat] Combustion
/use [combat]13
/use [combat]14
]],
}

We were having problems with Combustion as pre macro moved to post and double dps

here is an Update … A lot more fun
adjusted


Sequences['fmage'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],	
	'/cast Fireball',
	'/cast Scorch',
	'/cast Living bomb',
	'/cast Pyroblast',
	'/cast Inferno Blast',
	'/cast Frostjaw',
	'/cast Mirror Image',
	
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/cast [combat]Ice Barrier
/cast [combat]Blazing Speed
/cast [combat]Combustion

]],
}

spec is used for now

2,3,3,2,1,1

major glyphs

  1. ignite
  2. inferno blast
  3. regenerative ice

Works like a charm cheers on it

Great macro!
What are you using for your tier 100 talent?
I’m guessing either kindling or prismatic.
I seem to get about 17.5k dps on dummies @ 659 Ilevel using kindling.

Also do you have an Aoe macro that you use?

added aoe and updated firemage