Macro cast a spell + laugh at target

How can i make a macro to laugh at target after cast a spell like Immolate?

Wow toxic

/cast immolate
/laugh

I tried:

/cast [@mouseover,harm,exists,nodead] Immolate
/laugh

but it didn’t work :frowning_face:

Then idk :man_shrugging:

Try

/cast [@mouseover,nodead,harm][nodead,harm]Immolate
/laugh

Just for kicks!

nope don’t work

1 Like

that is odd… just made one and it works perfectly fine! :thinking:

/cast Shadow Mend
/laugh

just for the case, try it like this:

/cast Immolate
/run DoEmote(“laugh”)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.