Macro not working

hey gamers, im probably missing something simple but my macro isnt working right
#showtooltip
/use [nomod] [@mouseover,harm,nodead]Hand of Gul’dan; [mod:shift] [@mouseover,harm,nodead]Call Dreadstalkers”
the dreadstalkers wont summon and i cant work out why, cheers

Why do you want mouseovers for either of those spells?

If I were to guess, I’d say your macro was meeting the mouseover requirement for hand of guldan and casting that. Try this, it should first try to cast dreadstalkers on your mouseover if you’re holding down shift and your mouse is over a harmful, living target, then at your target if you’re holding down shift with no harmful mouseover target, then do the same logic for hand of guldan as long as you’re not pushing shift.

#showtooltip
/use [mod:shift,@mouseover,harm,nodead][mod:shift]Call Dreadstalkers; [@mouseover,harm,nodead]Hand of Gul’dan

Me personally, Im probably gonna try this first.

#showtooltip
/use [nomod] Hand of Gul’dan; [mod:shift] Call Dreadstalkers