Log in

View Full Version : Accept All macro



DigitalLorax
03-04-2008, 05:37 PM
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.

Notes
03-05-2008, 05:17 AM
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!

The Minphs
03-06-2008, 08:17 AM
Thanks Very handy !

Djarid
03-06-2008, 09:03 AM
added to the macro section in the wiki

Accipitradea
03-07-2008, 11:42 AM
:thumbsup:

good find, I came here today looking for this exact command after doing the sketscort again and having to click all 4 accepts.