Demonic Trample & Infernal Strike

Infernal Strike and Demonic Trample use same cooldown. Demonic Trample is only useable when not in instances. I wanted to make a macro that will let me use Infernal Strike when in an instance then Demonic Trample when not. If this is doable, what is the macro for it?

You may want to try warlock sub forum it’s that way .
.
.
V

Well they are Demon Hunter abilities so unsure the Warlock forums will be able to help.

Demon hunter, warlock…tomato…towmato

2 Likes

FYI:
https://wow.gamepedia.com/Macro_commands
https://wow.gamepedia.com/MACRO_cast
https://wow.gamepedia.com/Macro_conditionals
https://wow.gamepedia.com/UnitId

There is no macro conditional available for “instances” nor (very sadly) is there one that indicates if you are in pvp and none to indicate if you have a specific pvp talent selected anymore (really sadly :sob:, [pvptalent:n/r] was removed in bfa )

The wowhead description of Demonic Trample only says outdoors and not instance. Can you use Demonic Trample in BG’s like Warsong Gulch (which is technically an outdoors instance ) ? If the answer is yes, you just need to be outdoors and there is a macro conditional for that.

#showtooltip
/cast [outdoors]Demonic Trample;Infernal Strike

I wonder if there is a way to create a sequence macro?

Maybe with an addon like GSE2 but not with the built-in castsequence

If castsequence can’t cast a spell (like its invalid for indoors or your current target or its on CD or you have no charges) it will not advance the sequence. That makes it dangerous to you because it can be stuck on a spell that can’t be cast and it will only advance to the next spell in the sequence if a “SPELL_CAST_SUCCESS” type of event of occurs.

1 Like

Makes sense. I’ve using a sequence macro for my ES and wake talents on the paladin and was just think I wonder if the same could be done with these abilities.

Has anyone tried this? I am assuming this is doable with GSE addon. I will download this and see if these two spells can stack. I will have Demonic Trample on the first line so if it is not valid then it will work on Infernal Strike.