From 3346f8aae7f8abbd4b27c4564cbb802e7e717cc9 Mon Sep 17 00:00:00 2001 From: hzr <904249498@qq.com> Date: 星期四, 09 八月 2018 11:54:59 +0800 Subject: [PATCH] 重新提交服务端仓库资源 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Item/ItemNeedRecordRule.txt | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Item/ItemNeedRecordRule.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Item/ItemNeedRecordRule.txt new file mode 100644 index 0000000..347395c --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Item/ItemNeedRecordRule.txt @@ -0,0 +1,34 @@ +# 物品是否需要记录流向规则配置 +# 判断优先级: 开关 > 装备 > 需要记录的 > 不需要记录的 + +( + +[ + + 1, # 记录开关 + + # 需要记录的物品类型 + [], + + # 需要记录的物品ID + [ + 38008,38019,38027,38034,38041,38049,38055,38060,38068,38073 + ], + + + # 不需要记录的物品类型 + [1,5,10,18,26,36,38,47,53,54,58,59,62,87,88,92], + + # 不需要记录的物品ID + [], + + 1, # 未在以上规则里的是否记录 + + + # 以下是装备规则, 套装默认记录 + 4, # 需要记录的最低装备品质 + 7, # 需要记录的最低装备星级 + +] + +) \ No newline at end of file -- Gitblit v1.8.0