Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default /script AcceptGroup ..not working

    Im using keyclone and im simply trying to get the macro going for my slaves to pop for pvp or whatever problem is ..this macro no longer works ?


    /script AcceptGroup(); /script AcceptQuest(); /script AcceptTrade(); /script RetrieveCorpse(); /script RepopMe();



  2. #2
    Member JohnGabriel's Avatar
    Join Date
    Oct 2008
    Location
    Seattle Washington, USA
    Posts
    2272

    Default

    Three things broke with the macro a couple patches ago (WoW not keyclone), and nobody has yet bothered to fix it, or post their fix.

    The enter dungeon pop-up box, the enter BattleGround pop-up box, and the Set Hearth pop-up box at an inn.

  3. #3

    Default

    Quote Originally Posted by JohnGabriel View Post
    Three things broke with the macro a couple patches ago (WoW not keyclone), and nobody has yet bothered to fix it, or post their fix.

    The enter dungeon pop-up box, the enter BattleGround pop-up box, and the Set Hearth pop-up box at an inn.
    Someone did "bother"

    http://www.dual-boxing.com/threads/4...irmation-macro
    http://www.dual-boxing.com/threads/4...cept-All-macro

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();
    I just went and tested this between my main and a bunch of trial accounts. I confirmed everything other than trade {because trials can't trade} works.
    Last edited by Khatovar : 06-23-2012 at 09:42 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  4. #4
    Member
    Join Date
    May 2011
    Location
    uk england
    Posts
    95
    Blog Entries
    1

    Default

    not sure i havent tried it for ages..but i think you lay out like this?

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();

    if that makes any differance

    edit : oh if its what john says then it looks like its broken

  5. #5

    Default

    you can use

    Code:
    /print GetMouseFocus():GetName()
    to find the names of buttons. if there something you need that's not listed.




  6. #6
    Member JohnGabriel's Avatar
    Join Date
    Oct 2008
    Location
    Seattle Washington, USA
    Posts
    2272

    Default

    I will take this time to thank the author of the accept all macro. Its one of two macros thats used by every single one of my toons.

  7. #7

    Default

    Quote Originally Posted by ebony View Post
    you can use

    Code:
    /print GetMouseFocus():GetName()
    to find the names of buttons. if there something you need that's not listed.
    They also implemented the /framestack command that can be toggled off and on to show button and other UI element names.

Posting Rules

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