Log in

View Full Version : Clearing the Accept Party Invitation dialog pop-up



Lynly
02-25-2008, 05:58 PM
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!

BobGnarly
02-25-2008, 06:16 PM
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. :)

Lynly
02-25-2008, 06:20 PM
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.

Stabface
02-25-2008, 06:21 PM
The twoboxtoolkit UI mod makes it go away somehow, maybe look through the code and see? Or just use the mod :)

bryanc
02-25-2008, 06:43 PM
/script AcceptGroup()
/script StaticPopup_Hide("PARTY_INVITE")

Lynly
02-25-2008, 07:42 PM
/script AcceptGroup()
/script StaticPopup_Hide("PARTY_INVITE")Awesome... this is EXACTLY what I need. I'll add that to my multi-purpose macro tonight.

BobGnarly
02-25-2008, 08:42 PM
/script AcceptGroup()
/script StaticPopup_Hide("PARTY_INVITE")nifty!

yarr
02-25-2008, 09:51 PM
I just tap ESC after accepting the invites. :Dyeah me too, hehe 8)