Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 15 of 15
  1. #11

    Default

    Well... huh, more confusion.

    Here's my latest macro:

    /run AcceptGroup();ConfirmSummon();AcceptQuest(); AcceptTrade();RetrieveCorpse();RepopMe();
    /click LFDRoleCheckPopupAcceptButton;
    /click LFDDungeonReadyDialogEnterDungeonButton;
    /in 1 /run StaticPopup_Hide("PARTY_INVITE");

    I invited this toon, clicked the macro, and it worked like a charm! I thought great, problem solved, right?

    Then I left party and tried it again, just to make sure.... insta-decline - the popup didn't even show up.

    After trying this multiple times, when I log into the game the first time it works great, but all other times no matter who invites him until I relog my toon auto-declines. Good grief, I didn't figure an accept macro could be so complex.
    10-boxing Alliance Sargeras and Kil'jaeden

  2. #12

    Default

    any chance you would need to show the staticpopup again before you could receive a new invite? /in 2 /run StaticPopup_Show("PARTY_INVITE"); I'm just guessing here and I'm not at my computer to try it out.

  3. #13

    Default

    I think you can replace both AcceptGroup() and StaticPopup_Hide("PARTY_INVITE") with

    /click StaticPopup1Button1

    Not tested this, so I don't know if it works, but basically it clicks the first button on a dialog, so it should work for other dialogs.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

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

    Default

    Quote Originally Posted by Mercurio View Post
    After trying this multiple times, when I log into the game the first time it works great, but all other times no matter who invites him until I relog my toon auto-declines. Good grief, I didn't figure an accept macro could be so complex.
    Sounds like you stumbled on a known UI bug. Now that you mention the failure conditions, I remember this happening with a group-invite macro where I just hid the dialog instead of clicking the button. Jamba's code works great so I disabled my macro and let it handle the invites. See if Jafula's suggestion fixes it.
    Now playing: WoW (Garona)

  5. #15

    Default

    Sweet! Yep, that fixed it. All the accept stuff back in one button again

    You guys are great.
    10-boxing Alliance Sargeras and Kil'jaeden

Posting Rules

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