From cc9fba8a69ef07d3d21e9b40cbe8a01659f5c2ea Mon Sep 17 00:00:00 2001 From: cehua-TT <448191260@qq.com> Date: 星期五, 19 十月 2018 16:54:52 +0800 Subject: [PATCH] 4247 修复主线任务BUG,修复狂怒塔支线任务BUG --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/UseItemLVLimitInfo.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/UseItemLVLimitInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/UseItemLVLimitInfo.txt new file mode 100644 index 0000000..b41f7dc --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/UseItemLVLimitInfo.txt @@ -0,0 +1,6 @@ +# 指定物品类型的使用等级,需更具强化等级 +#[[指定的物品类型,], 等级公式] +#参数(plusLV:加强等级, initLV:初始使用等级) +( + [[16, 17, 26], "initLV"] +) \ No newline at end of file -- Gitblit v1.8.0