hxp
2018-11-25 4e50bcfc0c19c5bff491289698f596c21da22c2f
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MergeBoss/MergeBoss_BossBuffNotify.txt
New file
@@ -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]], # 个人提醒
   ],
]
)