From 7bca84a82d25a2aa47f2b8366768018fd39cab13 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 29 十二月 2018 04:05:26 +0800 Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(匹配速度调整为每5秒最多匹配10组) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecover/RecoverMaxNum.txt | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecover/RecoverMaxNum.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecover/RecoverMaxNum.txt new file mode 100644 index 0000000..4dafd46 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecover/RecoverMaxNum.txt @@ -0,0 +1,21 @@ +# 资源最大找回次数 +# 格式: [最大找回次数,...] +# 找回项: [物资运输, 百战之地, 诅咒城堡, 夺宝奇兵, 保卫女神, 烈焰战场, 环日常任务, 环战盟任务, 8远古神殿,9洪荒之力,10金币幻域,11成语速猜,12魔族深渊(只能配1次)] + +( +[ +6, # 0 +4, # 1 +4, # 2 +40, # 3 +4, # 4 +4, # 5 +20, # 6 +20, # 7 +2, # 8 +2, # 9 +4, # 10 +0, # 11 +1, # 12(魔族深渊只能配1次) +] +) -- Gitblit v1.8.0