Purj
boomer shaman
Whats up guys, I give all credit for this to Cliche and the dudes over at the WoW UI forums!
This macro can let you equip the same item with different enchants by giving the item and enchant their own unique identification numbers!
First: Copy this into macro form or just copy and paste it
/run local function id(s) return strmatch(GetInventoryItemLink("player",s) or "","(item:%d+:%d+):") end for i=16,17 do if id(i) then ChatFrame1:AddMessage("/equipslot "..i.." "..id(i)) end end
* i=16,17 are your weapon slots (16 = MH, 17 = OH), change this to whatever you like *
This gives you your weapon numbers and enchant numbers for MH and OH, for me it said:
/equipslot 16 42948:2568
/equipslot 17 6383:929
* The first number, ie. "42948" is the item, and "2568" is the enchant, which is my Devout Aurastone Hammer with +22 int. *
Now make your own macro, that looks like this:
/equip item:W#:E#; itemname
* W# = the weapon number it gives you, ie. 6383 - E# = the enchant number *
Example:
/equip item:42948:2568; Devout Aurastone Hammer
If you have multiple of the same weapon, the unique identification number will help you out.
Hope it works for you guys, have fun.
~Yeee yeeee
This macro can let you equip the same item with different enchants by giving the item and enchant their own unique identification numbers!
First: Copy this into macro form or just copy and paste it
/run local function id(s) return strmatch(GetInventoryItemLink("player",s) or "","(item:%d+:%d+):") end for i=16,17 do if id(i) then ChatFrame1:AddMessage("/equipslot "..i.." "..id(i)) end end
* i=16,17 are your weapon slots (16 = MH, 17 = OH), change this to whatever you like *
This gives you your weapon numbers and enchant numbers for MH and OH, for me it said:
/equipslot 16 42948:2568
/equipslot 17 6383:929
* The first number, ie. "42948" is the item, and "2568" is the enchant, which is my Devout Aurastone Hammer with +22 int. *
Now make your own macro, that looks like this:
/equip item:W#:E#; itemname
* W# = the weapon number it gives you, ie. 6383 - E# = the enchant number *
Example:
/equip item:42948:2568; Devout Aurastone Hammer
If you have multiple of the same weapon, the unique identification number will help you out.
Hope it works for you guys, have fun.
~Yeee yeeee