WoW:API SetLookingForGroup: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}}__NOTOC__ | {{wowapi}}__NOTOC__ | ||
Flags yourself as LFG | Flags yourself as LFG <br> | ||
SetLookingForGroup( | SetLookingForGroup(Interfacerow, missiontype, destination) | ||
===Takes=== | ===Takes=== | ||
: Number | : Number Interfacerow | ||
: Number | : Number missiontype | ||
: Number | : Number destination | ||
Interfacerow<br> | |||
<br> | |||
The LFG interface has 3 rows (You can look for 3 things), this number indicates which one (1 to 3) | |||
missiontype<br> | |||
<br> | |||
The type is None/Dungeon/Raid/Quest(group)/Zone/Heoric Dungeon and the avlue is accordingly, ie 3=raid | |||
destination<br> | |||
<br> | |||
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=== | ===Returns=== | ||
| Line 18: | Line 26: | ||
===Details=== | ===Details=== | ||
Use in combination with SetLFGType and SetLFGComment | |||
===Example=== | ===Example=== | ||
<dl><dd> | <dl><dd> | ||
SetLFGType(1, 3) | |||
SetLookingForGroup( | SetLookingForGroup(1, 3, 6) | ||
SetLFGComment("Daddy needs purples") | |||
;Looking for raid group for Karazhan | |||
</dd></dl> | </dd></dl> | ||
{{User:Zelgadis/LFG_notice}} | {{User:Zelgadis/LFG_notice}} | ||
{{User:Xix_xeaon/LFG_Notice}} | {{User:Xix_xeaon/LFG_Notice}} | ||
Revision as of 00:54, 1 May 2007
← WoW API < SetLookingForGroup
Flags yourself as LFG
SetLookingForGroup(Interfacerow, missiontype, destination)
Takes
- Number Interfacerow
- Number missiontype
- Number destination
Interfacerow
The LFG interface has 3 rows (You can look for 3 things), this number indicates which one (1 to 3)
missiontype
The type is None/Dungeon/Raid/Quest(group)/Zone/Heoric Dungeon and the avlue is accordingly, ie 3=raid
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
Details
Use in combination with SetLFGType and SetLFGComment
Example
-
SetLFGType(1, 3)
SetLookingForGroup(1, 3, 6)
SetLFGComment("Daddy needs purples")
- Looking for raid group for Karazhan