| | |
| | | elif actName == ShareDefine.OperationActionName_BossReborn:
|
| | | if isReload and ipyData:
|
| | | GameWorldBoss.SetBossRebornNeedPoint(True)
|
| | | |
| | | |
| | | elif actName == ShareDefine.OperationActionName_HorsePetFeast:
|
| | | if preState != state and state:
|
| | | relatedID = "%s|%s" % (actName, actNum)
|
| | | GameWorld.Log(" 骑宠盛宴开始: relatedID=%s" % (relatedID))
|
| | | GameWorld.SendMapServerMsgEx(ShareDefine.Def_Notify_WorldKey_ActionBossRebornSign % relatedID, int(time.time()))
|
| | | |
| | | elif actName == ShareDefine.OperationActionName_FairyCeremony:
|
| | | if isReload and ipyData:
|
| | | PlayerFairyCeremony.Sync_OperationAction_FairyCeremony(ipyData)
|