Keri 0 Report post Posted April 21, 2017 I am trying to create a trinket swap macro so I can easily swap from CoE to CoCS. When I use the following: /equipslot 13 Convergence of Fates /equipslot 13 Claw of the Crystalline Scorpid It works!! However, the macro icon doesn't change to show which trinket is currently active. When I click it and CoF is active, I want the macro icon to display CoF. When clicked again and CoCS is active, I want the macro icon to display CoCS. Can someone help me make this happen? Quote Share this post Link to post Share on other sites
Allseye 96 Report post Posted April 21, 2017 Hi Keri I can't give you the solution, but i found the following page where it explains how you can change icons with conditions: http://macro-wow.com/guide/showtooltip-macro-usage-and-how-to-make-your-own-wow-macros-with-dynamic-changing-icons/ Post the solution if you managed it :-) Quote Share this post Link to post Share on other sites
ScourgeSong 0 Report post Posted November 26, 2022 I managed to do it like this: #showtooltip 13 /equipslot 13 Convergence of Fates /equipslot 13 Claw of the Crystalline Scorpid The icon dynamically changes based on which trinket is equiped in slot 13. Quote Share this post Link to post Share on other sites