From 6936d026bd82de452cd1cb13a29342862e4a54d8 Mon Sep 17 00:00:00 2001 From: Yuuki Date: Fri, 19 May 2023 17:00:42 +0800 Subject: [PATCH] Update proto ShopGoods (fix proto by hiro) for original gc don't forget please remove: ` .setDisableType(info.getDisableType()) .setSecondarySheetId(info.getSecondarySheetId()); ` in `PacketGetShopRsp` to use this --- proto/ShopGoods.proto | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/proto/ShopGoods.proto b/proto/ShopGoods.proto index 9a662710..0a01978a 100644 --- a/proto/ShopGoods.proto +++ b/proto/ShopGoods.proto @@ -7,24 +7,23 @@ import "ItemParam.proto"; // Name: NMLPHHIHIOK message ShopGoods { uint32 goodsId = 1; //ok - uint32 EOMGIGFFCLI = 736; // EOMGIGFFCLI not work + uint32 EOMGIGFFCLI = 736; ItemParam goodsItem = 7; //ok uint32 maxLevel = 9; //ok - uint32 buyLimit = 1201; // JGCLNJKOALJ maybe for boughtNum - uint32 scoin = 11; //LAKDFDKCMKC - uint32 secondary_sheet_id = 1493; // ONDHAANEFIK ??? + uint32 JGCLNJKOALJ = 1201; + uint32 buyLimit = 11; //LAKDFDKCMKC + uint32 ONDHAANEFIK = 1493; uint32 beginTime = 14; //ok repeated uint32 preGoodsIdList = 6; //ok - uint32 IAKCJHEJHOG = 15; + uint32 scoin = 15; uint32 mcoin = 2; //ok uint32 boughtNum = 3; //ok - uint32 GNENHCFPFCP = 688; - uint32 BKONLAFGBFC = 10; //ok? was BKONLAFGBFC // broke + uint32 singleLimit = 688; //GNENHCFPFCP + uint32 BKONLAFGBFC = 10; uint32 endTime = 4; //ok uint32 hcoin = 12; //ok repeated ItemParam costItemList = 13; //ok - uint32 disableType = 617; // HLDEGIEBMBI + uint32 HLDEGIEBMBI = 617; uint32 minLevel = 8; //ok uint32 nextRefreshTime = 5; //ok } -