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
Looking to make more WoW gold?
Get ready to make more gold playing WoW than you have ever seen before.
World of Warcraft In-game Leveling Guides
Related posts:
- 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...
- Macros – Auto JC / Disenchanting for gold There have been a couple of people posting about this...
- Small Guide to making 1-2k/day easily with Enchant scrolls Enchant Scrolls Many high end or even low progression guilds...
- WoW Macro: A List of General Macros **Addon Count** Ever wanted to know how many addons you’re...
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