I have tried the Arcane-Mage macros here for PVE and not really happy with any of them. I either do near zero DPS or I burn mana so fast I can’t cast for more than half a typical quest boss fight.
I run Frost as my primary and Fire as my secondary Spec, but to complete the Artifact Quest chain I have to do all 3. I have been trying to do a version for Arcane, but running into a few stumbling blocks:
--------------------
----Arcane 62-------
--------------------
Sequences['My_Arcane'] = {
author="Mageichthys@Kilrogg",
specID=62,
version=9,
source = "Local",
helpTxt = "Talents: 1121112",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noexists][noharm][dead]
/cast [nopet,nomod] Arcane Familiar
]],
"/cast [nochanneling] Rune of Power",
"/cast [nochanneling] Arcane Power",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] !Arcane Missiles",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Nether Tempest",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Arcane Missiles",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Arcane Explosion",
"/cast [nochanneling] Arcane Barrage",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Arcane Missiles",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Supernova",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Arcane Missiles",
"/cast [nochanneling] Arcane Blast",
"/cast [nochanneling] Evocation",
PostMacro=[[
/cast [nochanneling] Ice Barrier
/cast [nochanneling] Ice Floes
/cast [nochanneling] Ice Block
]],
}
Issues I’m having:
- with current config… it casts Arcane Familiar but then second click cancels it??? I thought this would work like
/cast [nopet,nomod] Summon Water Elemental'
does in my Frost script - when I take out the above, and cast manually, everything seems to work; however it does not cast Supernova, Nether Tempest, Barrage nor Evocation.
I’m still very new at this macro/lua thing, but having fun with it. Once I get Artifact equipped, I’ll add artifact attributes.
I am really hoping to get some help with this. I don’t think that as a 106 lvl with adequate gear, garrison guardian, and Crit bonus from food, I should expect anything less than about 30K/sec DPS on a “lazy” 0.5sec button spam… I am getting about 45-60K with my Frost macro and close to same on my Fire macro… now I just need Arcane to do same.
Anyone up for the code challenge? (Sam?, TimothyLuke?)
Thanks