Arcane Mage Macro Set

I’ve created three macros that work well together. They all keep Prismatic Barrier up for defense. They also all keep the Arcane Power buff up.

  1. “Amaging” - main single target macro that attacks with Arcane Blast and Nether Tempest. Once you get three Arcane Missiles ready, switch to…
  2. “MageMissiles” - drops Rune of Power to buff Arcane Missiles and Mark of Aluneth. Once Arcane Missiles run out, I manually fire Arcane Barrage before returning to Amaging (or Magetron, see below.)
  3. “MageTron” - AOE attack. Range is close, so you will have to be close to enemies. When you have three Arcane Missiles loaded, switch to MageMissiles to attack a single target. Check health levels of enemies and cycle attacks through enemies accordingly.

Talent specs that I recommend are 2223111. I also have Temporal Flux as addition to the level 100 talent as I am using the legendary Soul of the Archmage.

Here are the three in order:

“Amaging”

Sequences['Amaging'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Spinnaker@Eitrigg",
  SpecID=62,
  Talents = "2223111",
  Help = [[Talents: 2223111]],
  Helplink = "https://wowlazymacros.com/forums/topic/arcane-mage-macro-set/#post-57474",
  Default=1,
  Icon='Mage BurstOfCold',
  MacroVersions = {
    [1] = {
     Combat=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast !Prismatic Barrier",
        "/cast !Presence of Mind",
        "/cast !Arcane Power",
        "/castsequence Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Arcane Barrage, Nether Tempest",
      PostMacro={
      },
      KeyRelease={
        "/cast Arcane Blast",
      },
    },
  },
}

“MageMissiles”

Sequences['MageMissiles'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Spinnaker@Eitrigg",
  SpecID=62,
  Talents = "2223111",
  Help = [[Talents: 2223111]],
  Helplink = "https://wowlazymacros.com/forums/topic/arcane-mage-macro-set/#post-57474",
  Default=1,
  Icon='Mage BurstOfCold',
  MacroVersions = {
    [1] = {
     Combat=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
	    "/cast !Prismatic Barrier",
        "/cast !Presence of Mind",
        "/cast !Arcane Power",
		"/cast [nochanneling:Arcane Missiles] Mark of Aluneth",
        "/castsequence Arcane Missiles, Arcane Missiles, Nether Tempest",
      PostMacro={
      },
      KeyRelease={
        "/cast Rune of Power",
      },
    },
  },
}

“Magetron”

Sequences['Magetron'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Spinnaker@Eitrigg",
  SpecID=62,
  Talents = "2133111",
  Help = [[Talents: 2223111]],
  Helplink = "https://wowlazymacros.com/forums/topic/arcane-mage-macro-set/#post-57474",
  Default=1,
  Icon='1387352',
  MacroVersions = {
    [1] = {
     Combat=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast !Prismatic Barrier",
        "/cast !Frost Nova",
        "/cast Arcane Power",		
        "/castsequence Arcane Explosion, Arcane Explosion, Arcane Explosion, Arcane Explosion, Arcane Barrage",
      PostMacro={
      },
      KeyRelease={
        "/cast Arcane Explosion",
      },
    },
  },
}

Testing and feedback are welcome.

I tested this with a newly boosted 110 in class hall on the raid dummy. I did an average of 280k over 10 minutes. But that a fresh boost with mo leggos. will try again afer getting some gear.

So i’ve used the first 2 and a marked improvement for me for sure :slight_smile: 941 ilvl… let me hit 1mil on L’ura … was barely getting above 600K in N - Ant …

Oh yeah, this is good…

Nice

Thank you very much! Will try this out.