Auto - Disenchant Macro/Script menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Redkoala's Avatar Member
    Reputation
    7
    Join Date
    Aug 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto - Disenchant Macro/Script

    I'm going to show you how to go AFK while disenchanting.

    Step one:
    Visit AutoHotKey and download their program.
    Download Here

    Step two:
    Once you have download their program you're going to want to run it.
    Now you're going to create a new script. This is the one i use.

    Script:
    Code:
    WinWait, World of Warcraft,
    IfWinNotActive, World of Warcraft, , WinActivate, World of Warcraft,
    WinWaitActive, World of Warcraft,
    
    Loop,
    {
    Sleep, 3000
    Send, 3
    sleep, 3000
    }
    Return
    Save this.
    Now you're going to want to convert this to .exe for easy usage.
    Programs>AutoHotKey>Convert .ahk to .exe
    Save it to something like Calendar.exe or something.



    Then just go to where you saved you .exe and run it.
    This will click the keybinding '3' every few seconds. Allowing you to go AFK.

    Macro:
    This is the macro i use for my disenchanting just create a new wow macro and keybing it to '3'. Just change the items to what ever you are disenchanting.



    Disenchanting:
    Code:
    /cast disenchant
    /use crystal citrine necklace
    /use crystal chalcedony amulet
    /use sun rock ring
    /use bloodstone band
    /use Arctic Boots
    Prospecting Macro:
    Code:
    /cast Prospecting
    /use Saronite Ore
    /use Cobalt  Ore
    /use Titanium Ore
    Make sure you have your WOW window in front of the others, with no chat box open or anything.

    To pause the script once you're finished with it simple right click in the toolbar and select pause/exit script.

    Hope you find this useful.


    Auto - Disenchant Macro/Script
  2. #2
    johm2's Avatar Active Member CoreCoins Purchaser
    Reputation
    48
    Join Date
    Nov 2007
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    $hWnd = "World of Warcraft"
    $i = 0
    Do
    ControlSend($hWnd, " ", " ", "{1}");
    Sleep(2250);
    Until $i = 999999
    tooltip($i,"1","1")
    Replace the red 1 with whatever number your macro is. This will do it in the background AND AFK.
    Last edited by johm2; 08-21-2009 at 02:47 PM.

  3. #3
    Redkoala's Avatar Member
    Reputation
    7
    Join Date
    Aug 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That script didnt work for me johm.

  4. #4
    johm2's Avatar Active Member CoreCoins Purchaser
    Reputation
    48
    Join Date
    Nov 2007
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated it. Syntax check built-in to SciTe said it was a-okay.

  5. #5
    Cryde's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2009
    Posts
    298
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cookie inc for the pictures + the effort.

    PM me for Signatures!

  6. #6
    madburrito's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I stumbled upon this old thread while looking for a way to do the same thing as the excellent pictured guide above, except while the WoW screen isn't in focus. The script given above about this issue didnt seem to work for me.

    AHK says:
    Line Text: Do
    Error: This line does not contain a recognized action.

    Does that piece of code need to go inside another piece that im missing? At the moment I'm just using something very similar to the original poster's and its awesome. Id just like to be able to browse the interwebs or whatever while its goin! Thanks for any info from this great community.

  7. #7
    CheeseProphet's Avatar Active Member
    Reputation
    41
    Join Date
    Feb 2009
    Posts
    362
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use quickmacro trial/hax

    sendkeys xx, 1
    delay 200

    and check loop until stop hotkey pressed

    quickmacro is so much easier but not really free ;p

  8. #8
    legoose99's Avatar Member
    Reputation
    7
    Join Date
    Oct 2009
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know this thread is old but i found it extremely useful. The macro i'm currently using is
    /use Lesser Celestial Essence
    /cast Disenchant
    /use item:52306
    /use item:52308
    /use item:52309
    /use item:52314
    /use item:52306
    /use item:52316
    /use item:52312
    /use item:52310
    /use item:52307
    /click PostalOpenAllButton

    I use a free mouse autoclicker (don't remember name, google FTW) and either watch a movie with VLC set to always on top and leave wow with 1" on the side of my screen or just go to sleep and leave the mouse on the macro. In the morning/end of movie, bags are full.

  9. #9
    tsofras's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx Redkoala +rep from me works like a charm. A small hint thought if u run Windows 7 Run as Administrator the script or else it doesnt run.
    Also i converted to exe and it does something rara , it run for 3 times and then it deletes the .exe file :S

    But if u run the script its ok

  10. #10
    Runereaver's Avatar Member
    Reputation
    3
    Join Date
    Mar 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great script
    "WinWait, World of Warcraft,
    IfWinNotActive, World of Warcraft, , WinActivate, World of Warcraft,
    WinWaitActive, World of Warcraft,

    Loop,
    {
    Sleep, 3000
    Send, 3
    sleep, 3000
    }
    Return"

    But I was wondering,is it possible to modify it and make it work only on wow while I'm alt tabed or watching a movie or so ?

    Thank you very much
    Last edited by Runereaver; 03-04-2012 at 03:19 AM. Reason: typo

Similar Threads

  1. My Auto Enchant Macro
    By Black Gull in forum WoW UI, Macros and Talent Specs
    Replies: 11
    Last Post: 11-01-2014, 01:47 PM
  2. [Macro/Script]Auto Mining/Herb switching
    By 1337pyro in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 08-22-2009, 03:39 AM
  3. Auto Disenchant with Glider
    By !iMacroMage! in forum World of Warcraft Guides
    Replies: 9
    Last Post: 03-22-2009, 01:05 PM
  4. Auto Enchant --Macro--
    By Black Gull in forum World of Warcraft Guides
    Replies: 1
    Last Post: 03-19-2009, 03:15 AM
  5. Auto-wall jumping script
    By ClearFlare in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 11-28-2007, 05:38 PM
All times are GMT -5. The time now is 10:26 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search