From 3d90da62e8755a8af85794de24ee1ca8e4355347 Mon Sep 17 00:00:00 2001 From: cehua_wcy <781813756@qq.com> Date: 星期二, 30 十月 2018 20:06:42 +0800 Subject: [PATCH] 2685 天赋技能效果配置 --- 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