| ClientPack/ClientToMapServer/CA3_Item/BuyItem | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA3_Item/BuyItem.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ClientPack/ClientToMapServer/CA3_Item/BuyItem.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA8_Item/ShopItemDayBuyCnt.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ClientPack/ClientToMapServer/CA3_Item/BuyItem
ClientPack/ClientToMapServer/CA3_Item/BuyItem.des
New file @@ -0,0 +1 @@ A3 10 购买商城物品 #tagCMBuyItem ClientPack/ClientToMapServer/CA3_Item/BuyItem.h
New file @@ -0,0 +1,8 @@ // A3 10 购买商城物品 #tagCMBuyItem struct tagCMBuyItem { tagHead Head; WORD BuyItemIndex; //购买的物品索引 DWORD BuyCount; //购买数量 }; ServerPack/MapServerPack/HA8_Item/ShopItemDayBuyCnt.h
@@ -3,7 +3,7 @@ struct tagMCShopItemDayBuyCnt { DWORD ItemIndex; WORD BuyCnt; // 今日已购买次数 DWORD BuyCnt; // 今日已购买次数 BYTE IsReset; //是否重置 };