From 1435c067b3ab4f5f6f7e291986ba72411462b80d Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 23:08:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(npc):=20=E6=9B=B4=E6=96=B0=20npctrance=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=20NPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 npctrance.config 中多个 NPC 的 Consumelist,将消费类型从 2 改为 4,调整消费数量 - 在 Scenes.config 中的场景 8129 中添加新 NPC(id 为 169) --- LogicServer/data/config/npc/npctrance.config | 12 ++++++------ LogicServer/data/envir/Scenes.config | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LogicServer/data/config/npc/npctrance.config b/LogicServer/data/config/npc/npctrance.config index a16c76e..61c7d85 100755 --- a/LogicServer/data/config/npc/npctrance.config +++ b/LogicServer/data/config/npc/npctrance.config @@ -1119,7 +1119,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 2000 } }, + Consumelist = { { type = 4, count = 20 } }, }, [113] = { id = 113, @@ -1129,7 +1129,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 3000 } }, + Consumelist = { { type = 4, count = 40 } }, }, [114] = { id = 114, @@ -1139,7 +1139,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 4000 } }, + Consumelist = { { type = 4, count = 60 } }, }, [115] = { id = 115, @@ -1149,7 +1149,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 5000 } }, + Consumelist = { { type = 4, count = 80 } }, }, [116] = { id = 116, @@ -1159,7 +1159,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 6000 } }, + Consumelist = { { type = 4, count = 100 } }, }, [117] = { id = 117, @@ -1169,7 +1169,7 @@ NpcTransConf = { nLevel = 0, openDay = 0, zsLevel = 0, - Consumelist = { { type = 2, count = 7000 } }, + Consumelist = { { type = 4, count = 150 } }, }, [118] = { id = 118, diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index d361a9a..0f1bef6 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -8129,7 +8129,9 @@ Scenes = { defaultY = 11, area = {}, refresh = {}, - npc = {}, + npc = { + { id = 169, posx = 18, posy = 18 }, + }, teleport = { { posx = 26,