From 22c733f71ba706d7dc1a9ca9f3466e82f15c40e9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 22 九月 2023 16:48:46 +0800
Subject: [PATCH] 9931 【BT0.1】【主干】境界修改(修仙之路)
---
ServerPack/MapServerPack/HA3_Function/SyncRealmFBIsOpen.h | 1 +
ServerPack/MapServerPack/HB0_Event/ActivityPlaceInfo.h | 1 +
ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h | 1 +
ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
index d8a4026..01dcfbe 100644
--- a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
+++ b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
@@ -6,6 +6,7 @@
DWORD KillCnt; //击杀次数
DWORD ItemAddCnt; //物品增加次数
BYTE BuyCnt; //购买次数
+ DWORD KillCntTotal; //击杀次数 - 累计
};
diff --git a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
index d0caa21..c02faab 100644
--- a/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
+++ b/ServerPack/MapServerPack/HA3_Function/PlayerFBInfoData.h
@@ -8,6 +8,7 @@
WORD ItemAddCnt; //物品增加次数
BYTE PassGradeCnt; //星级值对应个数, 每个key存9个lineID
DWORD PassGrade[PassGradeCnt]; //副本线路对应星级值列表
+ DWORD EnterCntTotal; //累计进入次数
};
struct tagMCPlayerFBInfoData
diff --git a/ServerPack/MapServerPack/HA3_Function/SyncRealmFBIsOpen.h b/ServerPack/MapServerPack/HA3_Function/SyncRealmFBIsOpen.h
index 46e6947..833891d 100644
--- a/ServerPack/MapServerPack/HA3_Function/SyncRealmFBIsOpen.h
+++ b/ServerPack/MapServerPack/HA3_Function/SyncRealmFBIsOpen.h
@@ -4,4 +4,5 @@
{
tagHead Head;
BYTE IsPass; //是否通关副本
+ DWORD XXZLAwardState; //修仙之路领奖状态;按二进制位存储每个任务ID是否已领取
};
diff --git a/ServerPack/MapServerPack/HB0_Event/ActivityPlaceInfo.h b/ServerPack/MapServerPack/HB0_Event/ActivityPlaceInfo.h
index 8d54c34..576e9dc 100644
--- a/ServerPack/MapServerPack/HB0_Event/ActivityPlaceInfo.h
+++ b/ServerPack/MapServerPack/HB0_Event/ActivityPlaceInfo.h
@@ -12,4 +12,5 @@
DWORD TodayExpPoint;
DWORD YestordayExp;
DWORD YestordayExpPoint;
+ DWORD TotalCount; // 累计活跃放置次数
};
--
Gitblit v1.8.0