1. #1
    Mechagnome Sweetz's Avatar
    Join Date
    Jan 2010
    Location
    on Sylvanas
    Posts
    599

    LF Macro - Partyinv accept, Dungeon Q accept

    Hello forum,

    I'm looking for a macro that does the following:
    Accepts party invites
    Accepts dungeon Qing with already selected roles
    Accepts dungeon invites
    Accepts LFR Qing with already selected roles
    Accepts LFR invites
    Presses Ready for Readycheck

    I know all of the above is possible, since I have already had such a macro, but lost it and been unable to find it again.
    Thanks in advance
    Sexisweetz

  2. #2
    The Patient Redtusk's Avatar
    Join Date
    Jul 2011
    Location
    Denmark
    Posts
    267
    Don't think it's possible with a macro, but I'm sure there's addons for that cause.

  3. #3
    Mechagnome Sweetz's Avatar
    Join Date
    Jan 2010
    Location
    on Sylvanas
    Posts
    599
    Quote Originally Posted by Redtusk View Post
    Don't think it's possible with a macro, but I'm sure there's addons for that cause.

    <.< as mentioned, I know it is, I've already had it.


    /click LFDRoleCheckPopupAcceptButton
    /click LFDDungeonReadyDialogEnterDungeonButton

    There's some of it, anybody got the rest?

  4. #4
    Stood in the Fire Chaltione's Avatar
    Join Date
    Jul 2010
    Location
    Norway
    Posts
    380
    I'm not sure if this is it, but this accepts a fair amount of confirmation boxes in-game:

    /click StaticPopup1Button1

    ---------- Post added 2012-05-02 at 03:01 PM ----------

    You can find the rest of the click commands by entering /fstack to get a window to see frame names, then when you get the confirmation box you want to automate, mouse over the button you want it to push and see what the name is in the fstack window. Turn off the fstack window again by entering /fstack again.

  5. #5
    Mechagnome Sweetz's Avatar
    Join Date
    Jan 2010
    Location
    on Sylvanas
    Posts
    599
    Quote Originally Posted by Chaltione View Post
    I'm not sure if this is it, but this accepts a fair amount of confirmation boxes in-game:

    /click StaticPopup1Button1

    ---------- Post added 2012-05-02 at 03:01 PM ----------

    You can find the rest of the click commands by entering /fstack to get a window to see frame names, then when you get the confirmation box you want to automate, mouse over the button you want it to push and see what the name is in the fstack window. Turn off the fstack window again by entering /fstack again.
    Thank you!

    ---------- Post added 2012-05-03 at 12:23 PM ----------

    /click LFDRoleCheckPopupAcceptButton
    /click LFDDungeonReadyDialogEnterDungeonButton
    /script AcceptTrade();
    /click StaticPopup1Button1
    /click LFGDungeonReadyDialogEnterDungeonButton
    /click ReadyCheckFrameYesButton

    This is what I've come to, with Chaltione's help. In case anybody else wanted to know..

Posting Permissions

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