From e92d12f5fe275a9c053379dded105e8ffa2d5558 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Jan 2025 16:17:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(LogicServer):=20=E5=9C=A8=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=207044=20=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Scenes.config 文件的场景 7044 中添加了 refresh 字段 - 设置了 8 个不同的实体刷新配置,实体 ID 为 52 至 58 - 每个实体的刷新数量为 8,刷新时间为 3 秒,首次刷新时间为 3 秒 - 刷新位置为 (100, 73),刷新范围为 100 --- LogicServer/data/envir/Scenes.config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index ac865bd..98d220f 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -7044,7 +7044,15 @@ Scenes = { defaultY = 11, area = { }, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 52, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 53, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 54, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 55, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 56, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 57, progress = 0, }, + { count = 8, time = 3, firstTime = 3, x = 100, y = 73, range = 100, entityid = 58, progress = 0, }, + }, npc = { }, teleport = {