WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     

Target of a targe

blizz -> wysłany:
I need macro that will let me cast on a target of my target, is that possible? ex. i want to use Righteous defense on the party member that my curent target is attacking
blizz -> wysłany:
Hi Diijsp,

You can replace "spell" with the name of the ability you wish to use:
#showtooltip
/cast [@targettarget] spell

or more specifically what you requested:
#showtooltip
/cast [help] Righteous Defense; [target=targettarget,help] Righteous Defense

or#showtooltip
/cast [help][target=targettarget,help] Righteous Defense

This will use Righteous Defense on your target if you're selecting a friendly player and on target of target if you're selecting an enemy.

But as far as I can remember, Righteous Defense doesn't need any macro for that, the ability automatically taunts off the target of target if you have an enemy selected, but I could be wrong, can't really test it right now.