6.03 Elemental shaman, GS

Hi, this is my second macro submission, and this one goes VERY well for me. it is completely lazy. it handles searing totem, and keeps 99% uptime on flameshock. the healing stream totem is there to handle the searing totems.
sometimes you may have to drop a searing totem manually, if something happens.

This macro NEEDS primal elementalist to function properly, and that may be a small dps loss, but to be 100% lazy, it needs to be this way.

Sequences['EleSingle'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
        '/castsequence reset=target/3 [nopet:Primal Fire Elemental] Searing Totem,healing stream totem,healing stream totem',
        '/cast Lava Burst',
        '/castsequence reset=target Unleash Flame, Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Earth Shock',
	'/castsequence Fire Elemental Totem, Earth Elemental Totem, Storm Elemental Totem',
        '/cast Lava Burst',
        '/cast Ancestral Swiftness',
        '/cast Ancestral Guidance',
        '/casts Lightning Bolt',
        '/cast Shamanistic Rage',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['EleAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
	'/castsequence reset=target Unleash Flame, Flame Shock, Chain Lightning, Chain Lightning, Chain Lightning,Earth Shock, Chain Lightning',
	'/castsequence reset=target/3 [nopet:Primal Fire Elemental] Searing Totem,healing stream totem,healing stream totem',
	'/cast Ancestral Swiftness',
        '/castsequence Fire Elemental Totem, Earth Elemental Totem, Storm Elemental Totem',
	'/cast Ancestral Guidance',
        '/casts chain lightning',
	'/cast Shamanistic Rage',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Thanks!:slight_smile:

I’m very new here, just found out about GS and all, and don’y really understand most of the actual code/commands…

After testing a few of these scripts in this ele-sham section a short time, this is the one that seemed to work best and most reliably for me so far. And also apparently the most complex piece of code (and what got me to look up GS in the first place, wondering how to fit that in a normal macro… =P)

Looking forward to playing around some more with this, and eventual changes if needed eventually or more input on it for optimizing.

Seems nice so far… I may be doing some dung/raid runs with this soon and report back if anything special.

Thanks again… and to everyone else who puts effort down into these things. Greatly appreciated! :slight_smile:

Very cool… now I can answer the phone without going AFK or basically just following at least, and likely even do better than many of them nabs in LFR/random hcs even, just clicking this thing… lol:P Will indeed be cool to test some more, and see more of these GS scripts.

Thanks again m8, very cool.

Have a good one!=)

I can’t get this one to work titling(sp?) Just like the say EleSingle and such but no good…HELP :slight_smile:

I am using this sequence on a level 100 with ilvl619. No food buffs. I do use the crystal from pandaria for my ghetto flask. I am between 9k - 7k on avg.

Couple of questions:
should there be a ‘/cast !lava lash’ and a !earth shock? So when they proc it can cast immediately?

I am also trying to figure out using castsequence over cast.

Once you are in the castsequence chain and you get a proc you have to finish before you can do anything else.

I feel this can be tweeked some.

BTW there is a typo in the script. You have a ‘/casts lightning bolt’ line.

What talents and glyph do u use???

The OP says “This macro NEEDS primal elementalist to function properly” so besides that talent, you are free to put whatever else you want.
See here for optimal talents/glyphs: Elemental Shaman Guide | WoW Dragonflight 10.0.2

Never use noxxic. Its the worst wow troll site. Use Elemental Shaman DPS Guide - Dragonflight 10.0.5 - World of Warcraft - Icy Veins

[quote quote=20167]Hi, this is my second macro submission, and this one goes VERY well for me. it is completely lazy. it handles searing totem, and keeps 99% uptime on flameshock. the healing stream totem is there to handle the searing totems. sometimes you may have to drop a searing totem manually, if something happens.
This macro NEEDS primal elementalist to function properly, and that may be a small dps loss, but to be 100% lazy, it needs to be this way.

Sequences['EleSingle'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
        '/castsequence reset=target/3 [nopet:Primal Fire Elemental] Searing Totem,healing stream totem,healing stream totem',
        '/cast Lava Burst',
        '/castsequence reset=target Unleash Flame, Flame Shock, Lightning Bolt, Lightning Bolt, Lightning Bolt, Lightning Bolt, Earth Shock',
	'/castsequence Fire Elemental Totem, Earth Elemental Totem, Storm Elemental Totem',
        '/cast Lava Burst',
        '/cast Ancestral Swiftness',
        '/cast Ancestral Guidance',
        '/casts Lightning Bolt',
        '/cast Shamanistic Rage',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['EleAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/petattack [@target,harm]
]],
	'/castsequence reset=target Unleash Flame, Flame Shock, Chain Lightning, Chain Lightning, Chain Lightning,Earth Shock, Chain Lightning',
	'/castsequence reset=target/3 [nopet:Primal Fire Elemental] Searing Totem,healing stream totem,healing stream totem',
	'/cast Ancestral Swiftness',
        '/castsequence Fire Elemental Totem, Earth Elemental Totem, Storm Elemental Totem',
	'/cast Ancestral Guidance',
        '/casts chain lightning',
	'/cast Shamanistic Rage',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
```[/quote]

[quote quote=21273]<blockquote>&lt;div class="d4p-bbt-quote-title"&gt;<a href="https://wowlazymacros.com/forums/topic/6-03-elemental-shaman-gs/#post-21157" rel="nofollow">nabhs wrote:</a>&lt;/div&gt;EleAoE
</blockquote>I can’t get this one to work titling(sp?) Just like the say   EleSingle and such but no good……….HELP <img src="http://wow.rinovum.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" />
[/quote]