Target target question

Hello there

I looking for a target target Macro which cast also the Spell wenn i target the enemy directly

I Think it should work like that

#showtooltip lavasurge
/ cast lavasurge
/cast [harm] [@targettarget] lavasurge

Hope someone can anser that quick

(I wont to heal and cast a lavasurge on the enemy without Losung my target that i heal, but with the same Button i would like too target a Player and hit him also)

Try this one below:

#showtooltip
/cast [@targettarget,harm,exists] [harm,exists] lavasurge; [help,exists] Heal

You cannot combine help/harm macros and targettarget help or harm macros. The condition set needed for one rules out the other unless you’re also adding modifiers into the mix.

Mod, Harm + TargetTarget - DPS Spell
Nomod, Default (Heal)

#showtooltip
/cast [mod,harm] [mod,@targettarget,harm,nodead] [mod] Lavasurge; [@mouseover,help,nodead] [help] Healing Surge

@Celdorlock help and harm imply exists so you don’t need both.

1 Like

Im another forum the post me this

#showtooltip [@targettarget,harm][] Lava Burst
/cast [harm][@targettarget,harm] Lava Burst

I did not know that.

EDIT.

But in the following macro, you have mixed both harm and help:

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL

Mhmm but it’s not doing @targettarget

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