From 916d2a0318d5d76caddd36c56ee7d4a527775840 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 07 十一月 2025 14:50:01 +0800
Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(增加物品效果281-给活跃度;每日任务奖励改为配置物品;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/DailyTask.txt |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/DailyTask.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/DailyTask.txt
index 94c9089..cb9dce1 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/DailyTask.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/DailyTask.txt
@@ -1,13 +1,13 @@
-TaskID	TaskType	TaskConds	NeedValue	AwardLiveness
-1	1		20	10
-2	1		50	10
-3	2		20	10
-4	6		100	10
-5	9	42	1000	10
-6	3		3	10
-7	7		3	10
-8	8		1	10
-9	4		3	10
-10	5		3	10
-11	10	30010	1	10
-12	10	30020	1	10
+TaskID	TaskType	TaskConds	NeedValue	AwardItemList
+1	1		20	[[104,10], [3, 20]]
+2	1		50	[[104,10], [3, 20]]
+3	2		20	[[104,10], [3, 20]]
+4	6		100	[[104,10], [3, 20]]
+5	9	42	1000	[[104,10], [3, 20]]
+6	3		3	[[104,10], [3, 20]]
+7	7		3	[[104,10], [3, 20]]
+8	8		1	[[104,10], [3, 20]]
+9	4		3	[[104,10], [3, 20]]
+10	5		3	[[104,10], [3, 20]]
+11	10	30010	1	[[104,10], [3, 20]]
+12	10	30020	1	[[104,10], [3, 20]]

--
Gitblit v1.8.0