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/NPCLogic/NPCLogic_Drop/DropItemOwnerByMaxAngry.txt | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Drop/DropItemOwnerByMaxAngry.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Drop/DropItemOwnerByMaxAngry.txt new file mode 100644 index 0000000..3371426 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Drop/DropItemOwnerByMaxAngry.txt @@ -0,0 +1,18 @@ +# 掉落物品归属最大仇恨的时, 需要显示归属buff的NPCID +# 不需要显示归属buff的NPCID不用配置, 掉落的归属如果没有配置其他特殊情况则默认为最大仇恨 + +( + +[ + +# 中立boss +260,261,262, +# 混乱火山 +316,317,318, +# 纷争雪原 +302,303,304, +] + +) + + -- Gitblit v1.8.0