From 673688a605a1c5da55d60863846a984c53600a5a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 一月 2023 16:44:40 +0800
Subject: [PATCH] 9765 【BT8】【后端】神通

---
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.h   |    8 ++++++++
 ServerPack/MapServerPack/HA3_Function/ShentongLVInfo              |    0 
 ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo           |    0 
 ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.des       |    1 +
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet     |    0 
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.h       |    7 +++++++
 ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.des          |    1 +
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.des     |    1 +
 ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.h            |   15 +++++++++++++++
 ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.h         |    8 ++++++++
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp         |    0 
 ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.des |    1 +
 12 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.des b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.des
new file mode 100644
index 0000000..c82f8c5
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.des
@@ -0,0 +1 @@
+B2 19 神通升级 #tagCMShentongLVUp
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.h b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.h
new file mode 100644
index 0000000..986be79
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongLVUp.h
@@ -0,0 +1,7 @@
+// B2 19 神通升级 #tagCMShentongLVUp
+
+struct    tagCMShentongLVUp
+{
+	tagHead		 Head;
+	BYTE		ShentongID;	
+};
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.des b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.des
new file mode 100644
index 0000000..2ecabed
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.des
@@ -0,0 +1 @@
+B2 20 神通技能设置 #tagCMShentongSkillSet
diff --git a/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.h b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.h
new file mode 100644
index 0000000..9e1c567
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CB2_NewFunction/ShentongSkillSet.h
@@ -0,0 +1,8 @@
+// B2 20 神通技能设置 #tagCMShentongSkillSet
+
+struct    tagCMShentongSkillSet
+{
+	tagHead		 Head;
+	BYTE		Count;
+	DWORD		SkillIDList[Count];
+};
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.des b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.des
new file mode 100644
index 0000000..b06a8b2
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.des
@@ -0,0 +1 @@
+A3 C8 神通等级信息 #tagMCShentongLVInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.h b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.h
new file mode 100644
index 0000000..e8391d0
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongLVInfo.h
@@ -0,0 +1,15 @@
+// A3 C8 神通等级信息 #tagMCShentongLVInfo
+
+struct	tagMCShentongLV
+{
+	BYTE	ShentongID;
+	BYTE	ClassLV;
+	BYTE	LV;
+};
+
+struct	tagMCShentongLVInfo
+{
+	tagHead		Head;
+	BYTE		Count;
+	tagMCShentongLV	ShentongLVList[Count]; 
+};
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.des b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.des
new file mode 100644
index 0000000..aa6030d
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.des
@@ -0,0 +1 @@
+A3 C9 神通技能设置信息 #tagMCShentongSkillInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.h b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.h
new file mode 100644
index 0000000..9e308e7
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/ShentongSkillInfo.h
@@ -0,0 +1,8 @@
+// A3 C9 神通技能设置信息 #tagMCShentongSkillInfo
+
+struct	tagMCShentongSkillInfo
+{
+	tagHead		Head;
+	BYTE		Count;
+	DWORD		SkillIDList[Count];
+};

--
Gitblit v1.8.0