|  |  | 
 |  |  | import CrossRealmPlayer
 | 
 |  |  | import PlayerFBHelpBattle
 | 
 |  |  | import PlayerFamilyRedPacket
 | 
 |  |  | import PlayerFairyDomain
 | 
 |  |  | import IpyGameDataPY
 | 
 |  |  | import PlayerFamilyParty
 | 
 |  |  | import GameWorldFamilyWar
 | 
 |  |  | 
 |  |  |     SendMapCommMapLinePlayerCount(True) # 同步一次普通地图线路人数信息
 | 
 |  |  |     #随机假仙盟
 | 
 |  |  |     PlayerFamily.RandomFakeFamily()
 | 
 |  |  |      | 
 |  |  |     #缥缈仙域
 | 
 |  |  |     PlayerFairyDomain.OnMapServerInitOK()
 | 
 |  |  |     # 记录服务器是否正常开启完毕
 | 
 |  |  |     getUrl = ReadChConfig.GetPyMongoConfig("EventReport", "OpenStateUrl") + "?Type=MapInit&MapCount=%s"%GameWorld.GetGameWorld().GetGameMapManager().GetCount()
 | 
 |  |  |     GameWorld.GetGameWorld().EventReport_EventReport("", "", "", "", 0, getUrl)
 |