Monday 1 November 2010

AH Macros are Back!

Shamelessly ripping some text out of Moravec's post on Follow the Gold Road - Useful Auction House Macros After Patch 4.0.1 as I have been trying to work out how to macro the craft button on ATSW and golbinworks (or wtf the new KTQ crafting dependency is). Purely theoretically of course. I wouldn't actually do this in game :P

Re-posting it here so that I don't lose the info, especially the macro at the end about mouseover a button to get it's /script name in your chat window ... INCREDIBLY USEFUL :)


ZeroAuctions

Posting and Cancelling:

/click StaticPopup1Button1

AuctionProfitMaster

Posting:

/click AuctionProfitMasterPostButton

Cancelling:

/click AuctionProfitMasterCancelButton

ScrollMaster

Create next enchant:

/click SMButton

AuctionLite

Purchasing:

/click BuyApproveButton

AdvancedTradeskillWindow

Process queue:

/click ATSWQueueStartStopButton

Enchantrix:

Confirm Mill/Prospect/Disenchant:

/click AutoDEPromptYes

You can always find out the name of a button for creating similar macros if you bind the following to a key.  All you then have to do is mouseover the button, press the macro and the name will appear magically in your chat frame:

/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())

No comments: