From 10210a7063e20fe4cc4245ffaf179233be514892 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 26 Dec 2024 14:35:28 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E8=B0=83=E6=95=B4=E6=80=AA=E5=85=BD?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E5=92=8C=E8=8C=83=E5=9B=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将怪兽的第二个技能从 67 变更为 79 - 更新技能范围配置: - rangeType 从 0 改为 3 - rangeCenter 从 0 改为 2 - resultType 2 的 ID 从 10000 改为 50000 --- LogicServer/data/config/monster/Monster.config | 2 +- LogicServer/data/config/skill/SkillRanges.config | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index 9054f62..080aff4 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -2529,7 +2529,7 @@ Monster={ attackInterval = 500, skills = { {id=44,level=1,event=0,autoCD=false}, - {id=67,level=1,event=0,autoCD=false}, + {id=79,level=1,event=0,autoCD=false}, }, modelid = 30191, attackMusicRate = 100, diff --git a/LogicServer/data/config/skill/SkillRanges.config b/LogicServer/data/config/skill/SkillRanges.config index 914d1f8..89aa29a 100755 --- a/LogicServer/data/config/skill/SkillRanges.config +++ b/LogicServer/data/config/skill/SkillRanges.config @@ -6882,13 +6882,13 @@ SkillRangesConf={ xEnd = 0, yStart = 0, yEnd = 0, - rangeType = 0, - rangeCenter = 0, + rangeType = 3, + rangeCenter = 2, conds = { {cond=1,value=1}, }, results = { - {resultType=2,id=10000}, + {resultType=2,id=50000}, }, }, [451] = {