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_Notify.txt | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_Notify.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_Notify.txt new file mode 100644 index 0000000..fd87a79 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_Notify.txt @@ -0,0 +1,17 @@ +# 跨服boss刷新提醒 +# 可用参数 +# npcID 当前刷新bossID +# bigNPCID 最终bossID +# remainM 活动结束剩余分钟 + +( + +[ + +["Campaign_liubo_421482", [bigNPCID,npcID]], # 第一波boss[广播mark, [参数列表]], +["Campaign_liubo_368729", [bigNPCID,npcID]], # 第二波boss[广播mark, [参数列表]], +["Campaign_liubo_650595", [bigNPCID,remainM]], # 第三波boss[广播mark, [参数列表]], + +] + +) \ No newline at end of file -- Gitblit v1.8.0