WoW API: SetLookingForGroup

From AddOn Studio
Revision as of 19:54, 28 February 2009 by WoWWiki>Watchout (wiki syntax fix)
Jump to navigation Jump to search

WoW API < SetLookingForGroup

Flags yourself as LFG

SetLookingForGroup(interfacerow, missiontype, destination)

Takes

Number interfacerow
The LFG interface has 3 rows (You can look for 3 things), this number indicates which one (1 to 3)
Number missiontype
The type is None/Dungeon/Raid/Quest(group)/Zone/Heroic Dungeon and the value is accordingly, ie 3=raid
Number destination
The submenu of valid choices for that missiontype and the characters level, if type is 3 and the character is level 70 then 6 would be Karazhan

Returns

Nothing

Example

SetLookingForGroup(1, 3, 6)

See Also