Shaman Macro Help

I use the same Mouseover text for every ability thats an offensive ability and it works just fine but I just noticed it doesnt work in this instance. Ive changed the arrangement and tried so many different ways and it just wont work. Any help would be great.

#showtooltip
/startattack
/startattack
/use [known:117014,@mouseover,harm,nodead][]Elemental Blast
/use [known:51505,@mouseover,harm,nodead][]Lava Burst

[this, and this]
[this] [or this]

[] essentially means do the thing using default rules. So it was always trying to cast Elemental Blast.

#showtooltip
/startattack
/cast [known:117014,@mouseover,harm,nodead] [known:117014] Elemental Blast; [known:51505,@mouseover,harm,nodead] [known:51505] Lava Burst
1 Like