-
"Accept Group" Bug?
I've got the standard accept macro on my Alts:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
My main starts a group, and my Alts use the macro to accept. They join the group but the window asking if they want to join the group or not stays up there.
Anyone else seen this or see an error in my macro?
Thanks
-
Use the mod TwoBoxToolkit. If your toons all have eachother in their friends lists, they'll automatically accept groups / rezzes and close that box.
-
I think that's currently expected behavior. For now, I've been told the dialog box goes away after a few minutes if you don't click on it. But yah, I'm pretty sure that's expected behavior.
-
you can hide the frame afterwards, I can't remember the exact command, but its listed on these forums somewhere.
-
Thanks for the info - I found that post you referenced too:
very small group accept annoyance
I'll do a better search next time :pinch:
-
Its an annoyance yes, but a lot of people in these forums use TwoBoxToolkit... and it gets rid of that annoyance. Another good reason to use it IMHO.
-
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
/script StaticPopup_Hide("PARTY_INVITE");
/ffa
(the /ffa just sets loot to free-for-all)
-
I just do the invite/accept macro and then press the excape once to get rid of the dialog box. :p