2x coldrage dagger macro equip

Can anyone link me the macro to equip this from my normal weaps in combat

I would suggest using outfitter or itemrack. I played with a similar macro for a long time on my warrior but it was never reliable.

1 Like

itemrack doesnt work in combat

/equipslot 16 {MH weapon name exactly}
/equipslot 17 {OH weapon name exactly}

You can’t use equipslot for two items with the same name. It triggers the GCD on the first slot. I think You’d need to do a specific bagslot equip using /script.

1 Like

Ah true, a work around can potentially be made by enchanting the weapons uniquely. I haven’t tested that yet, maybe you have.

That’s what I ended up doing, but I haven’t played a melee in a while. It didn’t work reliably.
I forget exactly which addon I used, but one of them allows you to make a macro that essentially says “equip this item set” and works in combat for weapons.

This works but you need to have BOTH coldrage daggers in your main backpack slot 1 AND 2.

---

[edit:] Scratch that - it doesn’t work in combat.

Are you talking about Itemrack? It uses /equipset (Set name)

I don’t know if you can use it in combat though.

Itemrack will work in combat if you set up a hotkey. It just won’t work through the UI.

1 Like

Confimed!

OKAY, I actually figured a way to do it but it requires you to not be using a MH dagger.

/equip [equipped:Sword] Coldrage Dagger
/equipslot 17 Coldrage Dagger

It also requires two key presses.

When I use /itemrack equip <setname> it only queues the weapons for out of combat.

Right, you have to use a hotkey defined in itemrack to work in combat.

If you put a different enchant on each Coldrage Dagger you can use a macro like this:

/equipslot ITEM_SLOT_NUMBER item:ITEM_ID:ENCHANT_ID

Example Macro:

#showtooltip
/equipslot 16 item:10761:1898
/equipslot 17 item:10761:2564

For Enchant IDs see: wowwiki . fandom . com/wiki/EnchantId

5 Likes

Now that’s some interesting info. I didn’t know items could get a more specific identifier like that.

Yeah they get SUPER specific, all items had an ID number, and same with spells. Even physical attack abilities like backstab are considered spells, at least with how you can use them with the spell id numbers.

I’m just talking about how you can use the item ID in conjunction with the enchant ID to tell apart two of the same items. That’s cool if it works.

1 Like

longtime lurker, i logged onto this forum for the first to say how much i appreciated you sharing this, i was completely at a loss as to how to do this without WA or something more complicated, so thank you very much!