Match priority

Imagine that 6 people enter the room after matching, and the room disbands after one person exits the game. The remaining 5 people continue to be matched. How to improve the matching priority of these 5 people?

Hi @hexun80149128,

You could try adding a boosted property to all of your matchmaker queries which would give priority to matchmaking tickets that have a specific flag, such as priority.

properties.priority:1^2

Under most circumstances, you would not specify the priority flag when you place a player into the matchmaking pool. But if they come from a match that has recently had someone leave, you could then add this property for them when they add themselves back to the matchmaker. Assuming they fit the remaining matchmaking criteria, this would give them priority over players who do not have the priority property.

You can read about boosting here: Heroic Labs Documentation | Query Syntax

1 Like