Skip to content

Ranking Protocol (Splatoon 2)

Yannik Marchand edited this page Feb 3, 2022 · 4 revisions

NEX Protocols > Ranking Protocol > Splatoon 2 (112)

This page describes the methods that are only seen in Splatoon 2.

Method ID Method Name
16 UploadLeaguePoint
17 GetLeagueResult
18 GetFestivalResult
19 UploadFestivalVote
20 UploadFestivalScore
21 DeleteFestival
22 UploadXPower
23 GetXPowerRanking
24 UploadEventMatchResult
25 GetEventMatchResult
26 AcquireEventMatchRight

(16) UploadLeaguePoint

Request

Type Name
LeaguePointInfo info

Response

This method does not return anything.

(17) GetLeagueResult

Request

Type Name
String leagueId
Uint64 tagId

Response

Type Name
LeagueResult result

(18) GetFestivalResult

Request

Type Name
Uint32 festivalId

Response

Type Name
FestivalResult result

(19) UploadFestivalVote

Request

Type Name
FestivalUploadVoteParam uploadParam

Response

This method does not return anything.

(20) UploadFestivalScore

Request

Type Name
FestivalUploadScoreParam uploadParam

Response

This method does not return anything.

(21) DeleteFestival

Request

Type Name
Uint32 festivalId

Response

This method does not return anything.

Types

FestivalResult (Structure)

Type Name
Uint32 festivalId
Uint32 numParticipants
List<Uint32> teamParticipants
List<Uint32> teamScores
DateTime updatedTime

Revision 1:

Type Description
Uint8 Unknown
List<Uint64> Team scores (64-bit)

FestivalUploadScoreParam (Structure)

Type Name
Uint64 uniqueId
Uint8 region
Uint32 festivalId
Uint8 teamId
Uint32 score
Uint32 battleGatheringId
Uint32 battleResult
qBuffer applicationBuffer

FestivalUploadVoteParam (Structure)

Type Name
Uint32 festivalId
Uint8 themeId

LeaguePlayerDetail (Structure)

Type Name
Uint64 principalId
Sint32 weaponId

LeaguePointInfo (Structure)

Type Name
Uint64 tagId
Uint8 regionFlag
String leagueId
Uint32 point
Map<Uint64, LeaguePlayerDetail> tagMembers
qBuffer applicationBuffer

LeagueResult (Structure)

Type Name
LeaguePointInfo leaguePointInfo
Uint8 status
Uint32 specificRank
Uint8 rankRatio
Uint32 tagNum
Uint32 matchCount
Clone this wiki locally