works 4.0 in-game

This commit is contained in:
Yuuki
2023-08-17 19:18:58 +08:00
parent 8588bcbdc7
commit 5c8ce7171b
1422 changed files with 25367 additions and 24850 deletions

View File

@@ -15,21 +15,19 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// CmdId: 698
// Obf: BKHCHIAKGAO
// CmdId: 27346
// Obf: FPLEFMOIOGE
message CombineRsp {
uint32 combine_id = 3;
uint64 avatar_guid = 9;
uint32 combine_count = 7;
repeated ItemParam totalExtraItemList = 10;
repeated ItemParam cost_item_list = 1;
repeated ItemParam result_item_list = 11;
int32 retcode = 13;
repeated ItemParam totalRandomItemList = 4;
repeated ItemParam total_return_item_list = 8;
uint32 combine_id = 7;
uint32 combine_count = 3;
repeated ItemParam totalExtraItemList = 13;
repeated ItemParam total_return_item_list = 15;
repeated ItemParam totalRandomItemList = 11;
repeated ItemParam uk10 = 10;
uint64 avatar_guid = 5;
int32 retcode = 6;
repeated ItemParam result_item_list = 8;
repeated ItemParam cost_item_list = 4;
}