Macro problem tricks

Hi, my macro stopped working yesterday don’t know why.

#showtooltip
/cast [@focus,exists][@target] Tricks of the Trade

I want it to tricks focus target and if i don’t have focus target just tricks the current target.
any ideas?

/thanks

Hey,

The exists part and @target part are not necessary. Something like this would work :

#showtooltip
/cast [@focus][]Tricks of the Trade

Keep in mind if your target/focus is mounted up, the ability doesn’t work.

Still cant use it on someone i don’t have focus on but that thanks anyway :slight_smile:

If you have an enemy in focus it would not work. To fix this try :

#showtooltip
/cast [@focus,help][]Tricks of the Trade

1 Like

But if I had an advice, don’t waste your focus just to use Tricks of the Trade.

Right click the tank, copy character name, and put it in your macro, before you start the dungeon. Would be something like this :

#showtooltip
/cast [@Someone][]Tricks of the Trade

I also use [@mouseover,help] or [@party1] (works if tank is always leader) because it’s useful in 2v2 and I don’t have to copy the name.

1 Like

This one worked perfectly TYVM :slight_smile:

1 Like

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