update proto part 9

This commit is contained in:
Akbar Yahya
2023-03-11 23:42:44 +08:00
parent 37d8c65b1d
commit 9f3f542d24
42 changed files with 319 additions and 180 deletions

View File

@@ -6,25 +6,25 @@ import "ItemParam.proto";
// Name: EFLDHGLFIDD
message ShopGoods {
uint32 disableType = 7; // OCIGJMBPIMN
uint32 min_level = 7; //OCIGJMBPIMN
uint32 JAFFFHILNCD = 1817;
ItemParam goods_item = 8;
uint32 end_time = 12;
uint32 hcoin = 14; //JPCBEPKDBGA
repeated uint32 pre_goods_id_list = 3;
uint32 ALOPKNFLFBE = 570;
uint32 boughtNum = 4; //KCHMFBKCLKO
uint32 goodsId = 9; //GOMAIIJPDKD
uint32 HBAEGHNDCKB = 11; // HBAEGHNDCKB
uint32 secondarySheetId = 505; //KKINAOMJKAD
uint32 maxLevel = 6; // FGACANHEBMH
uint32 begin_time = 5;
uint32 next_refresh_time = 10;
repeated ItemParam cost_item_list = 1;
uint32 minLevel = 1467; //LMOPLEOOIJM
uint32 LLJPJOEMPFE = 15; // LLJPJOEMPFE, hcoin=coin wrong
uint32 mcoin = 2; // MIBMBPJHBBM // fix
uint32 buyLimit = 1344; // LLCOFLCEKDB
uint32 scoin = 13; //CABPCJFGBLJ // fix
uint32 end_time = 12; //ok
uint32 scoin = 14; //JPCBEPKDBGA
repeated uint32 pre_goods_id_list = 3; //ok
uint32 secondarySheetId = 570; // ALOPKNFLFBE ???
uint32 boughtNum = 4; //KCHMFBKCLKO ???
uint32 goods_id = 9; //GOMAIIJPDKD
uint32 max_level = 11; //HBAEGHNDCKB
uint32 disableType = 505;
uint32 buy_limit = 6; //FGACANHEBMH
uint32 begin_time = 5; //ok
uint32 next_refresh_time = 10; //ok
repeated ItemParam cost_item_list = 1; //ok
uint32 LMOPLEOOIJM = 1467;
uint32 LLJPJOEMPFE = 15;
uint32 hcoin = 2; //MIBMBPJHBBM
uint32 LLCOFLCEKDB = 1344;
uint32 mcoin = 13; //CABPCJFGBLJ
}