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?
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:
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.