From b15ec18b7a4b52cc0a5ef78cf88827f8c8e2a7cb Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 09 四月 2019 10:56:34 +0800
Subject: [PATCH] 6457 奇遇封包
---
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo | 0
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des | 1 +
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h | 16 ++++++++++++++++
3 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des
new file mode 100644
index 0000000..4c5e86b
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des
@@ -0,0 +1 @@
+A3 07 缥缈奇遇信息 #tagMCFairyAdventuresInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h
new file mode 100644
index 0000000..d50f3e8
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h
@@ -0,0 +1,16 @@
+// A3 07 缥缈奇遇信息 #tagMCFairyAdventuresInfo
+
+struct tagMCFairyAdventuresData
+{
+ BYTE EventID;
+ BYTE Gear; //第几档
+ DWORD Condition; //条件
+};
+
+struct tagMCFairyAdventuresInfo
+{
+ tagHead Head;
+ BYTE Cnt;
+ tagMCFairyAdventuresData InfoList[Cnt];// 信息
+
+};
--
Gitblit v1.8.0