From dcfaeda4c2637e4d2f2db0c4816f80524aacaf29 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 三月 2019 11:23:39 +0800
Subject: [PATCH] 6385 【后端】【2.0】五行灵根开发

---
 ServerPack/MapServerPack/HB1_Role/RolePointInfo.des       |    1 +
 ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.des |    1 +
 ServerPack/MapServerPack/HB1_Role/RolePointInfo           |    0 
 ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint     |    0 
 ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.h   |    9 +++++++++
 ServerPack/MapServerPack/HB1_Role/RolePointInfo.h         |   10 ++++++++++
 6 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.des b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.des
new file mode 100644
index 0000000..f416686
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.des
@@ -0,0 +1 @@
+B2 06 玩家加点 #tagCMAddPoint
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.h b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.h
new file mode 100644
index 0000000..1568ba8
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/AddPoint.h
@@ -0,0 +1,9 @@
+// B2 06 玩家加点 #tagCMAddPoint
+
+struct    tagCMAddPoint
+{
+	tagHead		 Head;
+	BYTE		PointAttrIDCount;	// 加点属性ID个数
+	BYTE		PointAttrIDList[PointAttrIDCount];	// 加点属性ID列表
+	WORD		PointValueList[PointAttrIDCount];	// 加点属性ID对应的点数列表
+};
diff --git a/ServerPack/MapServerPack/HB1_Role/RolePointInfo b/ServerPack/MapServerPack/HB1_Role/RolePointInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/RolePointInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.des b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.des
new file mode 100644
index 0000000..7393174
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.des
@@ -0,0 +1 @@
+B1 07 玩家点数信息 #tagMCRolePointInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
new file mode 100644
index 0000000..a56bebe
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/RolePointInfo.h
@@ -0,0 +1,10 @@
+// B1 07 玩家点数信息 #tagMCRolePointInfo
+
+struct    tagMCRolePointInfo
+{
+	tagHead		 Head;
+	WORD		FreePointTotal;	// 自由属性点总数
+	BYTE		PointAttrIDCount;	// 点类型个数
+	BYTE		PointAttrIDList[PointAttrIDCount];	// 点类型列表
+	WORD		PointValueList[PointAttrIDCount];	// 点类型对应的点数列表
+};

--
Gitblit v1.8.0