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
Base Healing Macro
Alt: Self Cast
Mouseover Friend: Cast on Mouseover
Target Friend: Cast on Target
Target Enemy Targeting Friend: Cast on Enemy’s Target
Default casting behavior. This condition also serves to generate the correct tooltip.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] [help] [@targettarget,help,nodead] [] SPELL
Basic Help/Harm Macro
This will cast one spell when mousing over or targeting a friend and another when mousing over or targeting an enemy.
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] HELP_SPELL; [@mouseover,harm,nodead] [harm] HARM_SPELL; HELP_SPELL
Self Cast Key Bug Season of Discovery Rune Placeholder Spells General Macro Templates Ping Macro Universal Mount Macro Known Macro Helpful Mouseover Macro Harmful Mouseover Macro Reaction Neutral Mouseover Macro Help/Harm Macro Multi-modifier...
Reading time: 15 mins 🕑
Likes: 92 ❤
@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
system
(system)
closed
April 16, 2021, 11:50am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.