Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns information about the player listed in raid browser.

local name, level, areaName, className, comment, partyMembers, status, class, encountersTotal, encountersComplete, isIneligible, isLeader, isTank, isHealer, isDamage, bossKills, specID, isGroupLeader, armor, spellDamage, plusHealing, CritMelee, CritRanged, critSpell, mp5, mp5Combat, attackPower, agility, maxHealth, maxMana, gearRating, avgILevel, defenseRating, dodgeRating, BlockRating, ParryRating, HasteRating, expertise = SearchLFGGetResults(index);

Arguments

index
Number - Index of the player to query, ascending from 1 to totalResults return value from SearchLFGGetNumResults.

Returns

name
String - Name of the player.
level
Number - Player level.
areaName
String - Player's area.
className
String - Player's class.
comment
String - Player's custom comment.
partyMembers
Number - Count of players in the group.
bossKills
Number - Sum of all boss kills on normal mode
gearRating
Number - Some weird value only blizzard has clue about

See also

Advertisement