WoW:LootMethod: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapitype}}) |
||
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 | ||
Line 12: | Line 14: | ||
; <tt>"master"</tt> : Master looter, designated player distributes loot. | ; <tt>"master"</tt> : Master looter, designated player distributes loot. | ||
Revision as of 21:35, 9 June 2006
These are the loot methods used by GetLootMethod() etc
Values
- "freeforall"
- Free-for-all, everyone can loot corpses.
- "roundrobin"
- Round-robin, looting cycles evenly through group members.
- "group"
- Group loot, round-robin for normal items, rolling for special ones.
- "needbeforegreed"
- Need before greed, round-robin for normal items, selective rolling for special ones.
- "master"
- Master looter, designated player distributes loot.