hxp
7 天以前 70fb8daef2d19b683e083948909aba549a75c8ac
297 【常规】坊市系统-服务端(坊市、公会、将魂)
15个文件已删除
2个文件已修改
6个文件已添加
3 文件已重命名
114 ■■■■■ 已修改文件
ClientPack/CA2_Interaction/QueryNPCShopItem 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/QueryNPCShopItem.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/QueryNPCShopItem.h 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/RefreshMysticalShop.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/RefreshMysticalShop.h 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/RefreshShop 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/RefreshShop.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/RefreshShop.h 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA3_Item/BuyItem.des 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA3_Item/BuyItem.h 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MCShoppingResult 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MCShoppingResult.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MCShoppingResult.h 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MysticalShopInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MysticalShopInfo.h 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MysticalShopTimeInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MysticalShopTimeInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/MysticalShopTimeInfo.h 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopItemBuyCnt 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopItemBuyCnt.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopItemBuyCnt.h 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopItemDayBuyCnt.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopItemDayBuyCnt.h 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopRefreshItemInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopRefreshItemInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/HA8_Item/ShopRefreshItemInfo.h 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ClientPack/CA2_Interaction/QueryNPCShopItem
ClientPack/CA2_Interaction/QueryNPCShopItem.des
File was deleted
ClientPack/CA2_Interaction/QueryNPCShopItem.h
File was deleted
ClientPack/CA2_Interaction/RefreshMysticalShop.des
File was deleted
ClientPack/CA2_Interaction/RefreshMysticalShop.h
File was deleted
ClientPack/CA2_Interaction/RefreshShop
ClientPack/CA2_Interaction/RefreshShop.des
New file
@@ -0,0 +1 @@
A2 32 刷新商店 #tagCSRefreshShop
ClientPack/CA2_Interaction/RefreshShop.h
New file
@@ -0,0 +1,7 @@
// A2 32 刷新商店 #tagCSRefreshShop
struct    tagCSRefreshShop
{
    tagHead        Head;
    WORD        ShopType;
};
ClientPack/CA3_Item/BuyItem.des
@@ -1 +1 @@
A3 10 购买商城物品 #tagCMBuyItem
A3 10 购买商城物品 #tagCSBuyItem
ClientPack/CA3_Item/BuyItem.h
@@ -1,8 +1,8 @@
// A3 10 购买商城物品 #tagCMBuyItem
// A3 10 购买商城物品 #tagCSBuyItem
struct    tagCMBuyItem
struct    tagCSBuyItem
{
    tagHead        Head;
    WORD        BuyItemIndex;        //购买的物品索引
    DWORD        BuyCount;        //购买数量
    DWORD        ShopID;        //商品ID
    DWORD        BuyCount;    //购买数量
};
ServerPack/HA8_Item/MCShoppingResult
ServerPack/HA8_Item/MCShoppingResult.des
File was deleted
ServerPack/HA8_Item/MCShoppingResult.h
File was deleted
ServerPack/HA8_Item/MysticalShopInfo.des
File was deleted
ServerPack/HA8_Item/MysticalShopInfo.h
File was deleted
ServerPack/HA8_Item/MysticalShopTimeInfo
ServerPack/HA8_Item/MysticalShopTimeInfo.des
File was deleted
ServerPack/HA8_Item/MysticalShopTimeInfo.h
File was deleted
ServerPack/HA8_Item/ShopItemBuyCnt
ServerPack/HA8_Item/ShopItemBuyCnt.des
New file
@@ -0,0 +1 @@
A8 02 商店物品已购买次数 #tagSCShopItemBuyCntInfo
ServerPack/HA8_Item/ShopItemBuyCnt.h
New file
@@ -0,0 +1,15 @@
// A8 02 商店物品已购买次数 #tagSCShopItemBuyCntInfo
struct    tagSCShopItemBuyCnt
{
    DWORD        ShopID;    // 商品ID
    DWORD        BuyCnt;    // 已购买次数
};
struct    tagSCShopItemBuyCntInfo
{
    tagHead        Head;
    WORD        Count;
    tagSCShopItemBuyCnt    BuyCntList[Count];    //仅通知有限购次数的商品
};
ServerPack/HA8_Item/ShopItemDayBuyCnt.des
File was deleted
ServerPack/HA8_Item/ShopItemDayBuyCnt.h
File was deleted
ServerPack/HA8_Item/ShopRefreshItemInfo
ServerPack/HA8_Item/ShopRefreshItemInfo.des
New file
@@ -0,0 +1 @@
A8 03 商店刷新解锁的商品信息 #tagSCShopRefreshItemInfo
ServerPack/HA8_Item/ShopRefreshItemInfo.h
New file
@@ -0,0 +1,10 @@
// A8 03 商店刷新解锁的商品信息 #tagSCShopRefreshItemInfo
struct    tagSCShopRefreshItemInfo
{
    tagHead        Head;
    WORD        ShopType;    // 商店类型
    BYTE        RefreshCnt;    // 今日已刷新次数
    BYTE        Count;
    DWORD        ShopIDList[Count];    // 对应刷新出来的商店表商品ID列表
};