Change essences?

Hello,

Does anyone have know if it’s possible to write a macro to change essences with a click of a button. Rather than each time you want to change gearsets between say M+ setup or ST raid setup, having to open character panel, shift click neck, drag essences you want in each and every time you want to change…

I thought the essences may save to your gearset but apparently not…

Thanks,
Phemor

/run C_AzeriteEssence.ActivateEssence(12, 115)
/run C_AzeriteEssence.ActivateEssence(13, 116)
/run C_AzeriteEssence.ActivateEssence(32, 117)

12 = The Crucible of Flame
13 = Nullification Dynamo
32 = Conflict and Strife
115 = Major Slot
116 = Minor Slot 1
117 = Minor Slot 2

You can find the ID for any essence here:

The number at the link is the ID.

Sample:
https://www.wowhead.com/azerite-essence/conflict-and-strife-**32**

1 Like

I have been trying to determine the minor slot 3 id, you wouldn’t happen to have that would you?

The fourth slot is 119, e.g.

/run C_AzeriteEssence.ActivateEssence(17, 115)
/run C_AzeriteEssence.ActivateEssence(27, 116)
/run C_AzeriteEssence.ActivateEssence(19, 117)
/run C_AzeriteEssence.ActivateEssence(24, 119)
/equipset M+

1 Like