From 3759120ae55d02759a6362c41c2cd22dc0ce5dc9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 30 九月 2025 19:30:54 +0800
Subject: [PATCH] 165 【挑战】天子的考验-服务端

---
 /dev/null                                 |   10 ----------
 ServerPack/HB2_ActionMap/TianziKYInfo.h   |   11 +++++++++++
 ServerPack/HB2_ActionMap/TianziKYInfo.des |    1 +
 ServerPack/HB2_ActionMap/TianziKYInfo     |    0 
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.des b/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.des
deleted file mode 100644
index 4c67473..0000000
--- a/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 08 获得仙缘币信息 #tagMCAddXianyuanCoinMsg
diff --git a/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h b/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h
deleted file mode 100644
index 1566abe..0000000
--- a/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// B2 08 获得仙缘币信息 #tagMCAddXianyuanCoinMsg
-
-struct    tagMCAddXianyuanCoinMsg
-{
-	tagHead		 Head;
-	DWORD		MapID;
-	BYTE		FuncLineID;
-	BYTE		Relation;		// 当时的关系:0-无,1-好友,2-盟友
-	BYTE		RelationCoinAdd;	// 社交关系总加成
-	WORD		XianyuanCoinAdd;	// 实际增加的仙缘币
-	BYTE		Reason;	//仙缘币为0时的原因:1-助战次数上限;2-每日获得上限
-	DWORD		CallPlayerID;	// 助战的玩家ID,有值时代表真实助战,没有值时为自己打的
-	BYTE		NameLen;
-	char		CallPlayerName[NameLen];	// 助战的玩家名,size = NameLen
-	BYTE		IsSweep;	// 是否扫荡
-};
diff --git a/ServerPack/HB2_ActionMap/FMTDoubleState b/ServerPack/HB2_ActionMap/FMTDoubleState
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB2_ActionMap/FMTDoubleState
+++ /dev/null
diff --git a/ServerPack/HB2_ActionMap/FMTDoubleState.des b/ServerPack/HB2_ActionMap/FMTDoubleState.des
deleted file mode 100644
index bd8bd96..0000000
--- a/ServerPack/HB2_ActionMap/FMTDoubleState.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 01 通知封魔坛双倍击杀状态 #tagMCFMTDoubleState
diff --git a/ServerPack/HB2_ActionMap/FMTDoubleState.h b/ServerPack/HB2_ActionMap/FMTDoubleState.h
deleted file mode 100644
index d5a3eaf..0000000
--- a/ServerPack/HB2_ActionMap/FMTDoubleState.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B2 01 通知封魔坛双倍击杀状态 #tagMCFMTDoubleState
-
-struct	tagMCFMTDoubleState
-{
-	tagHead		Head;
-	BYTE		IsDouble;		//是否双倍
-	BYTE		OldDouble;	//是否曾经允许双倍
-};
diff --git a/ServerPack/HB2_ActionMap/AddXianyuanCoinMsg b/ServerPack/HB2_ActionMap/TianziKYInfo
similarity index 100%
rename from ServerPack/HB2_ActionMap/AddXianyuanCoinMsg
rename to ServerPack/HB2_ActionMap/TianziKYInfo
diff --git a/ServerPack/HB2_ActionMap/TianziKYInfo.des b/ServerPack/HB2_ActionMap/TianziKYInfo.des
new file mode 100644
index 0000000..c1386dd
--- /dev/null
+++ b/ServerPack/HB2_ActionMap/TianziKYInfo.des
@@ -0,0 +1 @@
+B2 01 天子考验信息 #tagSCTianziKYInfo
diff --git a/ServerPack/HB2_ActionMap/TianziKYInfo.h b/ServerPack/HB2_ActionMap/TianziKYInfo.h
new file mode 100644
index 0000000..780f234
--- /dev/null
+++ b/ServerPack/HB2_ActionMap/TianziKYInfo.h
@@ -0,0 +1,11 @@
+// B2 01 天子考验信息 #tagSCTianziKYInfo
+
+struct	tagSCTianziKYInfo
+{
+	tagHead		Head;
+	BYTE		LineID;		//今日是哪个lineID,对应副本表的功能线路ID
+	DWORD		HistoryHurt;	//本考验历史最大伤害,求余亿部分
+	DWORD		HistoryHurtEx;	//本考验历史最大伤害,整除亿部分
+	DWORD		TodayHurt;	//本考验今日最大伤害,求余亿部分
+	DWORD		TodayHurtEx;	//本考验今日最大伤害,整除亿部分
+};
diff --git a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting b/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting
+++ /dev/null
diff --git a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.des b/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.des
deleted file mode 100644
index accce0f..0000000
--- a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 02 推送提醒设置通知 #tagMCPushNotificationsSetting
diff --git a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.h b/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.h
deleted file mode 100644
index 0962819..0000000
--- a/ServerPack/HB2_ActionMap/tagMCPushNotificationsSetting.h
+++ /dev/null
@@ -1,10 +0,0 @@
-//B2 02 推送提醒设置通知 #tagMCPushNotificationsSetting
-
-struct    tagMCPushNotificationsSetting
-{
-	tagHead		 Head;
-	DWORD		OnoffBit;        // 按位约定开关
-	BYTE		TimeLen;
-	char		TimeStr[TimeLen];	// 时间字符串  01:02-05:00
-};
-

--
Gitblit v1.8.0