From ba08cf61b30a293608a992d48c80bbad9c71e2bb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 12 四月 2019 17:08:08 +0800
Subject: [PATCH] 6459 【后端】【2.0】缥缈仙域开发单(增加自定义副本相关封包)

---
 ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo     |    0 
 ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h   |   19 +++++++++++++++++++
 ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des |    1 +
 3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des
new file mode 100644
index 0000000..89abf2d
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.des
@@ -0,0 +1 @@
+B2 14 自定义副本奖励信息 #tagMCCuntomFBPrizeInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h
new file mode 100644
index 0000000..bd58093
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/CuntomFBPrizeInfo.h
@@ -0,0 +1,19 @@
+// B2 14 自定义副本奖励信息 #tagMCCuntomFBPrizeInfo
+
+struct    tagMCCuntomFBPrizeItem
+{
+	DWORD		ItemID;
+	WORD		Count;
+	BYTE		IsAuctionItem;	//是否拍品
+	WORD		UserDataLen;	//附加属性长度
+	char		UserData[UserDataLen];	//附加属性  size = UserDataLen
+};
+
+struct    tagMCCuntomFBPrizeInfo
+{
+	tagHead		 Head;
+	DWORD		MapID;
+	WORD		FuncLineID;
+	BYTE		PrizeItemCount;
+	tagMCCuntomFBPrizeItem	PrizeItemList[PrizeItemCount];
+};

--
Gitblit v1.8.0