7.3 Papa Frost

I’m also having trouble with it freezing. Any assistance appreciated.

Just remove the mod lines?

Sequences['Papa_Frost'] = {
--This Sequence was exported from GSE 2.2.02.
Author="Zalvana@Draka",
SpecID=64,
Talents = "3333122",
Help = [[
]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [nopet,nomod] Summon Water Elemental",
"/cast [combat] Icy Veins",
"/castsequence reset=target/combat Ice Barrier, null",
},
PreMacro={
},
"/cast [nochanneling] Frostbolt",
"/cast [nochanneling] Cold Snap",
"/cast [nochanneling] Ebonbolt",
"/cast [nochanneling] Frozen Orb",
"/cast [nochanneling] Frostbolt",
"/cast [nochanneling] Cone of Cold",
"/cast [nochanneling] Ebonbolt",
"/cast [nochanneling] Frost Nova",
"/cast [nochanneling] Frostbolt",
"/cast [nochanneling] Glacial Spike",
"/cast [nochanneling] Ebonbolt",
PostMacro={
},
KeyRelease={
},
},
},
}

Keep on having this lock up on me for some reason. Not sure why.

Edit:
Locks up if Icy is on CD
Locks up if Barrier is on CD
Locks up if it cant cast Frost Nova or Cone of Cold

How do I fix this macro? It keep’s freezing up.

It was freezing to cool-down spells such Icy Veins and Frozen Orbs
I have modified the original one, its not tested for optimization though

Sequences['Papa_Frost'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Zalvana@Draka",
  SpecID=64,
  Talents = "3333122",
  Help = [[BETA
Hold alt for Ice lance when proc active
Hold control for Flurry
]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [nopet,nomod] Summon Water Elemental",
        "/cast [combat] Icy Veins",
        "/cast [mod:alt] Ice Lance",
        "/cast [mod:shift,@cursor] Blizzard",
        "/cast [mod:ctrl] Flurry",
        "/castsequence  reset=target/combat  Ice Barrier, nul",
      },
      PreMacro={
      },
        "/cast [nochanneling] Frostbolt",
        "/cast [nochanneling] Ebonbolt",
        "/cast [nochanneling] Glacial Spike",
      PostMacro={
      },
      KeyRelease={
        "/cast Ice Barrier",
        "/cast [talent:4/2] Temporal Shield",
      },
    },
  },
}