m
Move page script moved page LootMethod to WoW:LootMethod without leaving a redirect
m (New document) |
m (Move page script moved page LootMethod to WoW:LootMethod without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapitype}} | |||
These are the loot methods used by [[API GetLootMethod|GetLootMethod()]] etc | These are the loot methods used by [[API GetLootMethod|GetLootMethod()]] etc | ||
== Values == | == Values == | ||
; <tt>"freeforall"</tt> | |||
: Free-for-all, everyone can loot corpses. | |||
; <tt>" | ; <tt>"roundrobin"</tt> | ||
: Round-robin, looting cycles evenly through group members. | |||
; <tt>" | ; <tt>"group"</tt> | ||
: Group loot, round-robin for normal items, rolling for special ones. | |||
; <tt>" | ; <tt>"needbeforegreed"</tt> | ||
: Need before greed, round-robin for normal items, selective rolling for special ones. | |||
; <tt>" | ; <tt>"master"</tt> | ||
: Master looter, designated player distributes loot. | |||
<tt>"'''personalloot"'''</tt> | |||
Personal loot, any loot acquired is placed directly in bags. | |||