Elemental Shaman Macro Shadowlands 9.0.1

wheres the macros, you didn’t post :wink:

its on enhancement subforum

seems to lock up waiting for flame shock to come off cd when switching targets

Hello @larry-dumas1

Try to /castsequence reset=target Flame Shock, null and call it on your main castsequence macro.

OR

Make another macro by itself and go sequential

Cheers.

1 Like

Hello @lloskka
Sorry for the dumb question… But can you specify what you mean by call it on your main catsequence ?

I got the same problem then larry, locking sometimes when switching target… I need to use a skill ( exemple Healing surge) to get the macro to fire again.

Thank you very much

And if you go to go sequential ( 2 macros firing at once ), make another macro with /castsequence reset=target Flame Shock on key press section.

Then with your mouse software or AHK, go sequential pressing keys 1-2 1-2 1-2 ( from 100ms to 200ms ).

Cheers

I tried the technique shown in the video, no success. As you can see in the screenshot, I have put pause timer of 18 seconds (so Flame Shock would fire every 18 seconds), but it is either not working (fires the first time, never fires after). I have stripped down the macro to a bare minimum to test it out.



Any help would be greatly appreciated :slight_smile:

1 Like

Hello @captainq

Im gonna reproduce the same as you ( gimme 20 min )

Meanwhile try to put it in KeyRelease ( and not in keypress ), and change your MS for testing purposes ( around 140-50 )

Cheers.

So, after testing it more than 30 minutes I REMEMBER NOW.

It doesnt work at all on shaman, even when its a bit better on KeyRelease.

Checked the GCD debug window, and honestly i have no idea why its not working as intented.
Obviously i think it has to do with the internal “possible” hidden GCD of flame shock ability.
That, or click pause system is bug in some form

@gunnar-wetzel-2 asked me to try on retri paladin too, so i will and then comeback

But a “fix” is to add a few more lightining bolts on your castsequence, an add a flame shock on the end of it.

That will surely work.

Cheers.

yeah I also tried a bunch of variations with no success. Thanks for your help though, really appreciated :slight_smile:

try this instead. i got it to work for me.

  1. Start create one new macro, name it whatever you want. I named it Flame.
  2. In Premacro type this:
    /cast Flame Shock
    /cast Flame Shock
    In Sequence type this:
    /cast Flame Shock
    /click pause 18 (whatever seconds you want)
    /cast Flame Shock
    In Post Macro type this:
    /cast Flame Shock
    /cast Flame Shock

nevermind. it worked once then never again.

i tried this macro and just hangs after flame shock. removed flame shock it hand on frost shock. how do i do this? lol

so is your macro working or not… or is this a test macro to see if it can be made to work with doing different experiments unknown for sure at this time. .somewhat confusing. thanks…

1 Like

Hello there @deano-w

It is working so perfect and big big DPS at the moment.

But with that said, i will make and update probs in few hours.

Cheers!

Edited OP, with same macros, but slightly modified

unfortunately i don’t understand what to do with the lavaburst macro and how it works

2 Likes

I think it’s for when you get a lot of lava surge procs or if to take Ascendance.

1 Like

Exactly what @james-harris is saying.

Cheers

okay so does the main macro automatically call the other macro?

Hello there!

No, by itself.

You need to press both buttons vía your ahk script or your Mouse software.

Cheers.