View Full Version : [WoW] LFG Macro
kaiverrettu
08-29-2011, 10:07 AM
Does anyone have any idea how can I make a macro to join LFG dungeon queue without clicking the button. Thanks!
Khatovar
08-29-2011, 10:49 AM
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
Lyonheart
08-29-2011, 11:53 AM
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?
Darelik
08-29-2011, 07:00 PM
used to have this line in WTF\Account\ACCOUNTNAME\SERVER\TOONNAME\config-cache.wtf
SET lfgSelectedRoles "7"
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.
@OP - here's my "Accept All" macro that does most of what I need, that I have somewhere in ISBoxer's helper macro sets:
/run AcceptGroup();AcceptQuest();StaticPopup_Hide("QUEST_ACCEPT");AcceptTrade();RetrieveCorpse();RepopMe();Confirm AcceptQuest();ConfirmReadyCheck(1);ConfirmSummon() ;StaticPopup_Hide("CONFIRM_SUMMON");AcceptBattlefieldPort(1,1);
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
kaiverrettu
08-30-2011, 11:43 AM
Sorry, I meant as to how initiate the "join as grp" thing. What's the macro for that? Thanks.
Khatovar
08-30-2011, 11:46 AM
That is the macro for it.
/click LFDDungeonReadyDialogEnterDungeonButton
If you're looking to be able to port in and out use
/run LFGTeleport(IsInLFGDungeon())
kaiverrettu
08-30-2011, 12:10 PM
Ahh alright. 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())
EDIT: Actually, I just tried this and it doesn't work. Im looking for macro that would allow me to initiate the join dungeon que without having to click on the eyeball.
Kedash00
08-30-2011, 03:48 PM
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.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.