Topic Target of a targe
Diijsp
Outland
Diijsp
90 Dwarf Shaman
14525
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
Taepsilum
Taepsilum
Community
Edited by Taepsilum on 23/07/12 16:09 (BST)
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.
Yocolia
Arathor
Yocolia
90 Troll Mage
8280
Edited by Yocolia on 23/07/12 16:23 (BST)
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



You can simplify those last two examples to:
#showtooltip
/cast [help] Righteous Defense; [@targettarget,help] Righteous Defense

#showtooltip
/cast [help][@targettarget,help] Righteous Defense


So: replace "target=" with "@". That may make it a bit clearer how the first example matches the latter two examples (and saves a few characters).
Culhag
Garona
Culhag
90 Dwarf Paladin
17055
23/07/2012 16:04Posted by Taepsilum
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.


I can confirm that you don't need a macro for that.
Zhell
Azjol-Nerub
Zhell
90 Troll Mage
14215
23/07/2012 16:22Posted by Yocolia
(and saves a few characters).


And '/use' instead of '/cast'. :P
Kroch
Hellscream
Kroch
88 Tauren Warrior
14645
Edited by Kroch on 23/07/12 19:13 (BST)
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.


Your profile icon is hilarious

Please report any Code of Conduct violations, including:

Threats of violence. We take these seriously and will alert the proper authorities.

Posts containing personal information about other players. This includes physical addresses, e-mail addresses, phone numbers, and inappropriate photos and/or videos.

Harassing or discriminatory language. This will not be tolerated.

Click here to view the Forums Code of Conduct.

Report Post # written by
Reason
Explain (256 characters max)

Reported!

[Close]