Greetings, beginner multiboxer here with something I hope others will find useful.

While this macro is familiar and quite useful:

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

I had two problems with it. 1) The party accept box wouldn't go away 2) It doesn't handle escort quests.

I forgot where I found this solution, think it was on this board somewhere, but it's for the party accept box not going away.

/script StaticPopup_Hide("PARTY_INVITE");

But the other one is for escort quests , which I found handy.:

/script ConfirmAcceptQuest();


Thanks for all the useful tips so far.