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

@@ -21,20 +21,25 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3160
// EnetChannelId: 0
// EnetIsReliable: true
message BeginCameraSceneLookWithTemplateNotify {
Vector look_pos = 8;
uint32 template_id = 5;
Vector follow_pos = 2;
uint32 entity_id = 12;
repeated string other_params = 13;
FollowType follow_type = 9;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 3342;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
enum FollowType {
FOLLOW_TYPE_INIT_FOLLOW_POS = 0;
FOLLOW_TYPE_SET_FOLLOW_POS = 1;
FOLLOW_TYPE_SET_ABS_FOLLOW_POS = 2;
}
FollowType follow_type = 5;
uint32 entity_id = 7;
Vector Unk3300_FJDFGLNLMBN = 1;
uint32 template_id = 13;
repeated string other_params = 12;
Vector Unk3300_PPCIDICMIEN = 10;
}