-
Accept All macro
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.
-
Cheers mate, most are all over the forums hidden in stickies, but the accept escort quest is nice, didn't have that one in my collerction yet :thumbsup:
thnx!
-
-
added to the macro section in the wiki
-
:thumbsup:
good find, I came here today looking for this exact command after doing the sketscort again and having to click all 4 accepts.