Mousover target focus macro

anyone know how I can get this macro to work
#showtooltip Kick
/focus [@mouseover,nodead,exists]; [@target,exists]
/cast [modifier:shift] Thistle Tea
/cast [modifier:ctrl]

How can I get the first part with nomodifier to work?

Remove the ;

But there’s some words/lines missing from the end, like the kick part.

kick part isnt missing, its a macro that shows kick as a cd tooltip but don’t want to actually kick with it.

So just this then?

#showtooltip Kick
/focus [@mouseover,nodead,exists][@target,exists]
/cast [mod:shift]Thistle Tea

This gives you:

  • Kick’s Cooldown on your bar
  • Sets your focus to any mouseover target that is not dead, and the mouseover exists
  • Sets your existing target as the focus if the mouseover conditions are not true
  • Casts Thistle Tea if this macro is ran while you hold shift

The /cast with ctrl should not be necessary.

If the macro displays the Thistle Tea icon, make sure to edit the icon to the red ? at the beginning of the icon list. Sometimes it bugs out and you have to change it after the fact, but not always.