Close
Showing results 1 to 10 of 10
  1. #1

    Default Does anyone know of a working alternative for ConfirmAcceptQuest()?

    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)

  2. #2

    Default

    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

  3. #3

    Default

    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]

  4. #4

    Default

    I'm using the same macro, but it doesn't accept escort quests. ConfirmAcceptQuest should do that, but it doesn't.

  5. #5

    Default

    I will try this tonight, I have to go save the chicken from the Yeti cave.

  6. #6

    Default

    Im not entirely sure however look @ IdQuestAutomaton.

  7. #7

    Default

    Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=61705#pos t61705
    /script RepopMe();
    Is a bad idea for Shaman players.
    I found this out the hard way last night 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]

  8. #8

    Default

    Quote Originally Posted by 'Fursphere',index.php?page=Thread&postID=61705#pos t61705
    Is a bad idea for Shaman players. If you hit it by accident, it ruins your chance of using reincarnate. I supposed the same would be true for soulstoned players.
    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.

    Any solution for the escort quest accept problem?

  9. #9

    Default

    See my signature link for a updated version of this script with a npc macro built in!

  10. #10

    Default

    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

Similar Threads

  1. Yet another possible X-Keys alternative
    By ragawaga in forum Hardware Tools
    Replies: 9
    Last Post: 02-18-2009, 04:00 PM
  2. Fear macros not working (or working right that is)
    By blast3r in forum Macros and Addons
    Replies: 2
    Last Post: 08-27-2008, 06:23 PM
  3. 2 priests working good...now not working
    By jimmi in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 02-16-2008, 12:15 AM
  4. Alternative to KeyClone?
    By Eveso in forum New Multi-Boxers & Support
    Replies: 12
    Last Post: 11-12-2007, 04:26 PM
  5. Alternative to Synergy
    By peejosity in forum Software Tools
    Replies: 15
    Last Post: 10-27-2007, 05:44 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •