Not signed in (Sign In)
    •  
      CommentAuthorDeckard
    • CommentTimeApr 3rd 2007 edited
     
    Update: The macros contained in this thread and more now have a wiki page. Just head to Saving Time Using Macros with Auctioneer and take a look!

    I've recently discoverd the huge time saving benefits of using the /click command in macros with Auctioneer. Basically, this command does a button click for any frame you ask it to, meaning buttons, drop down menus, sort fields, etc. Let me give an example:

    Formerly after Auctioneer finished a scan, I would switch to the Search Auctions window by clicking that tab, pull down my saved search from the dropdown menu and select it, click the Search button, then sort my buyouts by the Pct column from highest to lowest. Not a long sequence, but it did take some time and is very repetitive. Turns out that entire sequence can be automated using WoW's built-in macro language, and it works even if the search takes some time to complete, the WoW client queues the rest of the sequence. Here's how that macro looks:

    /click AuctionFrameTabSearch
    /click AuctionFrameSearchSavedSearchDropDownButton
    /click DropDownList1Button2
    /click AuctionFrameSearchBuyoutSearchButton
    /click AuctionFrameSearchListColumn5Sort


    How do I find out the names of the frames, you ask? I use MoveAnything, it will show the frame name for anything your cursor is over, but other mods to do this probably exist.

    Let's say you've done a scan and are searching for items to bid on from the Search Auctions tab. This macro automates the bid process, so you no longer have to confirm your bids, you simply click the item line in the window and press your macro button. This works even better if you keybind it too, you simply click the auction item and hit a key to bid:

    /click AuctionFrameSearchBidButton
    /click StaticPopup1Button1


    As you can imagine, the possibilities here are vast. I also use use this technique to open all of my mail on the first page of my mailbox, in combination with my mail mod (I use CTMailMod). CTMailMod has a feature to check the boxes of the mail you wish to open, then press an Open button to retrieve only those items. However, I often have so much mail that I don't wish to open it all, just the items on the first page. Using a macro sequence makes it possible.
    • CommentAuthorWoes
    • CommentTimeApr 9th 2007
     
    I love this. Going to have to spend some time working on it. Do you mind posting your first page mail macro? I have wanted to be able to do that..
    •  
      CommentAuthorDeckard
    • CommentTimeApr 9th 2007
     
    Posted By: WoesI love this. Going to have to spend some time working on it. Do you mind posting your first page mail macro? I have wanted to be able to do that..


    Sure thing. For CTMailMod, the macro is:

    /click CT_MailBoxItem1CB
    /click CT_MailBoxItem2CB
    /click CT_MailBoxItem3CB
    /click CT_MailBoxItem4CB
    /click CT_MailBoxItem5CB
    /click CT_MailBoxItem6CB
    /click CT_MailBoxItem7CB
    /click CT_MMInboxOpenSelected


    That puts a checkmark in every box on the first page, then opens them.
    •  
      CommentAuthorDeckard
    • CommentTimeApr 11th 2007
     
    I'm considering making a wiki page for using these macros, if there is interest. I've been somewhat surprised by the lack of response to this, since I thought it was a very cool thing and it certainly saves me a lot of time. Making one-touch buttons and key bindings for things like bidding, buying, doing my searches and retrieving mail has saved me a great deal of time and many mouse clicks. I was hoping to have others post with their ideas, suggestions and questions here as well, I'm sure there are many things I have not thought of yet.

    So, whaddya all think?
    •  
      CommentAuthordinesh
    • CommentTimeApr 11th 2007
     
    by all means add it to the wiki. no response from me, because i wouldn't use them. i don't have macro space, i don't have buttonbar space, and i don't generally feel all that put out by the clicking. of course, i am doing substantially less auctioneer flipping right now - i'm playing less and my server economy seems pretty flat.
    •  
      CommentAuthorDeckard
    • CommentTimeApr 12th 2007
     
    Do you not use a separate AH/banker toon? Since we now get 18 overall macros and 18 toon only ones, I just use the 18 given for my AH/banker toon to make them. Of course, you can also use SuperMacro to add many, many additional macros. The author just recently discontinued support for it so I didn't want to be stuck with another dead AddOn and have left it alone.

    I probably also do far more AH'ing than the average Auctioneer user does, so the macro shortcuts save me a substantial amount of tedious clicking. For the past three weeks, I've done almost nothing but use the AH in order to achieve my goal of having a substantial amount of gold left over after I get my epic flying mount.
    •  
      CommentAuthorNemelis
    • CommentTimeApr 12th 2007
     
    Deckard, please add it to the wiki. Could be fun diving again into macros.

    I rummaged a bit with macros in the past. Till they became that big that I had to put them into an addon (but basically they were still the same macros). But it is broken now <snif>:
    The monster ;-)> I created was a bunch of functions for healing, shadow-word pain and other priest spells around a single function that determined automatically which level of the spell it could use the best for healing your party / killing your opponent (the less needed, the lower the spell level used, thus the less mana was consumed).
    But guess what Blizzard decided with 2.0 that also fell under the same restrictions as auto-buying.... Indeed auto-selection of a spell-level to use. To bad, now I only use the maximum spell levels since I don't have enough space to put in a button for each spell-level of each spell.
    •  
      CommentAuthorDeckard
    • CommentTimeApr 13th 2007
     
    I hear ya on the 2.0 patch changes. I used Panza as a healing mod for my paladin, and it got hosed over badly. The upside was I was able to fix most of the healing portion and became better using macros and mouseover frames for healing. Since I spam flash heals 95% of the time, it wasn't an issue with mana. Would be nice to have the buffing stuff back, but oh well.

    Frankly, I'm surprised Blizzard left in this "/click" function at all, since it is a way to automate long strings of mouseclicks that would normally require separate hardware events to accomplish. But I'm certainly not complaining.

    OK, I'll create a wiki for this. If I have any trouble getting started with it I'll let you guys know. So far I've only added to existing articles, not created any new ones.
    • CommentAuthorrowaasr13
    • CommentTimeApr 17th 2007
     
    Out-of-combat auto-buffing is still possible, BTW. Create secure template and change it dynamically in pre-click handler. Only in-combat decisions are blocked (or, actually, deffered to happen after combat ends).
    •  
      CommentAuthorDeckard
    • CommentTimeAug 2nd 2007
     
    Okay, after a request today for keybinding buttons for BottomScanner's Ignore/No/Yes buttons, I've finally started a wiki page for macro usage with Auctioneer. Sorry for the delay, I hadn't made the time to do it until now.

    It's just a start and I haven't put any actual coded macros up yet, but I will in the next few days. As always, feel free to contribute! :cheer:
    •  
      CommentAuthorAndorvelis
    • CommentTimeAug 7th 2007
     
    Hi
    •  
      CommentAuthorDeckard
    • CommentTimeAug 14th 2007
     
    Hi. :cool:

    OK, the Auctioneer Macros wiki page is up with a few macros in it now. Please contribute any of your own if you like. :thumbup:
    • CommentAuthorNials
    • CommentTimeOct 13th 2007
     
    Brilliant macros :) I also do a lot of auctioning and I especially love the first one you posted, only I would like to modify it to show bid / buyout per item in a stack. I suppose that's very possible, but how?
    •  
      CommentAuthormeow
    • CommentTimeOct 13th 2007
     
    hmm since it didn't seem to fit the wiki page given by Deckard Auctioneer/Saving Time With Macros

    where would commands like
    /run AuctionFrame:SetScale(1.1)
    fit in the wiki structure?
    • CommentAuthorbunnyfufu
    • CommentTimeOct 14th 2007
     
    I ran into something meow ran into. I wanted to add the click macro to retrieve all mail, for BM2I users, so I appended a "non-Auctioneer" section. Yay/nay? Take discussions of this sort to the discussion page of the wiki?
    •  
      CommentAuthorDeckard
    • CommentTimeOct 21st 2007
     
    Posted By: NialsBrilliant macros :) I also do a lot of auctioning and I especially love the first one you posted, only I would like to modify it to show bid / buyout per item in a stack. I suppose that's very possible, but how?


    If I understand you correctly and you just want Auctioneer to show the price per item for stacks, AucAdvanced does that already in the Compact UI, or for AucClassic you can use a mod like PricePer, listed on this page.
    •  
      CommentAuthorDeckard
    • CommentTimeOct 21st 2007 edited
     
    Posted By: bunnyfufuI ran into something meow ran into. I wanted to add the click macro to retrieve all mail, for BM2I users, so I appended a "non-Auctioneer" section. Yay/nay?


    Absolutely. I had intended all along to add an Auctioneer related section but hadn't gotten around to it. Your addition prompted me to add my own macro for CT_MailMod mail retrieval.

    I'm fine with using either the forums or the wiki for discussion, whatever works. :bigsmile:
    • CommentAuthorfrozndevl
    • CommentTimeOct 24th 2007
     
    Just wanted to say thanks for this, very helpful!
    • CommentAuthorbelleboom
    • CommentTimeNov 8th 2007
     
    Posted By: DeckardHow do I find out the names of the frames, you ask? I useMoveAnything

    I have this little macro for the same purpose; place your mouse over the button/frame of interest, and then use:
    /script DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())

    This is a great thread, I've been dying for the "open one page of mail" shortcut for a long time, and the potential of "/click" is impressive. Also check out Cogwheel's macro thread on the Blizzard UI forums; he has a bit about macro chaining and something on how to use macros longer than 255 characters by binding them directly to keys.
    http://forums.worldofwarcraft.com/thread.html?topicId=2366703212&sid=1
    • CommentAuthortestleK
    • CommentTimeNov 9th 2007
     
    Saving Time With Macro's (Enchantrix Update)

    updated with this macro function (hope it was ok that I added the Enchantrix Advanced section to the bottom)
    •  
      CommentAuthorDeckard
    • CommentTimeNov 9th 2007
     
    Sure thing Tig, that's what a wiki is for! I'll probably clean it up a bit to remove all the vertical spacing and put it in macro code format (like the sections above it), but I'll leave your writing intact. :bigsmile:
    • CommentAuthortestleK
    • CommentTimeNov 9th 2007
     
    Posted By: DeckardSure thing Tig, that's what a wiki is for! I'll probably clean it up a bit to remove all the vertical spacing and put it in macro code format (like the sections above it), but I'll leave your writing intact.


    LOL you can change it any way you want I figured after Nine went through so much trouble with me it should be shared :) It will actually need changed because one of the dev's named them in the dev version (actually named all three yes no and ignore) based off of our fun with getting it to work so it will be alot easier to macro once that version is circulated
    • CommentAuthorbelleboom
    • CommentTimeNov 14th 2007
     

    Sure thing. For CTMailMod, the macro is:

    /click CT_MailBoxItem1CB
    /click CT_MailBoxItem2CB
    /click CT_MailBoxItem3CB
    /click CT_MailBoxItem4CB
    /click CT_MailBoxItem5CB
    /click CT_MailBoxItem6CB
    /click CT_MailBoxItem7CB
    /click CT_MMInboxOpenSelected


    That puts a checkmark in every box on the first page, then opens them.


    I adore this macro but it broke in 2.3 and I'm not sure why. Digging through the code for CT_MMInbox.xml shows the same checkbox variable names (CT_MailBoxItem4CB, etc.) but the macro no longer checks anything off:( Anyone have any ideas on this?
    •  
      CommentAuthorDeckard
    • CommentTimeNov 14th 2007
     
    I know CT_MailMod has been updated for 2.3.0 patch, but according to the web site it has yet to support mass mailing, so I haven't updated to it yet. Once the new version is out that is feature complete (supposed to be this week), I'll test the macro and see what can be done about it. I'll update the wiki entry as well.
    •  
      CommentAuthormeow
    • CommentTimeNov 14th 2007
     
    CT Mod
    CTMod Updated for 2.3

    Posted 1 day, 8 hours ago by Cide

    CTMod has been updated to the latest World of Warcraft patch, 2.3. You can find the updated mods in our downloads section.

    New for today is a vastly improved version of CT_MailMod. It's a complete recode, and brings CT_MailMod up to version 3.0. New features include a much faster Mass Opening as well as a detailed Mail Log of all the mail you've opened using Mass Opening. While there is no support for Mass Mailing at the moment, we expect to patch this in within a week or so. You can access the mail log using either /maillog or clicking the Mail Log button in your inbox.

    that's about all I could find on it. .. their forums didn't seem to be up.
    •  
      CommentAuthorDeckard
    • CommentTimeNov 16th 2007 edited
     
    Posted By: belleboomI adore this macro but it broke in 2.3 and I'm not sure why. Digging through the code for CT_MMInbox.xml shows the same checkbox variable names (CT_MailBoxItem4CB, etc.) but the macro no longer checks anything off:( Anyone have any ideas on this?


    I just checked with the 3.01 version of CT_MailMod and the checkboxes no longer appear to have names, nor does the Open Selected button. At least not when using the macro given on the wiki page (you have to bind this macro to a key, hover over the frame whose name you wish to see, then press the keybinding):

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

    Other frames in WoW do give results when using that macro, so I don't think anything is wrong with the macro itself. Anyone know another macro to try or any other way to see if those frames have proper names in CT_MailMod?
    • CommentAuthorbelleboom
    • CommentTimeNov 18th 2007
     
    Posted By: Deckard[strong]/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())[/strong]


    Thanks Deckard. I actually used that to test the macro out when it first died, and when I couldn't get a valid frame name I started digging through the code. That's how I found the code that apparently uses the same names as before, the macro just does not work. I thought it might have to do with frame layers and the position of the checkboxes in the mail frame, but changing layer levels had no effect.
    • CommentAuthorNials
    • CommentTimeNov 19th 2007
     
    Alternatively, you could use BulkMail2Inbox which loots much faster than CT_MailMod :) As of patch 2.3.0, BeanCounter reconciles on opening of the mailbox rather than when looting items in your mail, aye? If so, there should be no conflict with recording auctions.
    •  
      CommentAuthormeow
    • CommentTimeNov 19th 2007 edited
     
    I'm still suspicous of CT_MailMod after it kept on deleting my guild's news mail items whenever it attempted to retrieved an item next to it.
    •  
      CommentAuthorDeckard
    • CommentTimeNov 19th 2007
     
    I hear you meow (no pun intended :bigsmile:), CT_MailMod has always been a bit quirky. It has always been hella slow at sending mass mails, freezing the UI with every mail sent, for example. I was still using CT_MailMod because I started using it ages ago, when parts of the CT package were the first mods I'd ever installed. I never really tried other mail mods since CT seemed to at least be updated quickly after new patches.

    I'd ask the authors about this issue but there seems to be no way to reach them. Forums at their site have been down for some time and there's no email address listed. I believe they do frequent the WoW forums, so I may go that route and see what's up.
    • CommentAuthorbunnyfufu
    • CommentTimeNov 20th 2007
     
    Deckard, come into the light of Ace. Drink the Kool-Aid of BulkMail.
    •  
      CommentAuthormeow
    • CommentTimeNov 20th 2007
     
    I like BulkMail also and with the new mail system of multiple items per post (still 30c per item) it makes mail nicer

    one of the nice features is it lets you see all 50 mail in a variable sorted list (by name, time, money, from, ...etc.. about 5-6 fields .. by clicking the heading bar and it shifts through the cycle of sorting)
    •  
      CommentAuthorDeckard
    • CommentTimeNov 20th 2007
     
    Posted By: bunnyfufuDeckard, come into the light of Ace. Drink the Kool-Aid of BulkMail.


    Hehe. I actually do use a lot of Ace mods and I'm aware of BulkMail2 from the mentions here and elsewhere. One thing I've always liked about CT_MailMod was it enhanced the default Blizzard UI without changing it completely. BulkMail2 is a total departure from Blizzard's UI for mail, and I'm not sure how well I like the look. It certainly gives a great deal of info at once, it's just a bit overwhelming.
    • CommentAuthorRockSlice
    • CommentTimeNov 20th 2007
     
    Deckard, you might also want to try Postal (another Ace mod). It's similar to CT_MailMod, but I've found it more reliable.
    •  
      CommentAuthorDeckard
    • CommentTimeNov 20th 2007
     
    Thanks Rock, I'll check it out. I'd always wondered how Postal was as a mail mod, but I had no idea what it looked like since it doesn't have a wiki page at the Ace site and I couldn't find it at any of the main mod sites.
    • CommentAuthorKinesia
    • CommentTimeNov 20th 2007
     
    I like BulkMail, but one thing that annoys me is it doesn't check an item still exists before displaying tooltips.
    So if you do a "get all mail" and mouse over any of the stuff it's taken out of your mailbox you get an error because it only updates the list after it's taken everything.
    It's also very very big which is bad for my little 12" powerbook (which isn't powerful enough to really play on, so it _only_ does Auction House and mail stuff)
    • CommentAuthorfrozndevl
    • CommentTimeNov 20th 2007
     
    I don't know if it is related, but beancounter wasn't updating when I was using Postal. I haven't done extensive testing to isolate the cause, so if others are using Postal with success I guess it's just me.
    • CommentAuthorbunnyfufu
    • CommentTimeNov 21st 2007
     
    Oh yeah! *That's* why I stopped using postal. Postal seemed to be preventing other addons from using the hooks for the in-game mail functions.
    • CommentAuthorwingedkat
    • CommentTimeAug 10th 2008
     
    Hi, Deckard.
    I love your wiki for keybindings. Could you update it for the buttons on the "SearchUI" module? The ones I'd be most interested in are the buttons for:

    Bid
    Buyout
    Not Now
    Ignore

    I'm not sure what the 'Buy First', 'Clear', and 'Remove' buttons do, so I've left them alone.

    Thanks again!
    Kat
    • CommentAuthorRockSlice
    • CommentTimeAug 10th 2008
     
    Don't get too set with macros just yet. The SearchUI buttons will get revamped.

    The "Buy First" button either buys or bids on the auction based on the reason code (ie if it says "Disenchant:bid", it'll bid). This button will definitely be renamed, due to the confusion.

    The "Clear" button clears the list, and the "Remove" button removes just that auction from the list, but doesn't add it to any ignore list
    • CommentAuthorfrozndevl
    • CommentTimeAug 11th 2008
     
    Since this thread was resurrected, I wanted to just make a point in saying that Postal is working just fine with Auctioneer Advanced and Beancounter now.
    •  
      CommentAuthorDeckard
    • CommentTimeAug 14th 2008
     
    Hey guys,

    I'm no longer playing WoW as of July, so I'll be unable to update the wiki with any keybinding goodies. I think instructions in it are pretty good for telling you how to do this on your own, but I'm open to any suggestions for improving them as best I still can given my WoW status. Or of course, you can do it yourselves, it's a wiki!

    Postal was working well for me with Auctioneer and Beancounter when I quit the game back in July, I hope it continues to do so, especially since CT_Mail no longer properly works with keybindings.
    • CommentAuthorwingedkat
    • CommentTimeAug 14th 2008
     
    Thank you for all the help you've given us over the years, Deckard. I, for one, wish you great success in the future. We'll miss you.

    Kat
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.