Dupes Arcane Mage

Hello, first time making macro’s for mage but works well on most fights, low parsing but believe this to be legendary and trinket RNG hate, rather then poor rotation. (since arcane rotation is pretty simple.)

Split into 2 macros, Conserve and Burn.

/GSSE

New

Conserv

&

Even though it is called “DB_Arcane” its a modified version.

Burn

The uptime of NT seems to be around 80-90% which, in trade off for my laziness, works.
Arcane Familiar, my god, cast manually but unspawns every damn load screen (vanilla hunter horror!!)

Talents are:
talents

I cast icy flows manually, all cooldowns are included within the burn macro.

Mark of Aluneth is in burn only, i cast it manually if need be.

Ok so, Pulling.

Arcane is slow, i love watching my creeping dps catch up with fire mages but i digress…

  1. Pull
  2. Press Conserv macro til it starts casting the 4th AB(arcane blast).
  3. Press Burn macro until no mana left (even at 10% mana i let it regen a few blasts for extra AM(Arcane missiles) (#lazy).
  4. Evocation
  5. Press conserv macro until evocation is 45left on cooldown and still on 4 arcane charges. if you accidentally barrage keep going until 4 Charges again.
  6. Burn macro
  7. repeat
  8. repeat
  9. repeat
  10. repeat

i do use AHK at 150ms. #extralazy.

I’ve been playing around with this:

Sequences['Arc_Burn'] = {
author="Draikkreitch@Nagrand",
specID=62,
helpTxt = "Talents: 1121112",
loopstart=2,
loopstop=6,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Arcane Familiar",
"/castsequence [nochanneling] Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Nether Tempest",
"/cast [nochanneling] Arcane Missiles",
"/cast [nochanneling] Rune of Power",
"/cast [nochanneling] Mark of Aluneth",
"/cast [nochanneling] Supernova",
PostMacro=[[
/cast [combat] Arcane Power
]],
}

Sequences['Arc_Converse'] = {
author="Draikkreitch@Nagrand",
specID=62,
helpTxt = "Talents: 1121112",
loopstart=2,
loopstop=4,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Arcane Familiar",
"/castsequence [nochanneling] Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Nether Tempest, Arcane Barrage",
"/cast [nochanneling] Supernova",
"/cast Arcane Missiles",
PostMacro=[[
/cast [combat] Arcane Power
]],
}

I’ve added the Arcane familiar to the outside loop of the conserve build which is cast only once.

Hey im wondering why i keep getting invalid step assigned by custom step sequence Arc_Burn 7 ?

I’d like to know, too.

no one ?

I forgot to add loopstop line to ArcBurn - add that and it will fix that problem.

I like this macro

Both Timothyluke’s macros are spamming chat with:

“1 I am at the very end reset.”

I have cut and past/typed by hand etc to no avail. All other macros are working correctly.

Anyone able to help at all?