From 663f437950e713a11684f10d31c07837303892c9 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 18 Jan 2025 14:20:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(monster):=20=E6=B7=BB=E5=8A=A0=E7=A5=9E?= =?UTF-8?q?=E8=AF=9D=E7=BA=A7=E6=80=AA=E7=89=A9=E7=A9=B7=E5=A5=87=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9C=BA=E6=99=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Monster.config 中添加了新的神话级怪物穷奇(entityid 471) - 调整了 Scenes.config 中的怪物刷新位置,为穷奇安排特定的刷新点 - 移除了 StdItems.config 中部分物品的冗余属性,优化配置结构 --- LogicServer/data/config/item/StdItems.config | 6 +-- .../data/config/monster/Monster.config | 34 +++++++++++++++- LogicServer/data/envir/Scenes.config | 40 +++++++++++-------- 3 files changed, 57 insertions(+), 23 deletions(-) diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index 2a16c78..9eb99b3 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -7698,7 +7698,7 @@ StdItems = { icon = 13001, id = 248, isShowUseBtn = 1, - itemlevel = 32, + itemlevel = 29, itemlvl = 3, name = "疗伤药", packageType = 0, @@ -11816,7 +11816,6 @@ StdItems = { id = 380, itemlvl = 3, name = "100元代金券", - openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -12058,7 +12057,6 @@ StdItems = { isShowUseBtn = 1, itemlvl = 3, name = "200元代金券", - openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -12090,7 +12088,6 @@ StdItems = { isShowUseBtn = 1, itemlvl = 3, name = "500元代金券", - openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, @@ -43549,7 +43546,6 @@ StdItems = { itemEff = 5, itemlvl = 3, name = "1万元宝代金券", - openUi = { type = 1, view = "app.BagBatchUseWin" }, packageType = 2, recordLog = 1, recoverView = { { count = 200, id = 2, rate = 100, type = 2 } }, diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index 815958d..222c349 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -11783,7 +11783,7 @@ Monster = { name = "[牛魔]守卫骑士", nameQuality = 2, propid = 412, - scale = 35, + scale = 50, skills = {}, targetMusicId = "pttongyong-1", targetMusicTate = 100, @@ -11841,4 +11841,36 @@ Monster = { targetMusicId = "pttongyong-1", targetMusicTate = 100, }, + [471] = { + aiConfigId = 29, + attackInterval = 1000, + attackMusicId = "pttongyong-2", + attackMusicRate = 100, + chassis = 100, + circle = 15, + damageMusicId = "pttongyong-4", + damageMusicRate = 100, + dieMusicId = "pttongyong-5", + dieMusicRate = 100, + dropid = 200130, + entityType = 1, + entityid = 456, + exp = 2500000, + flagid = 5, + level = 300, + modelid = 30226, + monsterType = 4, + name = "[神话]穷奇", + nameQuality = 6, + propid = 471, + scale = 100, + shadow = 1, + skills = { + { autoCD = false, event = 0, id = 79, level = 1 }, + { autoCD = false, event = 0, id = 69, level = 1 }, + { autoCD = false, event = 0, id = 44, level = 1 }, + }, + targetMusicId = "pttongyong-1", + targetMusicTate = 100, + }, } diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index e1f5908..aec3d16 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -7083,25 +7083,31 @@ Scenes = { area = { }, refresh = { - { count = 8, time = 3, firstTime = 3, x = 44, y = 22, range = 50, entityid = 468, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 55, y = 44, range = 50, entityid = 469, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 66, y = 66, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 66, y = 88, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 66, y = 100, range = 50, entityid = 470, progress = 0, }, - - { count = 8, time = 3, firstTime = 3, x = 108, y = 22, range = 50, entityid = 468, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 108, y = 44, range = 50, entityid = 469, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 108, y = 66, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 108, y = 88, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 108, y = 100, range = 50, entityid = 470, progress = 0, }, + { 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 = 168, y = 22, range = 50, entityid = 468, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 168, y = 44, range = 50, entityid = 469, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 168, y = 66, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 168, y = 88, range = 50, entityid = 470, progress = 0, }, - { count = 8, time = 3, firstTime = 3, x = 168, y = 100, 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 = 1, time = 3600, firstTime = 3, x = 78, y = 20, range = 100, entityid = 436, 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 = 20, range = 10, entityid = 471, progress = 0, }, }, npc = {