WoW:API SetLootMethod: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(→Arguments: this method never takes a threshhold in the wow code) |
||
| Line 6: | Line 6: | ||
"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". | ||
Additionally, if method is "master", the second argument must be a player name, followed by the optional third argument. The third argument is set to 1 if you're promoting a new master looter, as in the case where you right click on a raid member and select "Promote to Master Looter". | |||
To change the loot threshold, use [[API_SetLootThreshold|SetLootThreshold]] | |||
Revision as of 22:14, 2 September 2007
← WoW API < SetLootMethod
SetLootMethod("method"{,"masterPlayer" or ,threshold})
Arguments
"method" may be any one of the following self-explanatory and case insensitive arguments: "group", "freeforall", "master", "neeedbeforegreed", "roundrobin".
Additionally, if method is "master", the second argument must be a player name, followed by the optional third argument. The third argument is set to 1 if you're promoting a new master looter, as in the case where you right click on a raid member and select "Promote to Master Looter".
To change the loot threshold, use SetLootThreshold