Capabilities
LIST_RANKINGS
Return PvP, PK, and level leaderboard rows
Bridge contract
JsonArray listRankings(String metric, int limit) throws Exception;Accepted metrics:
| Metric | Primary order | Tie-breaker |
|---|---|---|
pvp | PvP kills descending | Level descending |
pk | PK kills descending | Level descending |
level | Level descending | PvP 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_Idand filtersaccesslevel = 0. - Mobius reads
charIdand filtersaccesslevel = 0.
Verification
Connector check requests the first PvP row. An empty ranking is a valid response.