| | |
| | | if not ipyData:
|
| | | return
|
| | |
|
| | | openServerDay = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_ServerDay) + 1
|
| | | fairyCeremonyInfo = ChPyNetSendPack.tagGCFairyCeremonyInfo()
|
| | | fairyCeremonyInfo.Clear()
|
| | | fairyCeremonyInfo.StartDate = ipyData.GetStartDate()
|
| | | fairyCeremonyInfo.EndtDate = ipyData.GetEndDate()
|
| | | fairyCeremonyInfo.StartDate = GameWorld.GetOperationActionDateStr(ipyData.GetStartDate(), openServerDay)
|
| | | fairyCeremonyInfo.EndtDate = GameWorld.GetOperationActionDateStr(ipyData.GetEndDate(), openServerDay)
|
| | | fairyCeremonyInfo.WorldLV = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_OActWorldLV % ShareDefine.OperationActionName_FairyCeremony)
|
| | | fairyCeremonyInfo.LimitLV = ipyData.GetLVLimit()
|
| | | fairyCeremonyInfo.ResetType = ipyData.GetResetType()
|
| | | if not curPlayer:
|
| | | # 全服广播在线玩家
|
| | | playerManager = GameWorld.GetPlayerManager()
|