WoW:API SetLootThreshold: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Sets the loot quality threshold as a number for the party/raid loot method.<br> | Sets the loot quality threshold as a number for the party/raid loot method.<br> | ||
<br> | <br> | ||
Line 13: | Line 14: | ||
/script SetLootThreshold(2) | /script SetLootThreshold(2) | ||
If you're the party/raid leader, the example above will set the loot threshold to Uncommon(green) items or better and report its new status.<br> | If you're the party/raid leader, the example above will set the loot threshold to Uncommon(green) items or better and report its new status.<br> | ||
Revision as of 18:13, 6 January 2007
Sets the loot quality threshold as a number for the party/raid loot method.
- arg1
- Integer - a value from 0 to 6 indicating loot threshold
0 - Poor
1 - Common
2 - Uncommon
3 - Rare
4 - Epic
5 - Legendary
6 - Artifact
/script SetLootThreshold(2)
If you're the party/raid leader, the example above will set the loot threshold to Uncommon(green) items or better and report its new status.