From 3ee63adf2c854c9b15e8a0327aef2e5c34607e72 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 07 七月 2026 11:05:27 +0800 Subject: [PATCH] 582 【小游戏】炼器大会-服务端(活动新支持按周x配置活动;活动新分区标记支持配置列表,与平台列表对应;) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldAction.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLianqi.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ActTime.txt | 10 ++-------- ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ActTime.txt | 10 ++-------- ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMgr.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.pyc | 0 8 files changed, 4 insertions(+), 16 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc index f119e73..d117183 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMgr.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMgr.pyc index 80e356b..8916078 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMgr.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMgr.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldAction.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldAction.pyc index 2ef8544..d7c8878 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldAction.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldAction.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc index acc5758..1ec0a00 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.pyc index c0c64d6..0ff5f21 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLianqi.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLianqi.pyc index c2aed77..dad0a86 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLianqi.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActLianqi.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ActTime.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ActTime.txt index 7850f1f..bfd73ed 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ActTime.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ActTime.txt @@ -1,10 +1,4 @@ -CfgID PlatformList ServerIDList ZoneSign ActNum StartDate EndDate ActFlow ActFuncType ActTempID +CfgID PlatformList ServerIDList ZoneSignList ActNum StartDate EndDate ActFlow ActFuncType ActTempID 1 [] [] gcz_test 99 2026-5-1 2026-5-5 gcz 2 1 2 [] [] gcz_test 99 2026-6-1 2026-6-5 gcz 2 1 -3 [] [] test 99 2026-6-10 2026-6-10 lianqi 3 1 -4 ["xssg"] [] lqdh_xssg 99 2026-7-9 2026-7-9 lianqi 3 1 -5 ["ryzj"] [] lqdh_ryzj 99 2026-7-9 2026-7-9 lianqi 3 1 -6 ["sghy"] [] lqdh_sghy 99 2026-7-9 2026-7-9 lianqi 3 1 -7 ["xssg"] [] lqdh_xssg 99 2026-7-16 2026-7-16 lianqi 3 1 -8 ["ryzj"] [] lqdh_ryzj 99 2026-7-16 2026-7-16 lianqi 3 1 -9 ["sghy"] [] lqdh_sghy 99 2026-7-16 2026-7-16 lianqi 3 1 +3 ["test","xssg","ryzj","sghy"] [] ["test", "lqdh_xssg", "lqdh_ryzj", "lqdh_sghy"] 99 W4 W4 lianqi 3 1 diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ActTime.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ActTime.txt index 7850f1f..bfd73ed 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ActTime.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ActTime.txt @@ -1,10 +1,4 @@ -CfgID PlatformList ServerIDList ZoneSign ActNum StartDate EndDate ActFlow ActFuncType ActTempID +CfgID PlatformList ServerIDList ZoneSignList ActNum StartDate EndDate ActFlow ActFuncType ActTempID 1 [] [] gcz_test 99 2026-5-1 2026-5-5 gcz 2 1 2 [] [] gcz_test 99 2026-6-1 2026-6-5 gcz 2 1 -3 [] [] test 99 2026-6-10 2026-6-10 lianqi 3 1 -4 ["xssg"] [] lqdh_xssg 99 2026-7-9 2026-7-9 lianqi 3 1 -5 ["ryzj"] [] lqdh_ryzj 99 2026-7-9 2026-7-9 lianqi 3 1 -6 ["sghy"] [] lqdh_sghy 99 2026-7-9 2026-7-9 lianqi 3 1 -7 ["xssg"] [] lqdh_xssg 99 2026-7-16 2026-7-16 lianqi 3 1 -8 ["ryzj"] [] lqdh_ryzj 99 2026-7-16 2026-7-16 lianqi 3 1 -9 ["sghy"] [] lqdh_sghy 99 2026-7-16 2026-7-16 lianqi 3 1 +3 ["test","xssg","ryzj","sghy"] [] ["test", "lqdh_xssg", "lqdh_ryzj", "lqdh_sghy"] 99 W4 W4 lianqi 3 1 -- Gitblit v1.8.0