From 67bcc2ab06912fc3d9cf31ceae533da76e50d5ae Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 20 九月 2019 14:19:55 +0800 Subject: [PATCH] 8258 【后端】BOSS首杀 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py index 6ff5ef8..a1b5b03 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py @@ -44,6 +44,7 @@ import PlayerActivity import PlayerSuccess import BossHurtMng +import GY_Query_BossFirstKill import GameLogic_FamilyInvade import GameLogic_GatherSoul import FormulaControl @@ -2370,6 +2371,12 @@ elif mapID == ChConfig.Def_FBMapID_CrossPenglai: #跨服蓬莱仙境 PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_CrossPenglai) + + # 个人首杀记录 + ipyData = IpyGameDataPY.GetIpyGameDataNotLog("BOSSFirstKill", npcID) + if ipyData: + GY_Query_BossFirstKill.SetPlayerFirstKillBoss(curPlayer, npcID) + return ################################################# -- Gitblit v1.8.0