From 29fccd2b580c6f1efd2b0a89fd83048a0dd07eea Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 05 十二月 2023 15:23:08 +0800
Subject: [PATCH] 10024 【主干】【港台】【砍树】新增三种战令
---
ServerPack/MapServerPack/HB1_Role/ZhanlingInfo | 0
ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.des | 1 +
ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h | 17 +++++++++++++++++
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.des b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.des
new file mode 100644
index 0000000..e696c7e
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.des
@@ -0,0 +1 @@
+B1 20 战令信息 #tagMCZhanlingInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
new file mode 100644
index 0000000..43bee28
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/ZhanlingInfo.h
@@ -0,0 +1,17 @@
+// B1 20 战令信息 #tagMCZhanlingInfo
+
+struct tagMCZhanling
+{
+ DWORD NeedValue; // 奖励所需值
+ BYTE FreeRewardState; // 免费奖励是否已领取
+ BYTE ZLRewardState; // 战令奖励是否已领取
+};
+
+struct tagMCZhanlingInfo
+{
+ tagHead Head;
+ BYTE ZhanlingType; // 战令类型
+ BYTE IsActivite; // 是否已激活
+ WORD RewardCount;
+ tagMCZhanling RewardList[RewardCount];
+};
--
Gitblit v1.8.0