| | |
| | | CrossRealmMsg.SendMsgToClientServer(msgType, dataMsg, serverGroupIDList)
|
| | | return
|
| | |
|
| | | if callName == 'MergeWorldNotify':
|
| | | country, msgMark, msgParamList, lineID, mergeMinOSD, mergeMaxOSD, mergeMapInfo = eval(resultName)
|
| | | PlayerControl.MergeWorldNotify(country, msgMark, msgParamList, lineID, mergeMinOSD, mergeMaxOSD, mergeMapInfo, 1)
|
| | | if callName == "SetCrossPlayerAttrValue":
|
| | | CrossRealmPlayer.SetCrossPlayerAttrValue(eval(resultName), tick)
|
| | | return
|
| | | |
| | | if callName == 'CrossNotify':
|
| | | serverGroupIDList, crossNotifyList = eval(resultName)
|
| | | PlayerControl.CrossNotify(serverGroupIDList, crossNotifyList)
|
| | | return
|
| | |
|
| | | if callName == "CommMapServerInitOK":
|
| | |
| | | return
|
| | |
|
| | | #生成仙盟红包
|
| | | if callName == 'CreatFamilyRedPacket':
|
| | | PlayerFamilyRedPacket.CreatFamilyRedPacket(eval(resultName))
|
| | | if callName == "MapServer_CreatRedPacket":
|
| | | PlayerFamilyRedPacket.MapServer_CreatRedPacket(eval(resultName))
|
| | | return
|
| | | #发仙盟红包
|
| | | if callName == 'SendFamilyRedPacket':
|
| | |
| | | if callName =="AddBossRebornPoint":
|
| | | GameWorldBoss.AddBossRebornPoint(eval(resultName))
|
| | | return
|
| | | #通知神兽副本NPC刷新时间
|
| | | if callName =="DogzNPCTime":
|
| | | PyGameData.g_dogzNPCRefreshTimeDict = eval(resultName)
|
| | | GameWorldBoss.Sync_DogzNPCRefreshTime()
|
| | | return
|
| | | |
| | | #---return分割线-----------------------------------------------------------------
|
| | |
|
| | |
|