Capabilities

LIST_RANKINGS

Return PvP, PK, and level leaderboard rows

Bridge contract

JsonArray listRankings(String metric, int limit) throws Exception;

Accepted metrics:

MetricPrimary orderTie-breaker
pvpPvP kills descendingLevel descending
pkPK kills descendingLevel descending
levelLevel descendingPvP kills descending

Clamp limit to 1–100. Include offline characters and exclude staff characters. Return the same character object used by LIST_ACCOUNT_CHARACTERS.

Reference differences

  • aCis reads obj_Id and filters accesslevel = 0.
  • Mobius reads charId and filters accesslevel = 0.

Verification

Connector check requests the first PvP row. An empty ranking is a valid response.

On this page