From f5434d1f2f7e4277a8af6dc33075cf1df9589ee5 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 28 Dec 2024 16:15:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(drop):=20=E4=BF=AE=E5=A4=8D=E5=B0=8F?= =?UTF-8?q?=E9=BE=8D=E9=9D=88=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的 DropGroupConfig[121083] - 更新 DropTableConfig[1210034] 中的物品 ID - 移除 DropTableConfig[1210083](小龍靈) - 在 DropTableConfig[2100039] 中添加新物品 - 更新 StdItems.config 中黄金宸龙的名称 --- LogicServer/data/config/drop/dropgroup.config | 9 ++------- LogicServer/data/config/drop/droptable.config | 14 +++++--------- LogicServer/data/config/item/StdItems.config | 3 +-- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index c1d2bb8..b020fd1 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -3060,11 +3060,6 @@ DropGroupConfig = { type = 1, group = {{rate=100,id=1210082}}, }, -[121083] = { - id = 121083, - type = 1, - group = {{rate=100,id=1210083}}, -}, [125000] = { id = 125000, type = 2, @@ -4159,8 +4154,8 @@ DropGroupConfig = { id = 200055, type = 1, group = { - {rate=100,id=1210083}, - {rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039},{rate=100,id=2100039}}, + {rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039}, + {rate=100,id=2100039}}, }, [200056] = { id = 200056, diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index 2ff74d8..8f8d6f8 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -4149,7 +4149,7 @@ DropTableConfig = { [1210034] = { id = 1210034, type = 2, - table = { { rate = 100, type = 23, id = 5, count = 1 } }, + table = { { rate = 100, type = 23, id = 21, count = 1 } }, weeklimit = {}, }, [1210035] = { @@ -4440,13 +4440,6 @@ DropTableConfig = { table = { { rate = 100, type = 16, id = 72, count = 1 } }, weeklimit = {}, }, - --小龍靈 - [1210083] = { - id = 1210083, - type = 1, - table = { { rate = 100, type = 23, id = 21, count = 1 } }, - weeklimit = {}, - }, [1215000] = { id = 1215000, type = 2, @@ -5921,7 +5914,10 @@ DropTableConfig = { [2100039] = { id = 2100039, type = 1, - table = { { rate = 100, type = 0, id = 832, count = 1 } }, + table = { + { rate = 100, type = 0, id = 832, count = 1 }, + { rate = 100, type = 0, id = 1129, count = 1 }, + }, weeklimit = {}, }, [2100040] = { diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index bea6346..e41aae2 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -33711,7 +33711,7 @@ StdItems={ }, [1129] = { id = 1129, - name = "黄金宸龙(作废)", + name = "黄金宸龙", desc = "双击使用获得黄金宸龙", type = 131, icon = 13556, @@ -41260,5 +41260,4 @@ StdItems={ forcetips = 0, jpdrop = 1, }, - } \ No newline at end of file