From fa45a56b2d84e706c41558e1acc039f0d65878a1 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 12 六月 2024 18:50:03 +0800
Subject: [PATCH] 10178 【越南】【香港】【主干】挂机奖励
---
ServerPack/MapServerPack/HB1_Role/GuajiInfo | 0
ServerPack/MapServerPack/HB1_Role/GuajiInfo.h | 15 +++++++++++++++
ServerPack/MapServerPack/HB1_Role/GuajiInfo.des | 1 +
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HB1_Role/GuajiInfo b/ServerPack/MapServerPack/HB1_Role/GuajiInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/GuajiInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/GuajiInfo.des b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.des
new file mode 100644
index 0000000..20b6fa0
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.des
@@ -0,0 +1 @@
+B1 09 玩家挂机系统信息 #tagMCGuajiInfo
diff --git a/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h
new file mode 100644
index 0000000..388cce2
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/GuajiInfo.h
@@ -0,0 +1,15 @@
+// B1 09 玩家挂机系统信息 #tagMCGuajiInfo
+
+struct tagMCGuajiInfo
+{
+ tagHead Head;
+ BYTE QuickAwardCount; // 今日已快速挂机收益次数
+ BYTE AwardType; // 收益类型: 0-已累计预览;1-领取结算结果(包含常规领取跟快速领取)
+ DWORD AwardSeconds; // 已累计收益时长,秒
+ DWORD Exp; // 已累计经验,求余亿部分
+ DWORD ExpPoint; // 已累计经验,整除亿部分
+ BYTE MoneyInfoLen;
+ char MoneyInfo[MoneyInfoLen]; // 已累计货币 [[货币类型, 货币值], ...]
+ BYTE ItemInfoLen;
+ char ItemInfo[ItemInfoLen]; // 已累计物品 [[物品ID, 个数], ...]
+};
--
Gitblit v1.8.0