Two players can group together only if their levels are within range of each other. Given a player of level L, the formula for the highest-level player they can group with is L + floor(L/2), and the lowest-level player is floor(L × 2/3) (minimum 1). Players below level 6 can group with anyone down to level 1. Players below level 11 use L + 5 for the maximum. The maximum level difference is always capped at 30.
Table shows grouping ranges for levels 1 – 125.
| Level | Min | Max | Level | Min | Max | Level | Min | Max |
|---|
Spells of level 50 and below can buff any player (minimum recipient level is 1). For spells above level 50, the minimum player level required to receive the buff is: floor((Spell_Level − 50) / 2) + 40.
Table shows minimum recipient level for spell levels 1 – 125.
| Spell Level | Min | Spell Level | Min | Spell Level | Min |
|---|