Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -22,15 +22,20 @@ import "ServerBuff.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1290
// EnetChannelId: 0
// EnetIsReliable: true
message AvatarLifeStateChangeNotify {
uint32 life_state = 13;
string attack_tag = 10;
PlayerDieType die_type = 2;
repeated ServerBuff server_buff_list = 12;
uint32 move_reliable_seq = 5;
uint32 source_entity_id = 3;
uint64 avatar_guid = 11;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 1247;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
uint32 source_entity_id = 11;
repeated ServerBuff server_buff_list = 14;
uint32 move_reliable_seq = 12;
uint32 life_state = 6;
PlayerDieType die_type = 5;
string attack_tag = 15;
uint64 avatar_guid = 2;
}