From 62bc91325ec569bada209c1aec4206b1a71796e0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 15:46:30 +0800 Subject: [PATCH] =?UTF-8?q?refresh(Scenes):=20=E6=9B=B4=E6=96=B0=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E5=88=B7=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了多个场景中的刷新实体配置 - 增加了新的刷新实体类型 - 修改了部分实体的刷新范围和位置 --- LogicServer/data/envir/Scenes.config | 178 +++++++++++++++++++++++++-- 1 file changed, 170 insertions(+), 8 deletions(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index c60f44f..0933872 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -8189,8 +8189,8 @@ Scenes = { { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, - { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 5, entityid = 471, progress = 0 }, - { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 5, entityid = 472, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 471, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, }, npc = {}, teleport = { @@ -8242,7 +8242,34 @@ Scenes = { defaultX = 85, defaultY = 49, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 475, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { { @@ -8292,7 +8319,34 @@ Scenes = { defaultX = 128, defaultY = 79, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 476, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { { @@ -8343,7 +8397,34 @@ Scenes = { defaultX = 115, defaultY = 48, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 467, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { { @@ -8388,7 +8469,34 @@ Scenes = { defaultX = 67, defaultY = 35, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 473, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { { @@ -8433,7 +8541,34 @@ Scenes = { defaultX = 103, defaultY = 67, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 474, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { { @@ -8479,7 +8614,34 @@ Scenes = { defaultX = 35, defaultY = 17, area = {}, - refresh = {}, + refresh = { + { count = 8, time = 3, firstTime = 3, x = 20, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 20, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 70, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 70, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 120, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 120, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 8, time = 3, firstTime = 3, x = 170, y = 10, range = 50, entityid = 468, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 40, range = 50, entityid = 469, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 70, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 100, range = 50, entityid = 470, progress = 0 }, + { count = 8, time = 3, firstTime = 3, x = 170, y = 130, range = 50, entityid = 470, progress = 0 }, + + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 171, progress = 0 }, + { count = 1, time = 3600, firstTime = 3, x = 78, y = 55, range = 150, entityid = 472, progress = 0 }, + }, npc = {}, teleport = { {