Trying to come up with a conditional macro, HELP PLEASE!

ok so with the return of shield slam as we all may know, you can’t use mortal strike while equipping 1h and shield.

im trying to figure out a macro that allows me to use mortal strike if i equip a 2h weapon, and shield slam if i am equipping a 1h / shield.

highly appreciated to whoever could help!

#showtooltip
/cast [worn:Wep name] mortal strike
/cast [worn:Shield name] shield slam

Something like that? I honestly don’t know if it’ll work, it’s just a conditional I saw mentioned for something else once upon a time. Replace the “Wep name” and “Shield name” with the names of the items ofc.

Either that or just a single string like
#showtooltip
/cast [worn:wep name] mortal strike; [worn:shield name] shield slam

Or maybe
#showtooltip
/cast [worn:shield name] shield slam; mortal strike

Anyway, not entirely sure which is gonna work best with the tooltip updates so that you can see the cd of what you’re trying to use at least, but you can try 'em out I guess.

I really don’t guarantee any of them will work, I’m just throwing out some vague stuff I barely remember.

thank you so much, i forgot to check the forums again.

i managed to make this one that seems to work:
#showtooltip
/cast [noequipped:Shields] Mortal Strike
/cast [equipped:Shields] Shield Slam

however, the tooltip bugs if u swap wpn, you have to hover over the ability for it to show the icon for some reason.

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