Auto Enchant –Macro–
We all think it can be slowly and take such a long time because we can’t do the “Create All” like bs, lw, tailors etc.
Today, I’m gonna share my own Auto Enchant Macro, what it does:
We will come to the macro later, but what it does is: It auto use the enchant you want, put it on the gear and accept the “Do you want to replace…” message, all in-one-click
To the macro:
#showtooltip
/run CloseTradeSkill()
/cast Enchanting
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s==“Enchant Bracer – Assault”) then DoTradeSkill(i) end end
/use Plated Saronite Bracers
/script ReplaceEnchant()
I don’t got so much time right now so I can’t explain every line and what it does, check back later.
But where you see purple, change it to the desired leveling enchant, like normal (REMEMBER ‘Enchant ”item” – ”Enchant”).
Where you see green, change it to the armor the enchant should target.
Now, you can click this button 5 times, 10, times, 20 times, depends on how many times you gotta do the same enchant. I will say, it have saved some time for me so I hope it also will help you
P.S. If you want the enchanting window down, move the 2nd line down to the bottom, like this:
#showtooltip
/run CloseTradeSkill()
/cast Enchanting
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s==”Enchant Bracer – Assault”) then DoTradeSkill(i) end end
/use Plated Saronite Bracers
/script ReplaceEnchant()
after:
#showtooltip
/cast Enchanting
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s==”Enchant Bracer – Assault”) then DoTradeSkill(i) end end
/use Plated Saronite Bracers
/script ReplaceEnchant()
/run CloseTradeSkill()
Now it will keep the window closed, happy leveling enchanting
by lauritz001
Related posts:
- Macros – Auto JC / Disenchanting for gold There have been a couple of people posting about this...
- Leatherworking moneymaking macros I’ve created a couple of macros that have this down...
- Auto prospecting! AHK! First off you need Autohotkey http://www.autohotkey.com/download/AutohotkeyInstall.exe Make a script like...
- [TotGC] Jaraxxus auto targetting macro I found that a lot of my guild members didn’t...
- Small Guide to making 1-2k/day easily with Enchant scrolls Enchant Scrolls Many high end or even low progression guilds...
Related posts brought to you by Yet Another Related Posts Plugin.
Tags: auto, enchant, world-of-warcraft, wotlk, wow, wow-guide, wow-macro




Leave a reply