Premade Applicants Filter helps you limit the visible applicants of the LFG
Premade Groups tool. When creating a premade group for a popular activity such
as the latest raid or a high mythic plus dungeon, group leaders find themselves
with a lot of applicants. Those applicants have to be checked manually for
role, class, item level and other external metrics such as a Raider.IO rating.
Premade Applicants Filter aims to help group leaders by filtering out
applicants that do not match the required criteria.
Keywords
All applicants are technically an applicant group that consists of a list of
members. Most of the time, there is only one member in this group. This means
that all statements about the members of an applicant group have to be
quantified using either the some or all quantifiers. The only unbound
keyword is the members variable which is a direct property of the applicant
group. This means instead of just boolean expression, you may now write
some sort of first-order logic expression!
Examples:
Expression
Explanation
members == 1
only applicant groups with one member
some("heal")
there is at least one heal in the applicant group
all("ilvl >= 400")
all members of the applicant group must have item level 400 or better
all("ilvl >= 400 and (rio > 800 or rioprev > 800 or riomain > 800)")
all members of the applicant group must have item level 400 or better and a Raider.IO rating of 800 this season, last season or on their main character
some("heal or deathknight") and none("hunter")
there is at least one heal or deathknight in the group, but no hunter
Quantifiers
Quantifier
Synonyms
Description
all("...")
every
all members of the applicant group must fulfill the given predicate
some("...")
exists
at least one member of the applicant group must fulfill the given predicate
none("...")
synonym to not some()
Global keywords
This keyword must not be quantified (all other keywords require a quantifier).
Keyword
Type
Description
members
integer
number of members in the applicant group
Standard keywords
Keyword
Type
Description
level
integer
applicant level
ilvl
integer
maximum item level
pvpilvl
integer
PvP item level
myilvl
integer
your own item level (for comparison)
hlvl
integer
honor level
relationship
string
your relationship to the applicant (friend, guild or empty)
friend
boolean
if applicant is in your friend list
guild
boolean
if applicant is in your guild
tank
boolean
if applicant would like to play tank
healer
boolean
if applicant would like to play heal
heal
boolean
synonym for healer
damage
boolean
if applicant would like to play damage dealer
dps
boolean
synonym for damage
range
boolean
if applicant's class can be a ranged class
melee
boolean
if applicant's class can be a melee class
plate
boolean
if applicant's class wears plate armor
mail
boolean
if applicant's class wears mail armor
leather
boolean
if applicant's class wears leather armor
cloth
boolean
if applicant's class wears cloth armor
hasbr
boolean
if applicant provides a battle rezz
hasbl
boolean
if applicant provides bloodlust/heroism
Class keywords
Keyword
Type
Description
deathknight
boolean
if applicant is a deathknight
demonhunter
boolean
if applicant is a demonhunter
druid
boolean
if applicant is a druid
hunter
boolean
if applicant is a hunter
paladin
boolean
if applicant is a paladin
priest
boolean
if applicant is a priest
mage
boolean
if applicant is a mage
monk
boolean
if applicant is a monk
rogue
boolean
if applicant is a rogue
shaman
boolean
if applicant is a shaman
warlock
boolean
if applicant is a warlock
warrior
boolean
if applicant is a warrior
Mythic Plus Rating keywords
Keyword
Type
Description
mprating
integer
overall mythic+ dungeon rating (0 if no rating)
mpmaprating
integer
mythic+ rating in current dungeon (0 if no rating)
mpmapmaxkey
integer
max key done in current mythic+ dungeon (0 if no rating)
mpmapintime
boolean
current mythic+ dungeon completed successfully (false if no rating)
mpmapname
string
current mythic+ dungeon name (can be empty if no rating)
PvP Rating keywords
Keyword
Type
Description
pvprating
integer
PvP rating
pvptier
integer
PvP tier enumeration (normalized values)
pvptierx
integer
PvP tier enumeration (internal values)
pvptiername
string
translated name of PvP tier
pvpactivityname
string
name of current PvP activity
PvP Tier
The following table shows the relation between tier, tierx, tier name and rating.
The software is provided under the GNU General Public License, Version 3. See the LICENSE file for details.
Changelog
Version 2.2.*
Fix error message on rio*kills
Bumped TOC for 10.1.7
Fix bug causing micro button to not deselect in some situations
Version 2.1.3
Bumped TOC
Version 2.1.2
Add support for evokers
Add keywords plate, mail, leather and cloth for armor types
Add keyword hasbr checking for battle rezz
Add keywords hasbl checking for Bloodlust/Heroism
Fix errors
Version 2.0.2
Bumped TOC
Version 2.0.1
Updated translations
Version 2.0.0
Update for Dragonflight
Use Dragonflight interface style
Fix Raider.IO keywords
Reset window with a right click
Many minor fixes
Version 1.2.1
Extended help tooltip with pvplvl and pvprating
Fixed "attempt to compare number with nil" with new keywords, they are now properly initialized
Version 1.2.0
Added group leader PvP rating information with keywords pvpactivityname, pvprating, pvptier, pvptierx and pvptiername
Version 1.1.1
Added member keywords mprating (overall dungeon rating), mpmaprating (rating of the current map/dungeon), mpmapmaxkey (highest key done in current dungeon) and mpmapintime (current dungeon was completed successfully)