From b0e9f1431a7a6a548f88011b03f6641c4016e11e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 15 Jan 2025 16:38:07 +0800 Subject: [PATCH] =?UTF-8?q?conf(config):=20=E8=B0=83=E6=95=B4=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E6=AD=A6=E5=99=A8=E6=8E=89=E8=90=BD=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 ChatSystemConfig 中聊天等级限制配置,移除部分频道的充值限制 - 在 DropTableConfig 中添加新武器掉落组配置,ID 为 2100184 --- LogicServer/data/config/ChatSystemConfig.config | 2 +- LogicServer/data/config/drop/droptable.config | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/LogicServer/data/config/ChatSystemConfig.config b/LogicServer/data/config/ChatSystemConfig.config index 392b785..3dc8b1e 100755 --- a/LogicServer/data/config/ChatSystemConfig.config +++ b/LogicServer/data/config/ChatSystemConfig.config @@ -5,7 +5,7 @@ ChatSystemConfig={ guideChannelChatCD = 2, teamChannelChatCD = 2, worldChannelChatCD = 10, - chatLevelLmt = {{channel=0,level=60,recharge=60},{channel=1,level=60,recharge=60},{channel=2,level=60,recharge=60},{channel=3,level=60,recharge=60},{channel=4,level=48,recharge=60}}, + chatLevelLmt = {{channel=0,level=60,recharge=0},{channel=1,level=60,recharge=0},{channel=2,level=60,recharge=0},{channel=3,level=60,recharge=0},{channel=4,level=48,recharge=60}}, sp37wLevelLmt = {35, 35, 35, 10, 10}, nChatSaveLogFlag = 0, nAutoSilencing = 3, diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index bf3b815..d5be804 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -10304,4 +10304,18 @@ DropTableConfig = { }, weeklimit = {}, }, + --新武器掉落组 + [2100184] = { + id = 2100184, + type = 2, + table = { + { rate = 10, type = 0, id = 800, count = 1 }, + { rate = 10, type = 0, id = 801, count = 1 }, + { rate = 10, type = 0, id = 1372, count = 1 }, + { rate = 10, type = 0, id = 1373, count = 1 }, + { rate = 10, type = 0, id = 1374, count = 1 }, + { rate = 10, type = 0, id = 1375, count = 1 }, + }, + weeklimit = {}, + }, }