-
Notifications
You must be signed in to change notification settings - Fork 42
AGENT_ACADEMY_MATCHING_LIST
Engels Quintero edited this page Jan 26, 2025
·
1 revision
0x747D - CLIENT_AGENT_ACADEMY_MATCHING_LIST_REQUEST
1 byte PageIndex
0xB47D - SERVER_AGENT_ACADEMY_MATCHING_LIST_RESPONSE
1 byte result
if(result == 1)
{
1 byte PageCount
1 byte PageIndex
1 byte AcademyMatchCount
foreach(AcademyMatch)
{
4 uint AcademyMatch.Number
4 uint unkUInt01
1 byte AcademyMatch.CountryType
2 ushort AcademyMatch.Title.Length
* string AcademyMatch.Title (UTF-16)
4 uint unkUInt02
4 uint unkUInt03
1 byte AcademyMatch.DisplayLevel
1 byte AcademyMatch.Leader.Level
4 uint AcademyMatch.Leader.UID
2 ushort AcademyMatch.Leader.Name.Length
* string AcademyMatch.Leader.Name
4 uint AcademyMatch.GraduatedCount
1 byte AcademyMatch.HonorRank
8 ulong unkULong04
}
}
else
{
2 ushort errorCode
}