Wondering if anyone knows a way to confirm this dialog box via macro.
Thanks.
Printable View
Wondering if anyone knows a way to confirm this dialog box via macro.
Thanks.
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())
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.
I consolidated bits I've found everywhere. Hasn't been fully tested fully though. but i looks like a universal In & Out
Code:/script AcceptBattlefieldPort(1,1)
/script LeaveBattlefield()
/click LFDRoleCheckPopupAcceptButton
/click LFGDungeonReadyDialogEnterDungeonButton
/run MiniMapInstanceDifficulty:Hide() MiniMapInstanceDifficulty.Show=function() end
/use hearthstone
/run LFGTeleport(true)
I just use mouse broadcasting.. its safe 8)