Macro to cast spell and use trinket unless it's medallion

Hey All,

I’d like to macro my on use trinkets to fire when using my cooldown abilities for PVE however I don’t want them to do the same when I’m in PVP.

Is there a way to write a macro that will automatically use my on use trinkets when I use various abilities unless the on use trinket is my PVP medallion?

Thanks!

Easiest way is to include an item in your PvE set that isn’t in your PvP set, like a shirt or tabard.

The you can do something like

/use [equipped:Shirts]13
/use [equipped:Shirts]14
2 Likes

Oh wow, I had no idea. Thank you!