2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-28 12:09:22 +03:00
|
|
|
// Version: 5.0
|
|
|
|
// CmdId: 8007
|
2024-06-08 09:18:08 +03:00
|
|
|
|
2023-02-28 06:08:38 +03:00
|
|
|
import "StrengthenPointData.proto";
|
2023-08-17 14:18:58 +03:00
|
|
|
import "ParamList.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "TowerLevelEndNotify.proto";
|
|
|
|
import "TrialAvatarFirstPassDungeonNotify.proto";
|
2024-04-23 17:44:53 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
message DungeonSettleNotify {
|
2024-08-28 12:09:22 +03:00
|
|
|
map<uint32, StrengthenPointData> strengthen_point_data_map = 1;
|
|
|
|
bool is_success = 4;
|
|
|
|
repeated uint32 fail_cond_list = 5;
|
|
|
|
//repeated LOAAKAKFEEJ EDDJNBFBDHN = 6;
|
|
|
|
uint32 dungeon_id = 8;
|
|
|
|
uint32 FJHHIKOIHKA = 9;
|
|
|
|
uint32 PDLMKFLEKDL = 10;
|
|
|
|
map<uint32, ParamList> settle_show = 11;
|
|
|
|
uint32 create_player_uid = 12;
|
|
|
|
uint32 MHHCOEDMPDP = 14;
|
|
|
|
oneof detail {
|
|
|
|
TowerLevelEndNotify tower_level_end_notify = 682;
|
|
|
|
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1922;
|
|
|
|
}
|
2024-04-23 17:44:53 +03:00
|
|
|
}
|