Equipped not working?

#showtooltip Convoke the Spirits
/cast [nomod:alt, equipped] Cosmic Gladiator's Fastidious Resolve
/cast Unchained Gladiator's Badge of Ferocity
/cast Convoke the Spirits

Somehow this macro doesn’t work.
It’s because of the equipped conditional, when I add “equipped” (even without mod) condition to the Badge trinket, it doesn’t press it either.

Hello. How are you?

Equipped/worn needs to include an item type. You can’t test against specific items.

eg [equipped:tabard]

That said, for your macro it doesn’t look necessary unless something else is missing.

#showtooltip Convoke the Spirits
/cast [nomod:alt] Cosmic Gladiator's Fastidious Resolve
/cast Unchained Gladiator's Badge of Ferocity
/cast Convoke the Spirits
1 Like
  1. it shows error if it isn’t equipped
  2. not sure, but I suspect, when I try to use non-equipped item, that it tries to equip it
#showtooltip Convoke the Spirits
/cast [nomod:alt, equipped:armor] Cosmic Gladiator's Fastidious Resolve
/cast [equipped:armor] Unchained Gladiator's Badge of Ferocity
/cast Convoke the Spirits

this seems to be working as far as i see, thank you

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