WoW:MACRO lfg: Difference between revisions

16 bytes added ,  15 August 2023
m
Move page script moved page MACRO lfg to WoW:MACRO lfg without leaving a redirect
(Add Autojoin macro)
m (Move page script moved page MACRO lfg to WoW:MACRO lfg without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{macroapi}} __NOTOC__
{{macroapi}}
 
Opens the Dungeon Finder user interface.
 
Opens the Looking For Group user interface.
  /lfg
  /lfg


== Aliases ==
== Aliases ==
:none
:lfg
:lfd
:df
:dungeonfinder


== Arguments ==
== Arguments ==
:none
:none


== Autojoin ==
== Notes ==
If you just want to join the LFG channel with one button without choosing a specific instance, the following macro will select "Zone" in the first pull-down (instead of Dungeon, Raid, etc.) and then select the first Zone in the second pull-down:
* In patch 3.3, the Looking For Group interface was redesigned to allow cross-realm random groups, and was renamed to the Dungeon Finder. The same basic functionality exists in the Dungeon Finder as existed in the old LFG interface, except it is no longer possible to look for group quests.
/run SetLookingForGroup(1, 5, 1)
Anonymous user