Sets the loot method for a party or raid group. Has no effect if the player is not the party or raid leader.

See SetLootThreshold for the quality threshold used by Master Looter, Group Loot, and Need Before Greed methods.


See also Loot functions.

Signature:

SetLootMethod("method" [, "master"])

Arguments:

  • method - Method to use for loot distribution (string)

    • freeforall - Free for All - any group member can take any loot at any time
    • group - Group Loot - like Round Robin, but items above a quality threshold are rolled on
    • master - Master Looter - like Round Robin, but items above a quality threshold are left for a designated loot master to
    • needbeforegreed - Need before Greed - like Group Loot, but members automatically pass on items
    • roundrobin - Round Robin - group members take turns being able to loot

  • master - Name or unitID of the master looter (string)