Edit, sorry totally didn't read straight. Anyhow here goes, The best way to do this, is as follows:
I use the Auctioneer suite, part of it is an addon called Enchantrix. This is useful because it includes a disenchant module. Bassically it pops up a dialog for every item you can DE saying "Yes, No, Ignore" and you click yes and just continue to click yes till it is all Disenchanted.
For quick enchanting I do the following macro's..
Code:
/script DoCraft(GetCraftSelectionIndex());
/click CharacterWristSlot; --Target Slot Name
/script ReplaceEnchant();
This macro will allow you to enchant any item, with the enchant you currently have selected in the Enchant window. It targets the slot you specify (Note it is currently using CharacterWristSlot)
The other part of this equation is knowing what slot to insert there. To find the correct name of the slot use this macro.
Code:
/script DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName());
When you use this macro, you'll need to click the slot in your paper doll frame. It will list the actual name, such as "CharacterWristSlot" In the chat window.
Using these you can turn long enchanting processes into a simple one button press. Just set everyone the same macro, open up your enchant window, select the enchant you want, and click the button. Everyone will enchant, there will be zero required button presses.
****WARNING****** These macro's auto confirm to OVERWRITE old enchants. So DO NOT make a mistake and enchant the wrong gear, You'll feel stupid. I've done it. It's not fun.
If your interested in guides for what to enchant, I used this a few times, pretty good.
Enchanting 1-375 Guide
Connect With Us