From 9f13daf65e0f6acc43ffab6462b737a70879f5cc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 29 八月 2018 20:17:08 +0800
Subject: [PATCH] Add: 2961 【后端】仙盟抢Boss活动;

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index a6ae002..211280b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -1028,13 +1028,13 @@
 ) = range( 0, Def_PA_MaxReason )
 
 #提示原因及对应的提示mark组成的字典
-Def_MessageDic = {Def_PASysMessage_NewGuy:"XW_RY_CancelWay01",            #攻击新手
+Def_MessageDic = {Def_PASysMessage_NewGuy:"FairyGrabBossNewPlayer",            #攻击新手
                   Def_PASysMessage_IsSafeArea: "CannotAtk01",             #安全区域
                   Def_PASysMessage_AttackMode:"AtkModeErr",               #攻击模式
                   Def_PASysMessage_CountrySafe:"PlayerPK_Error_GoalLvLow",#国家保护
                   Def_PASysMessage_IsSafeArea_Country:"Cadres_PK_Lost",   #国家安全区保护
                   Def_PASysMessage_NewGuyNotPK:"PK_lhs_0",                #新手不能PK
-                  Def_PASysMessage_NotAttackNewGuy:"PK_lhs_31379",        #不能攻击新手
+                  Def_PASysMessage_NotAttackNewGuy:"FairyGrabBossNewPlayer",        #不能攻击新手
                   Def_PASysMessage_NotAttackFamily:"Old_andyshao_161795", #不能攻击同家族成员
                   Def_PASysMessage_NotAttackTeam:"PK_lhs_861048",         #不能攻击队友
                   Def_PASysMessage_AttackNotPK:"PK_lhs_202580",           #攻击方PK值过大,不能PK
@@ -1913,6 +1913,7 @@
 Map_Player_AreaReward_GetCnt = "AreaAward_GetCnt%s" # 玩家战场区域福利-累计获得次数
 
 #---地图NPC---
+Map_NPC_ActivityBossRebornCount = 'ActivityBossRebornCount_%s' # 活动boss已刷新只数,参数(标识点)
 Map_NPC_WorldBossLastReBornTick = 'WorldBossLastReBornTick_%s' # 世界boss上次重生时间
 Map_NPC_WorldBossDeadTick = 'WorldBossDeadTick_%s' # 世界boss死亡时间
 Map_NPC_RandomMapNPCID = 'RandMapNPCID_%s' # 当前地图随机NPCID, 参数为标识点mark
@@ -2035,6 +2036,7 @@
 Def_NPCHurtTypeAll    = 4       #所有玩家
 Def_NPCHurtTypeFaction= 5       #阵营
 Def_NPCHurtTypeSpecial= 6       #特殊, 指定某些玩家, 玩家ID取ShareDefine.Def_MapItemInfo_SpecOwner
+Def_NPCHurtTypeFamily = 7       #仙盟 7
 
 #掉落归属类型-NPC表的定义
 DropOwnerType = (
@@ -2045,7 +2047,8 @@
 DropOwnerType_MaxHurtPlayer, # 最大伤血玩家, 伤血不会被重置, 仅限玩家 4
 DropOwnerType_Faction, # 阵营 5
 DropOwnerType_Special, # 特殊 6
-) = range(7)
+DropOwnerType_Family, # 仙盟 7
+) = range(8)
 
 #------------------------------------------------
 #技能类型

--
Gitblit v1.8.0