-
-
Notifications
You must be signed in to change notification settings - Fork 2
Loot Distribution
Koenari edited this page Oct 31, 2022
·
4 revisions
This is to shine some light on the inner workings of how loot is distributed.
Players are considered for Need if the corresponding slot does not have either their BiS item or an item at an iLvl >= the current item. All players ciónsidered for need are sorted by the rules selected (see below). Results of the computations are shown like this.
Rule | Description |
---|---|
BiS > Upgrade | Simply prefers players if the item is their BiS over people that have a different BiS |
Role priority | Prefers players by role (the order is configured globally in configuration or per raid group) |
Highest item level gain | Prefers player that gains most item level from the item in consideration |
Lowest overall item level | Prefers the player with the smallest average item level |
DPS | Simply sorts by highest dps (You need to manually curate a dps value per player for this to work) |
Rolling | Uses a rolled number (0-100) to decide (Rolls are done per item) |