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/GameFB/MergeBoss/MergeBoss_BossBuffNotify.txt |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_BossBuffNotify.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_BossBuffNotify.txt
new file mode 100644
index 0000000..259084f
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_BossBuffNotify.txt
@@ -0,0 +1,27 @@
+# 跨服boss采集buff提醒
+# 可用参数
+# curPlayerfactionID	采集的阵营ID
+# curPlayerName			采集的玩家名
+# addBuffID				获得的技能buffID
+# lastSecond			持续时间,秒
+(
+
+[
+
+	# 采集增益buff提醒
+	[
+		["Campaign_liubo_812847", [curPlayerfactionID,curPlayerName,addBuffID,lastSecond]], # 副本提醒
+		["Campaign_liubo_455896", [addBuffID,lastSecond]], # 个人提醒
+	],
+
+
+	# 采集debuff提醒
+	[
+		["Campaign_liubo_537459", [curPlayerfactionID,curPlayerName,addBuffID,lastSecond]], # 副本提醒
+		["Campaign_liubo_615989", [addBuffID,lastSecond]], # 个人提醒
+	],
+
+
+]			
+
+)
\ No newline at end of file

--
Gitblit v1.8.0