From 46cf378f226f865a7919dece39d13dcd9a57c40e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 01 九月 2025 18:31:50 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(NPC阵容boss支持配置附加技能;) --- 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 85d334a..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], [181,10], [182,11]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]] -2 [[30,60000], [181,11], [182,12]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]] -3 [[30,70000], [181,12], [182,13], [20,100]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]] -4 [[30,80000], [181,13], [182,14], [20,150]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]] -5 [[30,100000], [181,14], [182,15], [20,200]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]] -6 [[30,100000], [181,14], [182,15], [20,200]] [[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 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