| | |
| | | cnt += 1
|
| | | savaData += billboardData.getBuffer()
|
| | |
|
| | | GameWorld.Log("SaveCrossPKBillboard cnt :%s" % cnt)
|
| | | GameWorld.Log("SaveCrossPKBillboard cnt :%s len=%s" % (cnt, len(savaData)))
|
| | | return CommFunc.WriteDWORD(cntData, cnt) + savaData
|
| | |
|
| | | # 从数据库载入数据
|
| | |
| | | SetIsCrossPKMatching(curPlayer, 1)
|
| | | startMatchPack.IsRobot = 0
|
| | | elif result == 2:
|
| | | SetIsCrossPKMatching(curPlayer, 0)
|
| | | startMatchPack.IsRobot = 1
|
| | |
|
| | | NetPackCommon.SendFakePack(curPlayer, startMatchPack)
|
| | |
| | | cnt += 1
|
| | | savaData += overInfoData.getBuffer()
|
| | |
|
| | | GameWorld.Log("SaveDBCrossPKUnNotifyOverInfo cnt :%s" % cnt)
|
| | | GameWorld.Log("SaveDBCrossPKUnNotifyOverInfo cnt :%s len=%s" % (cnt, len(savaData)))
|
| | | return CommFunc.WriteDWORD(cntData, cnt) + savaData
|
| | |
|
| | | # 从数据库载入数据
|