From ceb4c2699da3a8939727799522dfa4b237142a0f Mon Sep 17 00:00:00 2001 From: cehua_TRX <526616766@qq.com> Date: 星期五, 17 八月 2018 11:00:36 +0800 Subject: [PATCH] [2617]剧情任务的Npc修改 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt new file mode 100644 index 0000000..28be5e1 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt @@ -0,0 +1,27 @@ +# 投资理财返利配置 - 按等级 +# {投资钻石额度:{等级:返回绑钻额度,...}} +# 如果只有绑定钻石奖励则只配绑定钻石数量即可, 若有其它物品奖励 格式为 [绑定钻石数量, [(物品ID,物品数量,是否绑定),..]] +( + +{ + +# 1000钻额度 +1000:{ +0:5000, +101:5000, +130:2500, +161:2500, +190:3000, +241:3000, +280:3500, +320:3500, +360:4000, +400:4000, +441:4500, +490:4500, + }, + + +} + +) \ No newline at end of file -- Gitblit v1.8.0