no edit summary
No edit summary |
|||
| Line 1: | Line 1: | ||
SetLootMethod("method"{,"masterPlayer" or ,threshold}) | SetLootMethod("method"{,"masterPlayer" or ,threshold}) | ||
=Arguments= | =Arguments= | ||
"method" may be any one of the following self-explanatory and case insensitive arguments: "group", "freeforall", "master", "neeedbeforegreed", "roundrobin". | "method" may be any one of the following self-explanatory and case insensitive arguments: "group", "freeforall", "master", "neeedbeforegreed", "roundrobin". | ||
| Line 16: | Line 17: | ||
Additionally, if method is "master", the second argument must be a player name, followed by the optional third argument of "threshold"; e.g. SetLootMethod("Master","Hank",2) would set Hank as the master looter with an uncommon threshold. | Additionally, if method is "master", the second argument must be a player name, followed by the optional third argument of "threshold"; e.g. SetLootMethod("Master","Hank",2) would set Hank as the master looter with an uncommon threshold. | ||
---- | |||
{{WoW API}} | |||