PDA

View Full Version : WoW Dungeon/battleground entrance confirmation macro?



Lasivian
03-08-2012, 06:40 AM
Wondering if anyone knows a way to confirm this dialog box via macro.

Thanks.

Khatovar
03-08-2012, 06:55 AM
This is the dungeon one

/click LFDRoleCheckPopupAcceptButton
/click LFGDungeonReadyDialogEnterDungeonButton

This is the optional macro for poring in and out of the dungeon

/run LFGTeleport(IsInLFGDungeon())

Ualaa
03-15-2012, 12:19 AM
For PvP, I use:
/script AcceptBattlefieldPort(1,1)
/script LeaveBattlefield()

This will both accept the Battleground and exit the Battleground, if you're in one.
I have accidentally pushed it, while in a BG... so be careful.

While you're loading the BG, it doesn't port you out.
So its safe to have in a Repeater Region and spam click or press the hotkey a few times, to get everyone in.

It also accepts/leaves Arena, if you're doing that.

JackBurton
03-15-2012, 07:42 AM
I consolidated bits I've found everywhere. Hasn't been fully tested fully though. but i looks like a universal In & Out


/script AcceptBattlefieldPort(1,1)
/script LeaveBattlefield()
/click LFDRoleCheckPopupAcceptButton
/click LFGDungeonReadyDialogEnterDungeonButton
/run MiniMapInstanceDifficulty:Hide() MiniMapInstanceDifficulty.Show=function() end
/use hearthstone
/run LFGTeleport(true)

Lyonheart
03-15-2012, 05:10 PM
I just use mouse broadcasting.. its safe 8)