Macro which targets self

I skipped SL and DF and came back for TWW. I played my Mistweaver for first time last week and I’ve noticed that a macro which I had to cast Tiger’s Lust on myself when targeting a team mate no longer works and I’m hoping someone can help me to get one which does work, both in 2s and bgs.

The macro which used to work was this:

/cleartarget
/cast Tiger’s Lust

Thanks for any help.

#showtooltip
/cast [@player] Tiger's Lust

Nice work. Thanks. Given that in some circumstances I would prefer also to de-target my team mate as well as cast Lust on myself, is there a macro that could do this do you know?

just add your /cleartarget back in.

that said, it sometimes behaves jankily when combined with other things.

Yeah hence my question.

Shouldn’t my original macro:

/cleartarget
/cast Tiger’s Lust

have worked? Anyway I could try adding [@player] in and see if that makes it work.

Yeah, cleartarget’s been a bit weird since late Legion, but it should work.

Ok thanks.