mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,15 +19,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 692
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message CheckAddItemExceedLimitNotify {
|
||||
bool is_drop = 5;
|
||||
ItemExceedLimitMsgType msg_type = 4;
|
||||
repeated uint32 exceeded_item_type_list = 10;
|
||||
repeated uint32 exceeded_item_list = 12;
|
||||
uint32 reason = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 697;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
enum ItemExceedLimitMsgType {
|
||||
ITEM_EXCEED_LIMIT_MSG_TYPE_DEFAULT = 0;
|
||||
@@ -35,4 +34,10 @@ message CheckAddItemExceedLimitNotify {
|
||||
ITEM_EXCEED_LIMIT_MSG_TYPE_DIALOG = 2;
|
||||
ITEM_EXCEED_LIMIT_MSG_TYPE_DIALOG_NONBLOCK = 3;
|
||||
}
|
||||
|
||||
repeated uint32 Unk3300_PKJMEJKAPBI = 4;
|
||||
repeated uint32 Unk3300_GPDPCJLHBDE = 11;
|
||||
uint32 reason = 9;
|
||||
bool is_drop = 14;
|
||||
ItemExceedLimitMsgType msg_type = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user