Ring of the Kirin Tor and swapping equipsets

Hello -

I’m trying to make a macro to be able to equip the ring, use it and then revert to my previous item set. So far I have:

#showtooltip
/equipset [worn:item:44935] Ring; Protection
/use item:44935

It’s equipping the item and using it but it’s not letting me equip the previous set back.

Is there anything that I’m missing to let me equip the set after the item was used? So far I check castsequence but that only works with spells. Was hoping that there was something that I can put that if the item is on cooldown then it would be ignored.

Thanks

worn/equipped doesn’t work with specific items just item types. So add a tabard or shirt to the ring set and use that as the condition to switch back to your normal set.