2023-08-30 14:32:11 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ShapeSphere.proto";
|
|
|
|
import "ShapeBox.proto";
|
2024-07-08 14:40:31 +03:00
|
|
|
// 4.7.0
|
2024-08-21 08:31:37 +03:00
|
|
|
// obf: IHJGCPGECHK
|
2024-07-08 14:40:31 +03:00
|
|
|
// CmdId: 25032
|
2023-08-30 14:32:11 +03:00
|
|
|
message MassiveEntityElementOpBatchNotify {
|
2024-08-21 08:31:37 +03:00
|
|
|
uint32 op_idx = 12; // 1?
|
|
|
|
uint32 user_id = 7; // OK
|
|
|
|
uint32 attacker_id = 2; // OK
|
|
|
|
int32 entity_type = 3; // OK
|
|
|
|
float attack_element_durability = 6; // OK
|
|
|
|
int32 uk1 = 5;
|
|
|
|
int32 uk2 = 11;
|
|
|
|
oneof shape {
|
|
|
|
ShapeSphere shape_sphere = 4;
|
|
|
|
ShapeBox shape_box = 8;
|
|
|
|
}
|
2023-08-30 14:32:11 +03:00
|
|
|
}
|