It seems that the ConfimAcceptQuest function that is used in the default accept macro, no longer works. Anyone know any alternatives? (wowwiki still mentions this function as the accept escort quest function)
It seems that the ConfimAcceptQuest function that is used in the default accept macro, no longer works. Anyone know any alternatives? (wowwiki still mentions this function as the accept escort quest function)
Also tagging this thread... I don't recall ConfirmAcceptQuest() to ever work me either.
I just ended up clicking on it manually... which sucks, because I have to do it everyday for the escort quest in Skettis.
[align=center]5-boxing - Paladin, Shaman, 3x Mages[/align]
WC-20,VC-25,SFK-25,BFD-27,Stk-27,RFK-29,Gnm-31,SM (G-32,L-34,A-35,C-36),RFD-41,ULD-42,ZF-46,Mar(O-47, P-48, I-48],ST-52,BRD-54,62,LBRS-62,Strt-63,DM-63,Paly Mt Qt-63, Schl-63
HR-63,BF-64,SP-64(2/3)68(3/3),UB-68,MT-67,AC-0/2,Seth-1/2,SH-1/4
This is my accept macro and it works fine.
Code:/script AcceptGroup(); /script AcceptQuest(); /script AcceptTrade(); /script RetrieveCorpse(); /script AcceptResurrect(); /script RepopMe(); /script ConfirmAcceptQuest(); /script StaticPopup_Hide("PARTY_INVITE");
[align=center]1--------10---------20------27--30---------40---------50---------60---------70
This Multi-Boxer was brought to you by Keyclone[/align]
I'm using the same macro, but it doesn't accept escort quests. ConfirmAcceptQuest should do that, but it doesn't.
I will try this tonight, I have to go save the chicken from the Yeti cave.
Im not entirely sure however look @ IdQuestAutomaton.
I found this out the hard way last nightOriginally Posted by 'Fursphere',index.php?page=Thread&postID=61705#pos t61705
I'll remove it.
[align=center]1--------10---------20------27--30---------40---------50---------60---------70
This Multi-Boxer was brought to you by Keyclone[/align]
Not just for reincarnation. You basically don't want it to release your corpse as long as one of your chars can still resurrect the others or your resurrect macro's won't be able to target the remaining dead player after you accept the first res. Its better to add a key modifier that prevents RepopMe from being called with every accept.Originally Posted by 'Fursphere',index.php?page=Thread&postID=61705#pos t61705
Any solution for the escort quest accept problem?
See my signature link for a updated version of this script with a npc macro built in!
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