Auto Disenchant with Glider
THE ORIGINAL VERSION OF THIS GUIDE CAN BE FOUND ON MMOGLIDER'S FORUMS. THIS WAS NOT CREATED BY ME. ALL CREDIT FOR THIS GUIDE GOES TO "trivio" ON MMOGLIDER'S FORUMS. THIS GUIDE HAS BEEN REFORMATTED AND EDITED BY MACROMAGE FOR SIMPLICITY.
REQUIREMENTS:
*Glider Elite
*PPather
*Enchantrix (addon)
*World of Warcraft -> (Macro Required)
DESCRIPTION:
By using Enchantrix's auto-disenchant feature in compilation with PPather, you can automatically disenchant every disenchantable item in your bags. Enchantrix automatically recognizes items that you cannot DE; that will not have any effect on your disenchanting.
You will also need a macro because Enchantrix requires you to manually click a "YES" button with your mouse if you wish to DE an item. You need Glider to bind the macro to a key and the PPather script to execute it.
INSTRUCTIONS:
1. Download Enchantrix
2. Enable Enchantrix Automation ( /enchantrix config -> Automation -> Watch bags for disenchantable items )
3. Create this macro and put it anywhere on your bar:
for example, "REPLACE WITH OWN KEY" could be changed to "1" for the first action bar slot.Code:/run SetBindingClick("REPLACE WITH OWN KEY","AutoDEPromptYes")
4. Open glider -> Configuration -> Keys (of your Custom Class)
5. Pick a spell (I used a different custom class entirely for this, and I used HumanMage.ConjureWater)
6. Uncheck auto assign and use "V Character" instead. Then you just hit whatever key your macro is on (so if you used action bar slot 1, you would hit 1).
7. Modify, Save, and Load the task file below:
Replace this with your key, for example if you used the default mage custom class for Conjure Water, it would be Mage.ConjureWaterCode:Par { Defend { $Prio = 0; } Repeat { CastSpell { $Key = "HumanMage.ConjureWater"; // Replace Key with your own key $Delay = 5000; $Times = 99; } } }
8. Fire it up and enjoy!