| | |
| | | #-------------------------------------------------------------------------------
|
| | | import GameWorld
|
| | | import IPY_GameWorld
|
| | | import FamilyRobBoss
|
| | | import NPCCommon
|
| | | import ChConfig
|
| | |
|
| | | ##查看点选的NPC仇恨列表
|
| | |
| | | GameWorld.DebugAnswer(curPlayer, "objID(%s) 错误 找不到对应NPC" % objID)
|
| | | return
|
| | |
|
| | | GameWorld.DebugAnswer(curPlayer, "-------------------------------")
|
| | | GameWorld.DebugAnswer(curPlayer, "---%s,ID=%s,team=%s,family=%s" |
| | | % (GameWorld.GetGameWorld().GetTick()%1000, curPlayer.GetPlayerID(), curPlayer.GetTeamID(), curPlayer.GetFamilyID()))
|
| | | |
| | | # 归属仙盟的,取仙盟伤血统计
|
| | | if NPCCommon.GetDropOwnerType(curNPC) == ChConfig.DropOwnerType_Family:
|
| | | FamilyRobBoss.OnGMPrintFamilyOwnerBossHurt(curPlayer, curNPC)
|
| | | return
|
| | |
|
| | | npcHurtList = curNPC.GetPlayerHurtList()
|
| | | if isSort:
|