Close
Showing results 1 to 6 of 6

Thread: Ace

  1. #1

    Default Ace

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();


    I need some help with this macro.

    1. What goes in the ()?
        • Do I need to share quests and then push the macro button
        • will this work with accepting winter grasp?

  2. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Nothing goes in the ().

    Yes, share quests and then hit the key.

    Not sure about WG.
    Now playing: WoW (Garona)

  3. #3

    Default

    mmm donut holes.

    Share what in WG?

    Popup dialog boxes that requires confirmation "OK" can be /click

    Create this macro
    /print GetMouseFocus():GetName()

    Drag it to your action bar. Hover your mouse over the popup you need to click on and his the action bar hotkey. It should print out the name of that element.

    Add to your macro list /click elementname

  4. #4
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by Fizzler View Post
    Create this macro
    /print GetMouseFocus():GetName()

    Drag it to your action bar. Hover your mouse over the popup you need to click on and his the action bar hotkey. It should print out the name of that element.
    Awesome tip. Learned something new today.
    Now playing: WoW (Garona)

  5. #5

    Default

    I found it the macro for the popups is:

    /click StaticPopup1Button1

    Thanks for all your help

  6. #6

    Default

    The “/click StaticPopup1Button1” can replace

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();


    and will get all of your char into battle groups like wintergrasp. I think this works have not tried it in every situation yet. Let me know if it works for you.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •