7.3 Papa Frost

all in one


Sequences['Papa_Frost'] = {
-- This Sequence was exported from GSE 2.2.02.
  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] Frozen Orb",
        "/cast [nochanneling] Glacial Spike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}


Link to my addon:https://wow.curseforge.com/projects/papapancakes-macro-collection-gnomesequencer

sorry i cant figure… but wont import for me… using gsse…

same issue here wont import

Ok it says “=” expected after author when I try and import it … I cannot see anything wrong with it. — scratches head in confusion. Any ideas?

Fixed it for you all. Should import OK now.

There is an error here though, why put Ice Barrier in Pre/Post Macro when you’re not setting up internal loops?

Also what skill is being used here that requires the [nochanneling] conditional?

I think it will cast Ice Barrier one time pr battle, as in the start and no more, that is how i understand the way it works :slight_smile:

Jimmy

i fixed the import issue and updated it with blizzard.

Papa, I’m not sure if it has to due with a GSE update or something but this now hangs because of the castsequence for Ice Barrier. Nothing happens until it is case and then it waits until it needs to be cast again. Once removed, everything fires like it should.

I placed /cast Ice Barrier in the Key release part and removed it from Key press and it works fine then

I’ve fooled around with Papa Frost macro and found that the following will import. I added a few more spells to separate Frostbolt and Ebonbolt to cut down on the “downtime” when everything is on cooldown. I also changed my talents to 2/3/3/3/3/2/2. Using the Control and Alt keys I got very good results. Hope this helps.

Sequences[‘Papa_Frost’] = {
– This Sequence was exported from GSE 2.2.02.
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] 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={
},
},
},
}

Oh, and I am using Cymirycs Frost Mage weak aura. It basically screams for you to use the Control and Alt keys when needed.

Simple Frost Mage WA String

Link for Weak Aura above:

https://pastebin.com/5MFm4sWq

Best to use a short spam of the key bound to the macro…50 milliseconds seems to work well to cast all the spells when they are off cooldown.

[quote quote=57824]Oh, and I am using Cymirycs Frost Mage weak aura. It basically screams for you to use the Control and Alt keys when needed.
Simple Frost Mage WA String[/quote]

Are the WA’s really that helpful?

It was just something i was tinkering with when i wanted to remove Blizzard Art :slight_smile:

@honour could you put this in a box by chance? i can’t seem to import and papa’s is doing squat for me. thanks!

Sequences['Papa_Frost'] = {
--This Sequence was exported from GSE 2.2.02.
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, 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={
},
},
},
}

thanks spoony

which code do you use, cause both of them won’t import, then i dont even know how to use weak aura. is there an easy explanation?

Anyone advice me how I can split the key mods off into seperate macros…im not good at pressing a mod key and would prefer to have a seperate button to press.
I am not saying do it for me but give me a pointer?