Hi I have a macro here which i was using to teleport with cloak of coordination which equips the cloak and teleports me and then re-equips the previous cloak (the one with the higher level)
FYI I have no idea about how to write macro codes in wow and I am not the one who wrote the code above but I have read about the macros and tried to make a macro with the same idea but in a different way and for a different purpose, what i am trying to do is to make a macro that equips a defined item like (deepdive helmet) then when I click it again it will re-equip the previous item.
Does anyone have any idea if its possible and how, and thanks in forward.
There are 2 numbers used in that macro that you may want to change, if you want to re-use it for something else, 65274 and 15.
The number 65274 is the itemid for the relevant item. If you look up any item on wowhead for example, you’d see the itemid for that item in the URL.
So when looking up your current [Cloak of Coordination], we see that same number appear:
https://www.wowhead.com/item=65274/cloak-of-coordination
see here_____________________^^^^^
The number 15 (used twice), refers to the slot where the item goes.
15 implies the Back / Cloak slot, if you want to use the macro for (for example) a neck then you’d use number 2 instead (in both places).