14
May

Auto Enchant –Macro–

   Posted by: free-wow-guide   in WoW Macros, WoW Professions

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

  • Share/Bookmark

Related posts:

  1. Macros – Auto JC / Disenchanting for gold There have been a couple of people posting about this...
  2. Leatherworking moneymaking macros I’ve created a couple of macros that have this down...
  3. Auto prospecting! AHK! First off you need Autohotkey http://www.autohotkey.com/download/AutohotkeyInstall.exe Make a script like...
  4. [TotGC] Jaraxxus auto targetting macro I found that a lot of my guild members didn’t...
  5. 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: , , , , , ,

This entry was posted on Thursday, May 14th, 2009 at 12:32 pm and is filed under WoW Macros, WoW Professions. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment
SEO Powered by Platinum SEO from Techblissonline