Does anyone have any idea how can I make a macro to join LFG dungeon queue without clicking the button. Thanks!
Printable View
Does anyone have any idea how can I make a macro to join LFG dungeon queue without clicking the button. Thanks!
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
Is it just me or did they change something with it? Almost every time i log out and back in i have to choose my role..pain! Is there something you can place in that macro to choose the role?
used to have this line in WTF\Account\ACCOUNTNAME\SERVER\TOONNAME\config-cache.wtf
but it's not there anymore and when u manually add it, WoW doesn't like it and just ignore it, then removes it upon logout. also the console command doesn't seem to work too.Code:SET lfgSelectedRoles "7"
@OP - here's my "Accept All" macro that does most of what I need, that I have somewhere in ISBoxer's helper macro sets:
Code:/run AcceptGroup();AcceptQuest();StaticPopup_Hide("QUEST_ACCEPT");AcceptTrade();RetrieveCorpse();RepopMe();ConfirmAcceptQuest();ConfirmReadyCheck(1);ConfirmSummon();StaticPopup_Hide("CONFIRM_SUMMON");AcceptBattlefieldPort(1,1);
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
Sorry, I meant as to how initiate the "join as grp" thing. What's the macro for that? Thanks.
That is the macro for it.
/click LFDDungeonReadyDialogEnterDungeonButton
If you're looking to be able to port in and out use
/run LFGTeleport(IsInLFGDungeon())
i dont think there is a macro to open the dungeon que, initiate the roll call, select a roll.
Best we have is what's been posted, once the dungeon finder is open and you hit it on your main, hit the accept role macro for your slaves and you are teleported to the dungeon.
you will always have to open the eyeball and click the join button on the main.