From eccb6c8a6600633468591552d3c84f533600a847 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 20 三月 2019 10:06:34 +0800
Subject: [PATCH] 6341 【后端】【2.0】境界改版开发单(修为池封包)
---
ServerPack/MapServerPack/HA3_Function/RealmExpInfo.des | 1 +
ServerPack/MapServerPack/HA3_Function/RealmExpInfo | 0
ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.h | 6 ++++++
ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp | 0
ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h | 9 +++++++++
ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.des | 1 +
6 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp
diff --git a/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.des b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.des
new file mode 100644
index 0000000..de55120
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.des
@@ -0,0 +1 @@
+A5 21 境界修为池提取 #tagCMTakeOutRealmExp
diff --git a/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.h b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.h
new file mode 100644
index 0000000..73a7587
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA5_Function/TakeOutRealmExp.h
@@ -0,0 +1,6 @@
+// A5 21 境界修为池提取 #tagCMTakeOutRealmExp
+
+struct tagCMTakeOutRealmExp
+{
+ tagHead Head;
+};
diff --git a/ServerPack/MapServerPack/HA3_Function/RealmExpInfo b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.des b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.des
new file mode 100644
index 0000000..05c84ad
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.des
@@ -0,0 +1 @@
+A3 27 境界修为池信息 #tagMCRealmExpInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h
new file mode 100644
index 0000000..cf68503
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h
@@ -0,0 +1,9 @@
+// A3 27 境界修为池信息 #tagMCRealmExpInfo
+
+struct tagMCRealmExpInfo
+{
+ tagHead Head;
+ DWORD BeginTime; //开始计时时间
+ DWORD CurExp; //当前总经验
+ DWORD CurExpPoint; //当前总经验点
+};
--
Gitblit v1.8.0