This commit is contained in:
xavo95 2025-02-21 14:50:35 +01:00
parent 1ab6f02274
commit cb3f5c9ceb
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -19024,41 +19024,41 @@ message UpdatePlayerPassiveSkillResponse {
ErrorCode ErrorCode = 13; ErrorCode ErrorCode = 13;
} }
message tic { message PlayerTitleData {
int32 Jtc = 1; int32 PlayerTitleId = 1;
bool IsUnlock = 2; bool IsUnlock = 2;
int64 UnlockTime = 3; int64 UnlockTime = 3;
int32 GNs = 4; int32 StarLevel = 4;
} }
// MessageId: 20955 (Notify) // MessageId: 20955 (Notify)
message Wtc { message UnDressedPlayerTitleListNotify {
repeated tic eic = 2; repeated PlayerTitleData eic = 2;
} }
// MessageId: 15740 (Notify) // MessageId: 15740 (Notify)
message Qtc { message SetDressedPlayerTitleNotify {
int32 Jtc = 4; int32 PlayerTitleId = 4;
int32 Ztc2 = 8; int32 CurPlayerTitleId = 8;
} }
// MessageId: 20359 (Request) // MessageId: 20359 (Request)
message Ktc { message PlayerTitleDataRequest {
} }
// MessageId: 18478 (Response) // MessageId: 18478 (Response)
message Xtc { message PlayerTitleDataResponse {
repeated tic tic = 5; repeated PlayerTitleData PlayerTitleData = 5;
ErrorCode ErrorCode = 2; ErrorCode ErrorCode = 2;
} }
// MessageId: 19052 (Request) // MessageId: 19052 (Request)
message Ytc { message ChangePlayerTitleRequest {
int32 Jtc = 9; int32 PlayerTitleId = 9;
} }
// MessageId: 16666 (Response) // MessageId: 16666 (Response)
message ztc1 { message ChangePlayerTitleResponse {
ErrorCode ErrorCode = 13; ErrorCode ErrorCode = 13;
} }