From 7ceca61b468912ec3c0f4dee15ff2c0d5634be22 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 29 六月 2023 16:52:17 +0800
Subject: [PATCH] 9790 9762 【BT9】【后端】藏宝阁修改(增加领取物品奖励特殊效果 A3CA)
---
ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h | 15 +++++++++++++++
ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des | 1 +
ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo | 0
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des
new file mode 100644
index 0000000..a997ffe
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.des
@@ -0,0 +1 @@
+A3 CA 古宝物品特殊效果信息 #tagMCGubaoItemEffInfo
diff --git a/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h
new file mode 100644
index 0000000..d5bbbe7
--- /dev/null
+++ b/ServerPack/MapServerPack/HA3_Function/GubaoItemEffInfo.h
@@ -0,0 +1,15 @@
+// A3 CA 古宝物品特殊效果信息 #tagMCGubaoItemEffInfo
+
+struct tagMCGubaoItemEff
+{
+ WORD GubaoID;
+ BYTE EffType; // 不同古宝ID允许拥有相同效果类型,进度值每个古宝ID单独统计
+ DWORD EffValue; // 该效果目前累加值
+};
+
+struct tagMCGubaoItemEffInfo
+{
+ tagHead Head;
+ WORD Count;
+ tagMCGubaoItemEff ItemEffInfoList[Count];
+};
--
Gitblit v1.8.0