From 4fa9d2e477542fda2cedfcff33fb983986b00a1d Mon Sep 17 00:00:00 2001 From: cehua-TT <448191260@qq.com> Date: 星期二, 13 十一月 2018 14:10:31 +0800 Subject: [PATCH] 2355 修复集市翅膀筛选项问题 --- 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