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_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