My boomer - looking for testers (st 1.3mil / aoe 3.4mil on 6 targets)

If someone would be so kind to box these for me…

I am trying to make a gener macro for both ST and AOE that will do good all around damage without having to switch talents all the time.

not using any special mouse of keyboard settings just spamming my macro key…

I don’t have great leggos yet so I’m using Belt Cinidaria, the Symbiote and Kik’Jaeden’s Burning Wish

ilvl 952
crit 29%
haste 32%
vers 6%
Mast 58%

ST Damage - Avg 1.3mil over 5 min test on the Dreamgrove Raiding training dummy with food and pots

Sequences['My_Boomer_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Cassamia@Bloodscalp",
  SpecID=102,
  Talents = "3x3x132",
  Helplink = "https://wowlazymacros.com",
  Default=1,
  MacroVersions = {
   [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [noform] Moonkin Form",
        "/castsequence [nochanneling] reset=combat  Moonfire, Sunfire, null",
      },
      PreMacro={
      },
        "/cast [nochanneling] New Moon",
        "/cast [nochanneling] Berserking",
        "/cast [nochanneling] Blessing of the Ancients",
        "/use [nochanneling] Celestial Alignment",
        "/cast [nochanneling] Starsurge",
        "/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath",
        "/castsequence [nochanneling] Moonfire, Sunfire",
        "/cast [nochanneling] New Moon",
      PostMacro={
      },
      KeyRelease={
        "/use Potion of Prolonged Power",
      },
    },
  },
}

For AOE I know people don’t like using the @player but it is working for me…

6 target - Avg 3.4mil over 5min test using the Dreamgrove training dummies

Sequences['My_Boomer_AOE'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Cassamia@Bloodscalp",
  SpecID=102,
  Talents = "3x3x132",
  Helplink = "https://wowlazymacros.com",
  Default=1,
  Icon='Spell_Nature_StarFall',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm] [dead]",
        "/cast [noform] Moonkin Form",
        "/castsequence [nochanneling] reset=target  Moonfire, Sunfire, null",
      },
      PreMacro={
      },
        "/cast [nochanneling] New Moon",
        "/cast [nochanneling] Berserking",
        "/cast [nochanneling] Blessing of the Ancients",
        "/use [nochanneling] Celestial Alignment",
        "/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath",
        "/cast [@player] [nochanneling] Starfall",
        "/castsequence [nochanneling] Moonfire, Sunfire",
        "/cast [nochanneling] New Moon",
      PostMacro={
      },
      KeyRelease={
        "/use Potion of Prolonged Power",
      },
    },
  },
}

As always any comments or pointers welcome…

It said it could not be imported. Can you please do a “code” wrap so I can see if its me or the script?

If someone would be so kind to box these for me…

I am trying to make a gener macro for both ST and AOE that will do good all around damage without having to switch talents all the time.

not using any special mouse of keyboard settings just spamming my macro key…

I don’t have great leggos yet so I’m using Belt Cinidaria, the Symbiote and Kik’Jaeden’s Burning Wish

ilvl 952
crit 29%
haste 32%
vers 6%
Mast 58%

ST Damage – Avg 1.3mil over 5 min test on the Dreamgrove Raiding training dummy with food and pots

Sequences[‘My_Boomer_ST’] = {
— This Sequence was exported from GSE 2.2.03.
Author=”Cassamia@Bloodscalp”,
SpecID=102,
Talents = “3x3x132”,
Helplink = “https://wowlazymacros.com”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [noform] Moonkin Form”,
“/castsequence [nochanneling] reset=combat Moonfire, Sunfire, null”,
},
PreMacro={
},
“/cast [nochanneling] New Moon”,
“/cast [nochanneling] Berserking”,
“/cast [nochanneling] Blessing of the Ancients”,
“/use [nochanneling] Celestial Alignment”,
“/cast [nochanneling] Starsurge”,
“/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath”,
“/castsequence [nochanneling] Moonfire, Sunfire”,
“/cast [nochanneling] New Moon”,
PostMacro={
},
KeyRelease={
“/use Potion of Prolonged Power”,
},
},
},
}

For AOE I know people don’t like using the @player but it is working for me…

6 target – Avg 3.4mil over 5min test using the Dreamgrove training dummies

Sequences[‘My_Boomer_AOE’] = {
— This Sequence was exported from GSE 2.2.03.
Author=”Cassamia@Bloodscalp”,
SpecID=102,
Talents = “3x3x132”,
Helplink = “https://wowlazymacros.com”,
Default=1,
Icon=’Spell_Nature_StarFall’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm] [dead]”,
“/cast [noform] Moonkin Form”,
“/castsequence [nochanneling] reset=target Moonfire, Sunfire, null”,
},
PreMacro={
},
“/cast [nochanneling] New Moon”,
“/cast [nochanneling] Berserking”,
“/cast [nochanneling] Blessing of the Ancients”,
“/use [nochanneling] Celestial Alignment”,
“/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath”,
“/cast [@player] [nochanneling] Starfall”,
“/castsequence [nochanneling] Moonfire, Sunfire”,
“/cast [nochanneling] New Moon”,
PostMacro={
},
KeyRelease={
“/use Potion of Prolonged Power”,
},
},
},
}

As always any comments or pointers welcome….

That said me that Screenshot by Lightshot

Sequences[‘My_Boomer_ST’] = {
— This Sequence was exported from GSE 2.2.03.
Author=”Cassamia@Bloodscalp”,
SpecID=102,
Talents = “3x3x132”,
Helplink = “https://wowlazymacros.com”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [noform] Moonkin Form”,
“/castsequence [nochanneling] reset=combat Moonfire, Sunfire, null”,
},
PreMacro={
},
“/cast [nochanneling] New Moon”,
“/cast [nochanneling] Berserking”,
“/cast [nochanneling] Blessing of the Ancients”,
“/use [nochanneling] Celestial Alignment”,
“/cast [nochanneling] Starsurge”,
“/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath”,
“/castsequence [nochanneling] Moonfire, Sunfire”,
“/cast [nochanneling] New Moon”,
PostMacro={
},
KeyRelease={
“/use Potion of Prolonged Power”,
},
},
},
}

For AOE I know people don’t like using the @player but it is working for me…

6 target – Avg 3.4mil over 5min test using the Dreamgrove training dummies

Sequences[‘My_Boomer_AOE’] = {
— This Sequence was exported from GSE 2.2.03.
Author=”Cassamia@Bloodscalp”,
SpecID=102,
Talents = “3x3x132”,
Helplink = “https://wowlazymacros.com”,
Default=1,
Icon=’Spell_Nature_StarFall’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm] [dead]”,
“/cast [noform] Moonkin Form”,
“/castsequence [nochanneling] reset=target Moonfire, Sunfire, null”,
},
PreMacro={
},
“/cast [nochanneling] New Moon”,
“/cast [nochanneling] Berserking”,
“/cast [nochanneling] Blessing of the Ancients”,
“/use [nochanneling] Celestial Alignment”,
“/castsequence [nochanneling] Solar Wrath, Lunar Strike, Solar Wrath, Solar Wrath, Lunar Strike, Solar Wrath”,
“/cast [@player] [nochanneling] Starfall”,
“/castsequence [nochanneling] Moonfire, Sunfire”,
“/cast [nochanneling] New Moon”,
PostMacro={
},
KeyRelease={
“/use Potion of Prolonged Power”,
},
},
},
}

le sigh
Give up guys! I fixed the original post!

Used the moderator corrected version and it imported. Haven’t tested will report back asap on how it works.

not bad, 2.2 million ST on training dummy’s, 4.2 AOE, I did change @player to @cursor for me though. Will be trying them out in antorus Tuesday

Missing change for T21 set, but it works good for the 4 T20 and 2 T21 setup

Casts everything except starfall for me.

update: Ok…seems using the [@target] doesn’t work. I can use [@player] or [@cursor] is there another command that will just cast it and have it centered on my target?

Are you the heel vs babyface guy :slight_smile:

Could we get the AOE version to cast Starfall? I love it when leveling a n00b.

at what ahk you run this?

First post still wont import, not showing any error just wont import in current GSE, have plenty of space in macro area just seem to not import

I tested on this both marco… Im 958 ilvl, for ST, burst up to 1.50m then down to 1.10m steady. As for AoE, up to 1.80m then down to 1.30m steady. Its just okay macro… I use AHK as well. Im not sure if its my stats or talents are correct but thats my test for your macro. :slight_smile:

who is your AHK
?

ill test em out have to wait til after maintance but i give em a shot lord knows i need anything that can help me on my boomy hes 845 and barely break 1mil when i know i can do much more hopefully this will help me if it dose sir i pre thank you