WoW:CVar lfgSelectedRoles: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
m (Move page script moved page CVar lfgSelectedRoles to CVar lfgSelectedRoles without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{cvar}}
 
 
This CVar is where your [[Dungeon Finder|LFG]] role selection information is saved.
This CVar is where your [[Dungeon Finder|LFG]] role selection information is saved.


Line 29: Line 27:
==Patches==
==Patches==
{{patch 3.3.0|note=Added}}
{{patch 3.3.0|note=Added}}
[[Category:Console variables|lfgSelectedRoles]]
[[Category:Console variables|lfgSelectedRoles]]

Latest revision as of 04:48, 15 August 2023

Console variables < lfgSelectedRoles

This CVar is where your LFG role selection information is saved.

Possible Settings[edit]

1
Leader
2
Tank
4
Healer
8
DPS

To have a combination of more than 1 setting, add the numbers together.

ie. Healer, DPS & Leader = 4+8+1 = 13

Changing this setting[edit]

In-game, you can open the LFG tool via hitting i, then changing your setting.

or

In-game, type the following

/console lfgSelectedRoles setting

or

You can exit wow, open your character's Config-cache.wtf file, and add the following line:

SET lfgSelectedRoles setting

Patches[edit]

Template:Patch 3.3.0