ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py
@@ -31,6 +31,7 @@
import ItemCommon
import GameWorld
import ChConfig
import GameObj
## 是否匹配中
def SetIsCrossPKMatching(curPlayer, isMatching):
@@ -221,7 +222,7 @@
        GameWorld.DebugLog("副本中,无法进行跨服匹配!", playerID)
        return
    
    if curPlayer.GetPlayerAction() == IPY_GameWorld.paDie or curPlayer.GetHP() == 0:
    if curPlayer.GetPlayerAction() == IPY_GameWorld.paDie or GameObj.GetHP(curPlayer) == 0:
        #GameWorld.DebugLog("已死亡,无法进行跨服匹配!", playerID)
        return
    
@@ -250,9 +251,9 @@
                   "playerName":CrossRealmPlayer.GetCrossPlayerName(curPlayer),
                   "playerJob":curPlayer.GetJob(),
                   "playerLV":curPlayer.GetLV(),
                   "maxHP":curPlayer.GetMaxHP(),
                   "maxHP":GameObj.GetMaxHP(curPlayer),
                   "maxProDef":PlayerControl.GetMaxProDef(curPlayer),
                   "fightPower":curPlayer.GetFightPower(),
                   "fightPower":PlayerControl.GetFightPower(curPlayer),
                   "realmLV":curPlayer.GetOfficialRank(),
                   "pkScore":curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_CrossPK_TotalScore), # 当前积分
                   "danLV":curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_CrossPK_DanLV), # 当前段位