From 011184853a36113b295ec0090cdde8d62f0ec898 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 17:00:19 +0800 Subject: [PATCH] =?UTF-8?q?conf(drop):=20=E6=9B=B4=E6=96=B0=E9=BE=99?= =?UTF-8?q?=E5=A5=97=E8=A3=85=E5=A4=87=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 - 将龙套装备的掉落类型从 1 修改为 2 - 移除了龙套装备的开服当天限制 --- LogicServer/data/config/drop/dropgroup.config | 10 +++++----- LogicServer/data/config/drop/droptable.config | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/LogicServer/data/config/drop/dropgroup.config b/LogicServer/data/config/drop/dropgroup.config index 6921d69..6f2d649 100755 --- a/LogicServer/data/config/drop/dropgroup.config +++ b/LogicServer/data/config/drop/dropgroup.config @@ -2192,27 +2192,27 @@ DropGroupConfig = { }, [100876] = { id = 100876, - type = 1, + type = 2, group = { { rate = 100, id = 2100179 } }, }, [100877] = { id = 100877, - type = 1, + type = 2, group = { { rate = 100, id = 2100180 } }, }, [100878] = { id = 100878, - type = 1, + type = 2, group = { { rate = 100, id = 2100181 } }, }, [100879] = { id = 100879, - type = 1, + type = 2, group = { { rate = 100, id = 2100182 } }, }, [100880] = { id = 100880, - type = 1, + type = 2, group = { { rate = 100, id = 2100183 } }, }, [110001] = { diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index ad4f19d..bdf5c1a 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10219,7 +10219,6 @@ DropTableConfig = { { rate = 100, type = 0, id = 778, count = 1 }, }, weeklimit = {}, - limitopenserverDay = 1, }, -- 天龙套装 [2100180] = { @@ -10238,7 +10237,6 @@ DropTableConfig = { { rate = 100, type = 0, id = 812, count = 1 }, }, weeklimit = {}, - limitopenserverDay = 1, }, --天之天龙套 [2100181] = { @@ -10257,7 +10255,6 @@ DropTableConfig = { { rate = 100, type = 0, id = 822, count = 1 }, }, weeklimit = {}, - limitopenserverDay = 1, }, --金牛套 [2100182] = { @@ -10282,7 +10279,6 @@ DropTableConfig = { { rate = 10, type = 0, id = 1267, count = 1 }, }, weeklimit = {}, - limitopenserverDay = 1, }, --金牛炎套 [2100183] = { @@ -10307,6 +10303,5 @@ DropTableConfig = { { rate = 10, type = 0, id = 1375, count = 1 }, }, weeklimit = {}, - limitopenserverDay = 1, }, }