| | |
| | | NetPackCommon.SendFakePack(curPlayer, bossShuntLineInfo)
|
| | | return
|
| | |
|
| | | def BossRebornOnDayEx():
|
| | | ## boss复活过天
|
| | | PlayerDBGSEvent.SetDBGSTrig_ByKey(PlayerDBGSEvent.Def_BossRebornCnt, 0)
|
| | | Sync_BossRebornPoint()
|
| | | return
|
| | |
|
| | | def AddBossRebornPoint(addPoint):
|
| | | ## 增加boss复活点
|
| | |
| | | totalPoint = SetBossRebornNeedPoint()
|
| | | packData.TotalPoint = totalPoint
|
| | | packData.RebornCnt = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_BossRebornCnt)
|
| | | packData.TotalRebornCnt = IpyGameDataPY.GetFuncCfg('BossRebornTotalPoint', 3)
|
| | | playerManager = GameWorld.GetPlayerManager()
|
| | | if not curPlayer:
|
| | | for i in xrange(playerManager.GetActivePlayerCount()):
|