too much makes my brain shake (part 2)

This commit is contained in:
Akbar Yahya 2023-02-28 11:42:55 +08:00
parent 02a55a91bb
commit 1a3050ee90
7 changed files with 13 additions and 19 deletions

View File

@ -3,17 +3,11 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "PathStatusType.proto";
// Name: FKMNFJNKLOG
// CmdId: 2375
message QueryPathRsp {
// Name: OJMJFOELEOF
enum PathStatusType {
PATH_STATUS_TYPE_FAIL = 0;
PATH_STATUS_TYPE_SUCC = 1;
PATH_STATUS_TYPE_PARTIAL = 2;
}
repeated Vector corners = 2;
PathStatusType query_status = 12;
int32 query_id = 7;

View File

@ -6,11 +6,11 @@ import "TowerTeam.proto";
// Name: CAHLCAONMAP
message TowerCurLevelRecord {
uint32 OOBKAHDLNGD = 2;
uint32 curFloorId = 2;
repeated TowerTeam tower_team_list = 11;
bool is_upper_part = 6;
repeated uint32 buff_id_list = 3;
uint32 ECKEFENMNCC = 15;
uint32 curLevelIndex = 15;
bool is_empty = 1;
}

View File

@ -6,10 +6,10 @@ option java_package = "emu.grasscutter.net.proto";
// Name: DAEDFCNPJJC
// CmdId: 686
message WeaponAwakenRsp {
map<uint32, uint32> AEICCHNADDH = 4;
map<uint32, uint32> oldAffixLevelMap = 4;
int32 retcode = 5;
uint64 target_weapon_guid = 15;
map<uint32, uint32> HKHDCHGMGIJ = 13;
map<uint32, uint32> curAffixLevelMap = 13;
uint64 avatar_guid = 6;
uint32 target_weapon_awaken_level = 14;
}

View File

@ -6,9 +6,9 @@ option java_package = "emu.grasscutter.net.proto";
// Name: BNDJLIIFAAF
// CmdId: 644
message WeaponPromoteRsp {
uint32 PJGFEEMIPBL = 5;
uint32 oldPromoteLevel = 5;
int32 retcode = 14;
uint32 ONKINPFPNPJ = 2;
uint32 curPromoteLevel = 2;
uint64 target_weapon_guid = 10;
}

View File

@ -7,9 +7,9 @@ import "ItemParam.proto";
// Name: HFBBOJNPDOF
// CmdId: 623
message WeaponUpgradeRsp {
uint32 PJNELCLHMOH = 15;
uint32 oldLevel = 15;
repeated ItemParam item_param_list = 3;
uint32 MFNMHANCIMP = 5;
uint32 curLevel = 5;
uint64 target_weapon_guid = 11;
int32 retcode = 13;
}

View File

@ -7,7 +7,7 @@ import "WidgetCoolDownData.proto";
// Name: ILBKGJILLKB
// CmdId: 4271
message WidgetCoolDownNotify {
repeated WidgetCoolDownData PFCBOBOCPPJ = 2;
repeated WidgetCoolDownData PNKCMCMHCPL = 6;
repeated WidgetCoolDownData groupCoolDownDataList = 2;
repeated WidgetCoolDownData normalCoolDownDataList = 6;
}

View File

@ -7,8 +7,8 @@ import "DailyTaskInfo.proto";
// Name: IHPCDCEIDJD
// CmdId: 130
message WorldOwnerDailyTaskNotify {
uint32 CDFPMDEEHKO = 10;
uint32 DOCJEPPBKOH = 8;
uint32 finishedDailyTaskNum = 10;
uint32 filterCityId = 8;
repeated DailyTaskInfo task_list = 6;
}