Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns information about the party player listed in raid browser.

local name, level, relationship, className, areaName, comment, 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 = SearchLFGGetPartyResults(index, partyIndex)

Arguments[]

index
number - Index of the player to query, ascending from 1 to totalResults return value from SearchLFGGetNumResults.
partyIndex
number - Index of the party player to query, ascending from 1 to partyMembers return value from SearchLFGGetResults.

Returns[]

name
string - Name of the player.
level
number - Player level.
areaName
string - Player's area.
comment
string - Player's custom comment.
bossKills
number - Sum of all boss kills on normal mode
gearRating
number - Some weird value only blizzard has clue about

See also[]

Advertisement