7.3 Frost Mage

This is a little macro i put together, so far works great. I thought it was something i would share and people would might want to try out. I’m new to macroing. Tips are much appreciated. This macro includes mods such as Shift for Ice Lance and Alt for Flurry for when you proc. You will want to rebind the BG Score Board so, if not you will not be able to jump while casting ice lance. Ice Barrier is always casted at all time it is not on cd. Hope you guys like it.

Sequences['Prominent'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Prominent@Darkspear",
  SpecID=64,
  Talents = "2,3,3,3,1,2,1",
  Help = [[Hold Shift for Ice Lance
Hold Alt for Flurry
Aoe - Blizzard is Manual for now ]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Icy Veins",
        "/cast [mod:alt] Flurry",
        "/cast [mod:shift] Ice Lance",
      },
      PreMacro={
      },
        "/cast [nochanneling] Ice Barrier",
        "/cast [nochanneling] Frostbolt",
        "/cast [nochanneling] Ebonbolt",
        "/cast [nochanneling] Frozen Orb",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Wow, good job… Looks vaguely… Familiar

I tried adding mirror image but it would jam. Going to try other things later. Yes will not lie i didn’t do this from scratch. I tried multiple different sequences and they had problems.