I have modified the swap title macro that I have in my thread.
|
Source code
|
1
2
|
/run swapequip = {0, 1, 2}
/run swapequipindex = swapequipindex or 0 swapequipindex = (swapequipindex + 1) SwapEquipmentItem(swapequip[swapequipindex % #swapequip + 1])
|
You can use this macro to cycle through your 3 different Equipment slots.
I will be updating the main thread with this.
Enjoy.