Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    That seemed to be the issue, Jafula, thanks!

    I took the StaticPopup_Hide("PARTY_INVITE") and put it into another macro and the accept macro works fine.

    It is odd that that macro worked just fine until 4.0.1 and it is a bit of a bummer to have to hit two keys to do what only required one before, but I'm happy for a solution to something I use 12 times a day

    BTW, there isn't any way to add a delay within a macro so I could keep it to one key, is there?
    10-boxing Alliance Sargeras and Kil'jaeden

  2. #2

    Default

    Nah delays are a no go area. You can achieve them with third party hardware/software but they are outside of the ToS

    You could use Jamba to do the party invite thing for you though or simply have your toons in a jamba team with auto acccept group invite from team selected. This is how I get away with a one key invite/accept buttotn.

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

    Default

    You can try

    /in 2 /run StaticPopup_Hide("PARTY_INVITE")

    or some variant of that. I know it works for chat and a few other minor things. Never tried it out of combat on other things.
    Now playing: WoW (Garona)

  4. #4

    Default

    So delays out of combat are not against the TOS?

    28 BoXXoR RoXXoR Website
    28 Box SOLO Nalak 4m26s! Ilevel 522! GM 970 Member Guild! Multiboxing Since Mid 2001!

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

    Default

    Using the "/in" command is obviously OK as they provide the command for your use. I'd be very wary of extrapolating that to encompass any other delay mechanisms.
    Now playing: WoW (Garona)

  6. #6

    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

  7. #7
    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)

  8. #8

    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
  •