From 018ca1a0e90c7f2943bc215552cd64be28c561b1 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 11 十月 2023 16:31:23 +0800
Subject: [PATCH] 9952 【BT0.1】【主干】仙盟修改(阵法)
---
ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo | 0
ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.des | 1 +
ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.h | 9 +++++++++
ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.des | 1 +
ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP | 0
ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.h | 16 ++++++++++++++++
6 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP
diff --git a/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.des b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.des
new file mode 100644
index 0000000..423ceca
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.des
@@ -0,0 +1 @@
+A6 14 家族阵法升级 #tagCMFamilyZhenfaLVUP
diff --git a/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.h b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.h
new file mode 100644
index 0000000..a13201f
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA6_Family/FamilyZhenfaLVUP.h
@@ -0,0 +1,9 @@
+// A6 14 家族阵法升级 #tagCMFamilyZhenfaLVUP
+
+struct tagCMFamilyZhenfaLVUP
+{
+ tagHead Head;
+ BYTE ZhenfaType; // 阵法类型
+ DWORD ItemID; // 消耗的物品ID
+ WORD ItemCount; // 消耗个数,默认1
+};
diff --git a/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo
diff --git a/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.des b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.des
new file mode 100644
index 0000000..c2feac1
--- /dev/null
+++ b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.des
@@ -0,0 +1 @@
+A5 09 仙盟阵法信息 #tagMCFamilyZhenfaInfo
diff --git a/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.h b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.h
new file mode 100644
index 0000000..2fb2f82
--- /dev/null
+++ b/ServerPack/MapServerPack/HA5_Family/FamilyZhenfaInfo.h
@@ -0,0 +1,16 @@
+// A5 09 仙盟阵法信息 #tagMCFamilyZhenfaInfo
+
+struct tagMCFamilyZhenfa
+{
+ BYTE ZhenfaType; // 阵法类型
+ WORD ZhenfaLV; // 阵法等级
+ DWORD ZhenfaExp; // 阵法经验
+};
+
+struct tagMCFamilyZhenfaInfo
+{
+ tagHead Head;
+ DWORD PlayerID; // 当前培养阵法的玩家ID,如果有做自动捐献,需等收到的玩家ID为自己的时候才发送下一个捐献包
+ BYTE Count;
+ tagMCFamilyZhenfa ZhenfaInfoList[Count];
+};
--
Gitblit v1.8.0