WoW:MACRO lfg: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
(Add Autojoin macro)
Line 7: Line 7:
== Aliases ==
== Aliases ==
:none
:none


== Arguments ==
== Arguments ==
:none
:none
== Autojoin ==
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:
/run SetLookingForGroup(1, 5, 1)

Revision as of 17:21, 31 July 2009

Slash commands


Opens the Looking For Group user interface.

/lfg

Aliases

none

Arguments

none

Autojoin

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:

/run SetLookingForGroup(1, 5, 1)