少年修仙传服务端代码子仓库
hxp
2019-02-22 0791dc337078c8303d8674c9c4b986086932ed59
Merge branch 'master' of http://192.168.0.87:10010/r/SnxxPyNetPack
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];    // 商品信息
};