I've tried out your macro Falkor, but it doesn't seem to do what I need it to do. So I've spent some time digging into the issue myself. It seems that the "accept all" macro does accept escort quests that are opened by other players, it simply doesn't close the corresponding dialog. Of course these dialogs aren't listed anywhere, so I had to write some code to find the window that I needed to close.
The following macro lists all the names of all the static popups:
/script for k,v in pairs(StaticPopupDialogs) do ChatFrame1:AddMessage(k); end
After searching through the popups, I found that the "QUEST_ACCEPT" popup displays the accept escort text. I've updated the accept all macro to make it close this popup.
http://www.dual-boxing.com/wiki/inde...cro:Accept_All
Connect With Us