2961 【BUG】【1.5.100】诛仙Boss结算报错
| | |
| | | import PlayerFamilyBoss
|
| | | #import PlayerManorWar
|
| | | import PlayerBourse
|
| | | import GameWorldActionTeHui
|
| | | import PlayerZhuXianBoss
|
| | | import PlayerXMZZ
|
| | | import GameWorldShopItem
|
| | | import PlayerTruck
|
| | |
| | | PlayerFBHelpBattle.OnHelpPlayerLogin(curPlayer)
|
| | | #跨服PK
|
| | | CrossRealmPK.OnPlayerLogin(curPlayer)
|
| | | #诛仙BOSS
|
| | | PlayerZhuXianBoss.OnPlayerLogin(curPlayer)
|
| | |
|
| | | GMT_CTG.OnPlayerLogin(curPlayer)
|
| | | return
|
| | |
| | | if leaveServerTick and tick - leaveServerTick < ChConfig.Def_PlayerOfflineProtectTime:
|
| | | #离线超过3分钟的不给奖励
|
| | | msgStr = str([ShareDefine.Def_UniversalGameRecType_ZhuXianBossRecord, [firstPlayerID, lineID], [], 0, 0])
|
| | | playerManager.GameServer_QueryPlayerResult(0, 0, 0, 'AddUniversalGameRec', msgStr, len(msgStr))
|
| | | GameWorld.GetPlayerManager().GameServer_QueryPlayerResult(0, 0, 0, 'AddUniversalGameRec', msgStr, len(msgStr))
|
| | |
|
| | | helpItemList = FBCommon.GetFBLineReward(mapID, lineID)
|
| | | if helpItemList: #同盟协助奖励
|