From 3831cdff41948f0870579975616503fe798e4374 Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Tue, 22 Aug 2023 00:00:09 +0800 Subject: [PATCH] fix shop (not really) --- proto/ShopGoods.proto | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/proto/ShopGoods.proto b/proto/ShopGoods.proto index 0879a92c..cc73c075 100644 --- a/proto/ShopGoods.proto +++ b/proto/ShopGoods.proto @@ -19,9 +19,9 @@ option java_package = "emu.grasscutter.net.proto"; import "ItemParam.proto"; // Obf: OBABFCEJLGK message ShopGoods { - uint32 mcoin = 4; - uint32 FEMEEIEHBBL = 11; - uint32 max_level = 8; + uint32 scoin = 4; //Stardust // paimon + uint32 mcoin = 11; // FEMEEIEHBBL + uint32 goods_id = 8; // benar repeated ItemParam cost_item_list = 3; uint32 min_level = 1690; uint32 bought_num = 14; @@ -31,12 +31,16 @@ message ShopGoods { repeated uint32 preGoodsIdList = 5; uint32 buy_limit = 10; ItemParam goods_item = 1; - uint32 scoin = 12; + uint32 hcoin = 12; uint32 EKGBDJFIDJO = 2; uint32 KKKOCADJCHM = 898; uint32 OENMLOAFHMJ = 1946; - uint32 goods_id = 7; + uint32 max_level = 7; uint32 end_time = 6; - uint32 hcoin = 15; + uint32 uk15 = 15; uint32 next_refresh_time = 9; + // mcoin = Crystals + // scoin = Stardust + // hcoin = Starglitter + }