[Alliance] Access AH and mailbox from one spot menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    carma12's Avatar Active Member
    Reputation
    47
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Alliance] Access AH and mailbox from one spot

    I used the search function but I didn't find anything similar to it.

    This works in Stormwind(and Booty Bay of course). Since 3.2 the auctioneer and the mailbox are really close together,
    but there is a thick wall between them preventing most people to access them from one spot.



    The blue circle marks the spot from where you can access them both.

    Now there are basically 2 ways to do this.


    1. Activate the nameplates above friendly units (see Keybindings)



    You can then just rightclick the nameplate. This is pretty easy, but if you want to be able to put a little more automation in the whole AH process
    it's not a good one, because depending on the number of people around, nameplates are jumping around and don't remain on the same spot.


    2. Use macro and the "Interact With Target" Keybinding



    Open your keybindings-window and scroll down to the "Targeting Functions" category. There you will find "Interact With Target". Set it to a key you
    like. I will give you an example what macros you could use.

    Macro for targeting the Auctioneer Jaxon(must exist and be alive, else no target):
    Code:
    /cleartarget
    /targetexact Auctioneer Jaxon
    /cleartarget [dead] [noexists]
    Macro for closing the AH window:
    Code:
    /run CloseAuctionHouse();
    Get all money from mails(mailbox must be open):
    Code:
    /script CheckInbox() for m = GetInboxNumItems(), 1, -1 do TakeInboxMoney( m ) end
    This is from wowwiki

    Get all items from mails(mailbox must be open):
    Code:
    /script CheckInbox() for m = GetInboxNumItems(), 1, -1 do TakeInboxItem( m ) end
    This is from wowwiki

    Since the mailbox is not targetable you need to click it. To maximize the chance your autoclicker will hit it I would recommend facing
    the mailbox and setting the camera directly above your character.


    Quickauctions2

    Now if you use Quickauctions2 you can also use the following macros without having to change to the auctions-tab. I guess there will
    be also a command for Appraiser, but I don't use Auctioneer anymore.

    This is like clicking the "Cancel"-button:
    Code:
    /run QuickAuctions.Manage:CancelScan();
    This is like clicking the "Post"-button:
    Code:
    /run QuickAuctions.Manage:PostScan();
    With these few macros, quickauctions and some kind of autoclicker/autoit you can play the auction house very aggressively without even being present.
    Last edited by carma12; 09-05-2009 at 08:21 AM.

    [Alliance] Access AH and mailbox from one spot
  2. #2
    [Ichigo]'s Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2008
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you. It really worked. Even though its a c/p I would never search for it.
    <3
    God's unwated children

  3. #3
    carma12's Avatar Active Member
    Reputation
    47
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not c/p. I thought of it myself and this is my text and my pictures(except the two macros from wowwiki). Although it's likely that other people might find/found out theirself.
    Last edited by carma12; 09-05-2009 at 07:06 AM.

  4. #4
    Pthaos's Avatar Member
    Reputation
    16
    Join Date
    May 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm. I'm not at all interested in the automation, but this should save me a good 10 seconds every 10 minutes... especially when I get stuck on the SW AH railings. Thanks a lot for this Will test

  5. #5
    Sunblade's Avatar Member
    Reputation
    5
    Join Date
    Dec 2008
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can right-click on the health bar to interact

  6. #6
    carma12's Avatar Active Member
    Reputation
    47
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sunblade View Post
    You can right-click on the health bar to interact
    Correct, that is what I wrote in my post as method 1.

    Also horde just killed Auctioneer Jaxon, and I found out that my macro didn't work as expected.
    I rewrote it and now works perfect. I updated it in the first post.

  7. #7
    Sprutzs's Avatar Banned
    Reputation
    8
    Join Date
    Aug 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for information. This is a nice time saver.
    P.S. For The Alliance :-)

  8. #8
    Black Gull's Avatar Contributor
    Reputation
    153
    Join Date
    Jun 2007
    Posts
    278
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sprutzs View Post
    P.S. For The Alliance :-)
    Why do you got a Troll Hunter as avatar?
    (Filler)

  9. #9
    Ilikegold's Avatar Member
    Reputation
    10
    Join Date
    Feb 2009
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow awesome +rep

  10. #10
    tjackballe's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice find(or c/p), I'm taking the first train to Stormwind cause I'm about to move!

  11. #11
    Quagmire's Avatar Active Member
    Reputation
    34
    Join Date
    Nov 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perfect for me, im way to lazy.

  12. #12
    pqs's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2009
    Posts
    526
    Thanks G/R
    10/12
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SW = The new IF

  13. #13
    Unholyshaman's Avatar ★ Elder ★
    Reputation
    1517
    Join Date
    Jun 2007
    Posts
    2,827
    Thanks G/R
    20/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I must admit I dislike Stormwind, way prefer Ironforge (It's a Pre-BC habit) but this actually might give me some reason to go there now
    +rep because it actually is pretty handy and new.

  14. #14
    Gankenstein's Avatar Member
    Reputation
    16
    Join Date
    Sep 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks thats really handy!

  15. #15
    mephuser1000's Avatar Member
    Reputation
    14
    Join Date
    Sep 2009
    Posts
    34
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This has been hotfixed.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Buying] WTB Herbs and Ore from Botter ON Kill Jaedean Alliance
    By Gkiller in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 01-19-2013, 06:31 PM
  2. get both shadowstrike and thunderstrike from ONE
    By shoka1 in forum World of Warcraft Guides
    Replies: 4
    Last Post: 12-06-2009, 12:18 AM
  3. Transfering spells from one character to another.[With database access]
    By Equ1N0X in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 01-14-2008, 12:45 PM
  4. Leveling from 1 - 70 Alliance / horde US and EU
    By tuny in forum Members Only Gold And Powerleveling Buy Sell
    Replies: 1
    Last Post: 07-25-2007, 03:14 PM
  5. Transfer gold from ALLIANCE to HORDE and Back again!!!
    By coolkiller in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 11-09-2006, 12:05 PM
All times are GMT -5. The time now is 05:19 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search