少年修仙传服务端代码子仓库
xdh
2019-02-22 b058c1c61c9bd1f5cd1b7df3ba29919684a488d8
6256 子 【开发】【2.0】神秘商店开发 / 【后端】【2.0】神秘商店
6个文件已添加
20 ■■■■■ 已修改文件
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des
New file
@@ -0,0 +1 @@
A2 32 神秘商店刷新 #tagCMRefreshMysticalShop
ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h
New file
@@ -0,0 +1,5 @@
// A2 32 神秘商店刷新 #tagCMRefreshMysticalShop
struct    tagCMRefreshMysticalShop
{
    tagHead        Head;
};
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des
New file
@@ -0,0 +1 @@
A8 16 神秘商店商品信息 #tagMCMysticalShopInfo
ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h
New file
@@ -0,0 +1,13 @@
// A8 16 神秘商店商品信息 #tagMCMysticalShopInfo
struct    tagMCMysticalShopGoods
{
    DWORD        GoodsID;    // 商品ID
};
struct    tagMCMysticalShopInfo
{
    tagHead        Head;
    WORD        RefreshCnt;    // 刷新次数
    BYTE        Count;    // 商品数
    tagMCMysticalShopGoods        GoodsList[Count];    // 商品信息
};