Quote Originally Posted by Altsoba View Post
Tried it but I can't find a suitable amount of commas to put before the EM tu assure 100% efficiency on casting it at the right time.
I always thought that /click, "clicked" the buttons one at a time in the sequence given but it doesn't seem to be the case since he's activating a spell in the 3rd button at the same time as the one in the first. Maybe because it's out of the gcd, maybe not, I don't know.

If impossible with the /click is there any other way to do it, binded to a single button?

Thank you
No click just allows you to extend macro length (with the additional benefit of modularising your macros)

/Click button 1
/Click button 2

Button 1
/Cast LB

Button
/Cast EM

will have the exact functionality of

/Cast LB
/Cast EM

you could try adding EM to your second /click ie

2 - Use Berserking and cast Chain Lightning
#showtooltip Chain Lightning
/console Sound_EnableSFX 0
/cast berserking
/castsequence reset=4 Chain Lightning, Elemental Mastery,,,,,,,,,,,,,,,,,,,
/console Sound_EnableSFX 1

but again its not really spammable except at the start - you probably want to keep you spam button seperate from your blow someone up every 3mins button