From 01a4e85c3872cef5dd0e98ab4b4f1fdee00a6415 Mon Sep 17 00:00:00 2001 From: cehua_LC <tingame100@163.com> Date: 星期四, 27 十二月 2018 18:01:22 +0800 Subject: [PATCH] 5612 【测试】【1.4】宗门兑换修改 --- 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