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列表 };