Elfyau's 8.3 Elemental Shaman **Updated 3-July-20**

Update has landed :smiley: New macro is in original post!

have you tried messing around with the click pause feature? im trying to get the timing right for flame shock to fire exactly when its should

I haven’t as yet, if you get any where let me know!

i cant seem to find the right timing for it so i just removed Flame Shock from the macro and put it in a mod instead. this way i have total control of reapplying it. anything greater than 6 secs is useless to reapply. great macro otherwise :slight_smile:

1 Like

Dear Elfyau,

would it be possible to share your AHK script that you run for your macro please?

Sure can!! here’s one I created earlier :wink: What is MS and how can I change it? Answered (With working AHK script you can use with Modifiers)

1 Like

Hi man,

Love the Marco!

When using Earthquake, instead of using cursor anyway you can just use target instead?

Sadly no they removed that eons ago because it caused too many issues in PvP

hello i am a 465 ilevel elem shaman i have been using gse for a bit now i cannot seem to get dps over 30k and stay there using one button what i have noticed as i use one button my lava burst and earth shock all come up before gse gets to it so im wondering if im lkoosing dps byu this or do i need another formula that inputs those spells in alot faster or more often hopefully you let me know

1 Like

Hopefully I can get to an update soon for this one.

that would be amazing thanks for responding

Macro has been updated, new macro in original post. Cheers :smiley:

What azerite traits are you using for this build and essences if you don’t mind?

when you say 20ms what are ya refeerrrrng too

here champ this post will explain it all :slight_smile: What is MS and how can I change it? Answered (With working AHK script you can use with Modifiers)

im using ahk i just need the fastest soeed i can get it that sall can you post somethign that i can copy and paste it cause i feeel like it vould ben faster

ok here it is:

#ifWinActive World of Warcraft ; Only run if window ‘World of Warcraft’ is active
{
$3:: ; If e is pressed
$^3:: ; If e+control is pressed
$+3:: ; If e+shift is pressed
$!3:: ; If e+alt is pressed
Loop ; If any of the above is true then loop below
{
if not GetKeyState(“3”, “P”) ; If E is not pressed then break the loop
break
if GetKeyState(“LCtrl”, “P”) ; If left control is pressed then send control+e
Send ^3
else if GetKeyState(“LShift”, “P”) ; If left shift is pressed then send shift+e
Send +3
else if GetKeyState(“LAlt”, “P”) ; If left alt is pressed then send alt+e
Send !3
else
Send 3 ; If 3 is pressed with no other modifiers send 3
sleep 20 ; Time in milliseconds between key repeats
}
return
}

I STILL FIND THAT MY LAVA burst and earth shock are waiting for it to come down to so i press my one button and im finding that i have to press lava burst and earth shock still like either key isnt fast enough or the code isnt allowing it to run faster with the rest of the rotation i dont know if this makes sense

Are you using any sort of DPS meters? Cause it is going off for me. Here is my details after 4-5 minutes:

i will go to training dummy spam thatbutton and ill show you my problem right noiw i need to use 1 for ahk and now i cant get it to work now