From 631e6db05c9c3f2a3ec486295beeb864b07e3630 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 22:52:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(monster):=20=E4=BF=AE=E6=94=B9=E6=80=AA?= =?UTF-8?q?=E7=89=A9=20477=20=E7=9A=84=20AI=20=E9=85=8D=E7=BD=AE=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将怪物 477 的 aiConfigId 从 2 修改为 29 - 此修改可能会影响怪物的行为和战斗策略 --- LogicServer/data/config/monster/Monster.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index d8dc31c..5c99955 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -12051,7 +12051,7 @@ Monster = { targetMusicTate = 100, }, [477] = { - aiConfigId = 2, + aiConfigId = 29, attackInterval = 1000, attackMusicId = "pttongyong-2", attackMusicRate = 100,