From a272e0c87afbf263d721ad073663299d477dfa92 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 11 Feb 2025 22:24:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(SceneManager):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=B9=B4=E5=85=BD=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E5=9C=BA=E6=99=AF=E5=88=B7=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在多个场景中添加年兽(entityid 478)的刷新配置 - 调整年兽的刷新数量和范围 - 优化年兽在不同场景中的分布 --- LogicServer/data/envir/Scenes.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index ef657bd..0845fe7 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -855,6 +855,7 @@ Scenes = { { count = 4, time = 36, firstTime = 3, x = 252, y = 184, range = 100, entityid = 434, progress = 0 }, --炼狱魔龙 { count = 8, time = 36, firstTime = 3, x = 252, y = 184, range = 200, entityid = 465, progress = 0 }, --黄金BOSS { count = 16, time = 12, firstTime = 3, x = 252, y = 184, range = 200, entityid = 464, progress = 0 }, --白银BOSS + { count = 1, time = 31536000, firstTime = 3, x = 50, y = 32, range = 200, entityid = 478, progress = 0 }, --年 }, npc = { { id = 125, posx = 54, posy = 124 }, @@ -2118,6 +2119,7 @@ Scenes = { }, }, refresh = { + { count = 1, time = 31536000, firstTime = 3, x = 50, y = 32, range = 200, entityid = 478, progress = 0 }, -- 年 { count = 20, time = 13, firstTime = 3, x = 167, y = 90, range = 200, entityid = 429, progress = 0 }, { count = 20, time = 13, firstTime = 3, x = 167, y = 90, range = 200, entityid = 430, progress = 0 }, @@ -8640,7 +8642,7 @@ Scenes = { defaultY = 36, area = {}, refresh = { - { count = 5, time = 31536000, firstTime = 3, x = 50, y = 32, range = 10, entityid = 478, progress = 0 }, + { count = 8, time = 31536000, firstTime = 3, x = 50, y = 32, range = 20, entityid = 478, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 74, y = 49, range = 0, entityid = 111, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 71, y = 51, range = 0, entityid = 111, progress = 0 }, { count = 1, time = 3, firstTime = 3, x = 62, y = 44, range = 0, entityid = 111, progress = 0 },