From 5fe4b2415325026ba954681035b7ab9934c06a93 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 5 Jan 2025 23:01:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LogicServer):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E5=9C=BA=E6=99=AF=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=89=E4=B8=AA=E4=BC=A0=E9=80=81=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Scenes.config 文件中,将场景 ID 为 59、60 和 61 的三个传送点配置注释掉 - 这可能会影响到对应的场景跳转功能,需要在其他地方检查相关逻辑 --- LogicServer/data/envir/Scenes.config | 66 ++++++++++++++-------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index ad17ef2..870040e 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -780,39 +780,39 @@ Scenes = { { id = 131, posx = 48, posy = 151 }, }, teleport = { - { - posx = 31, - posy = 125, - dist = 1, - toSceneid = 59, - toPosx = 6, - toPosy = 5, - modelid = 0, - name = Lang.Scenes.s00059, - mapHide = true, - }, - { - posx = 56, - posy = 143, - dist = 1, - toSceneid = 60, - toPosx = 7, - toPosy = 6, - modelid = 0, - name = Lang.Scenes.s00060, - mapHide = true, - }, - { - posx = 47, - posy = 137, - dist = 1, - toSceneid = 61, - toPosx = 7, - toPosy = 9, - modelid = 0, - name = Lang.Scenes.s00061, - mapHide = true, - }, + -- { + -- posx = 31, + -- posy = 125, + -- dist = 1, + -- toSceneid = 59, + -- toPosx = 6, + -- toPosy = 5, + -- modelid = 0, + -- name = Lang.Scenes.s00059, + -- mapHide = true, + -- }, + -- { + -- posx = 56, + -- posy = 143, + -- dist = 1, + -- toSceneid = 60, + -- toPosx = 7, + -- toPosy = 6, + -- modelid = 0, + -- name = Lang.Scenes.s00060, + -- mapHide = true, + -- }, + -- { + -- posx = 47, + -- posy = 137, + -- dist = 1, + -- toSceneid = 61, + -- toPosx = 7, + -- toPosy = 9, + -- modelid = 0, + -- name = Lang.Scenes.s00061, + -- mapHide = true, + -- }, { posx = 332, posy = 281,