| ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo
ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo.des
New file @@ -0,0 +1 @@ A7 18 采集奖励物品通知 #tagMCCollectAwardItemInfo ServerPack/MapServerPack/HA7_Interaction/CollectAwardItemInfo.h
New file @@ -0,0 +1,16 @@ // A7 18 采集奖励物品通知 #tagMCCollectAwardItemInfo struct tagMCCollectAwardItem { DWORD ItemID; BYTE Count; BYTE IsAuctionItem; //是否拍品 }; struct tagMCCollectAwardItemInfo { tagHead Head; DWORD CollectNPCID; //采集的NPCID BYTE Count; tagMCCollectAwardItem AwardItemList[Count]; //奖励物品信息列表 };