| ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA8_Item/MysticalShopInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | 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]; // 商品信息 };