mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
fix level up avatar
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// 4.6.0
|
||||
// CmdId: 2232
|
||||
// 4.7.0
|
||||
// CmdId: 20441
|
||||
// GIOBHMNCNGA
|
||||
message AvatarPromoteReq {
|
||||
uint64 guid = 14;
|
||||
uint64 guid = 11;
|
||||
}
|
||||
|
@@ -1,10 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
//AvatarPromoteRsp
|
||||
// 4.6.0
|
||||
// CmdId: 3564
|
||||
// 4.7.0
|
||||
// CmdId: 26563 or 21074 or 29410 or 20328 (t1) or 26699
|
||||
// PJPDLMEIEKL
|
||||
message AvatarPromoteRsp {
|
||||
uint64 guid = 13;
|
||||
int32 retcode = 15;
|
||||
uint64 guid = 1;
|
||||
int32 retcode = 12;
|
||||
}
|
@@ -4,10 +4,10 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ItemParam.proto";
|
||||
|
||||
// CmdId: 2937
|
||||
// Version: 4.6.0
|
||||
// Obfs: HFANJCHEDHC
|
||||
// CmdId: 24626
|
||||
// Version: 4.7.0
|
||||
// Obfs: BGKBHCBDMCD
|
||||
message AvatarUpgradeReq {
|
||||
repeated ItemParam item_param_list = 6;
|
||||
uint64 avatar_guid = 15;
|
||||
uint64 avatar_guid = 7;
|
||||
}
|
@@ -1,12 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// 4.6.0
|
||||
// CmdId: 6374
|
||||
// maybe
|
||||
// 4.7.0
|
||||
// CmdId: 24717
|
||||
// BLLMLEOCFDA
|
||||
message AvatarUpgradeRsp {
|
||||
int32 retcode = 2;
|
||||
uint32 old_level = 8;
|
||||
uint64 avatar_guid = 10;
|
||||
uint32 cur_level = 11;
|
||||
int32 retcode = 13;
|
||||
uint32 old_level = 1;
|
||||
uint64 avatar_guid = 2;
|
||||
uint32 cur_level = 12;
|
||||
}
|
Reference in New Issue
Block a user