From b4ba532b29498e8c81e9ce8cba0b63eca16bc1ad Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Jan 2025 16:32:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LogicServer):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=AE=9E=E4=BD=93=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了多个旧的实体刷新配置(entityid 52 至 58) - 添加了新的实体刷新配置(entityid 429 至 431),数量增加到 16 - 新增了一个单个实体的刷新配置(entityid 436) --- LogicServer/data/envir/Scenes.config | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index 13e1e53..bf13ead 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -7083,14 +7083,12 @@ Scenes = { area = { }, refresh = { - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 52, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 53, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 54, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 55, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 56, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 57, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 58, progress = 0, }, - + { count = 16, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 429, progress = 0, }, + { count = 16, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 430, progress = 0, }, + { count = 16, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 431, progress = 0, }, + + { count = 1, time = 3, firstTime = 3, x = 88, y = 66, range = 100, entityid = 436, progress = 0, }, + }, npc = { },