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/PlayerRecalll/PlayerRecall_OffDays.txt | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecalll/PlayerRecall_OffDays.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecalll/PlayerRecall_OffDays.txt new file mode 100644 index 0000000..1c222ac --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerRecalll/PlayerRecall_OffDays.txt @@ -0,0 +1,26 @@ +#玩家回归奖励 等级、连续未登陆天数、奖励物品ID +( +[ + [39, [ + [7, [63008, 1]], + [365, [63008, 1]], + ], + ], + + [49, [ + [7, [63009, 1]], + [365, [63009, 1]], + ], + ], + [59, [ + [7, [63010, 1]], + [365, [63010, 1]], + ], + ], + [100, [ + [7, [63011, 1]], + [365, [63011, 1]], + ], + ], +] +) -- Gitblit v1.8.0