From 4d4c41636853c9ad4e8ab1812479ff0a5fb8d2cf Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 02 九月 2025 17:10:36 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(关卡boss改为B410请求战斗,支持多小队一次性完整战报;B420增加状态6代表结束并休息;) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/MainChapter.txt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/MainChapter.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/MainChapter.txt index 61ca7cf..e431fe3 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/MainChapter.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/MainChapter.txt @@ -1,7 +1,7 @@ -ChapterID DailyBootyUpperList BootyWeightList -1 [[30,50000]] [[100, 0, 0, 0], [100, 30, 100, 200]] -2 [[30,60000], [6,10]] [[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1]] -3 [[30,70000], [6,12], [5,10]] [[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1]] -4 [[30,80000], [6,17], [5,12], [1,100]] [[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]] -5 [[30,100000], [6,20], [5,15], [1,150]] [[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]] -6 [[30,200000], [6,25], [5,20], [1,200]] [[100, 0, 0, 0], [100, 30, 100, 200], [30, 30, 200, 300], [25, 6, 1, 1], [25, 5, 1, 1], [15, 1, 10, 15]] +ChapterID DailyBootyUpperList +1 [[30,50000]] +2 [[30,60000], [6,10]] +3 [[30,70000], [6,12], [5,10]] +4 [[30,80000], [6,17], [5,12], [1,100]] +5 [[30,100000], [6,20], [5,15], [1,150]] +6 [[30,200000], [6,25], [5,20], [1,200]] -- Gitblit v1.8.0