Close
Showing results 1 to 8 of 8
  1. #1

    Default Clearing the Accept Party Invitation dialog pop-up

    Hi,

    I'm running a 3-man team and have the following annoyance. I have a macro on my main to invite all the alts. Then I have a multi-purpose utility macro on the alts to Accept Group/Quest/Trades and pop me/resurrect me on death. The macro itself is working just fine. However, even after my alts have accepted the party invitation and are now part of the group, the annoying Accept Party Invitation pop-up remains on-screen for the alts. I can click Accept or Decline at this point and it makes no difference. The alts are still in the party due to the macro. The relevant part of the macro is this:

    /script AcceptGroup();

    Like I said, more of an annoyance than anything. Does anyone know how to get rid of that pop-up once my alts have accepted (via the /script function)? Thanks!

  2. #2
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    I agree it's annoying, but I don't think there's a way to get rid of it.

    Fortunately it goes away pretty quick. I've just gotten used to ignoring it for a few minutes.
    No matter where you go, there you are.

  3. #3

    Default

    Thanks, good to know.

    I figure there was a timer of some sort, kind of like a summoning. I guess I just have to be patient and wait for it to go away.

  4. #4

    Default

    The twoboxtoolkit UI mod makes it go away somehow, maybe look through the code and see? Or just use the mod

  5. #5

    Default

    Code:
    /script AcceptGroup()
    /script StaticPopup_Hide("PARTY_INVITE")

  6. #6

    Default

    Quote Originally Posted by 'bryanc',index.php?page=Thread&postID=38100#post38 100
    Code:
    /script AcceptGroup()
    /script StaticPopup_Hide("PARTY_INVITE")
    Awesome... this is EXACTLY what I need. I'll add that to my multi-purpose macro tonight.

  7. #7
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    Quote Originally Posted by 'bryanc',index.php?page=Thread&postID=38100#post38 100
    Code:
    /script AcceptGroup()
    /script StaticPopup_Hide("PARTY_INVITE")
    nifty!
    No matter where you go, there you are.

  8. #8

    Default

    Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=38118#pos t38118
    I just tap ESC after accepting the invites.
    yeah me too, hehe 8)

Similar Threads

  1. Slaves opening a Quest Giver Dialog Box
    By pbrigido in forum Macros and Addons
    Replies: 6
    Last Post: 07-09-2009, 05:01 AM
  2. How do I open NPC dialog to accept quests on slaves?
    By IronWolve in forum General WoW Discussion
    Replies: 9
    Last Post: 05-27-2009, 02:28 PM
  3. Open Invitation!!!!
    By Zzyzxx71 in forum General WoW Discussion
    Replies: 0
    Last Post: 12-26-2008, 04:02 PM
  4. New Server Galakrond ( Invitation )
    By Lyonheart in forum General WoW Discussion
    Replies: 2
    Last Post: 11-16-2008, 06:04 AM
  5. [WoW] Clearing SM too much can get you in trouble...
    By Ughmahedhurtz in forum General WoW Discussion
    Replies: 3
    Last Post: 09-18-2007, 06:31 AM

Posting Rules

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