| | |
| | | import NetPackCommon
|
| | | import AuctionHouse
|
| | | import PlayerFairyDomain
|
| | | import GameWorldItem
|
| | |
|
| | | import time
|
| | | import datetime
|
| | | import json
|
| | | #---------------------------------------------------------------------
|
| | | #全局变量
|
| | | #---------------------------------------------------------------------
|
| | |
| | | GameWorldProcess.UpdGlobalKillCount(eval(resultName))
|
| | | return
|
| | |
|
| | | # 缓存装备广播信息中的装备明细信息
|
| | | if callName == "NotifyEquipDetailInfo":
|
| | | GameWorldItem.OnCacheNotifyEquipDetailInfo(json.loads(resultName), tick)
|
| | | return
|
| | | |
| | | #生成仙盟红包
|
| | | if callName == "MapServer_CreatRedPacket":
|
| | | PlayerFamilyRedPacket.MapServer_CreatRedPacket(eval(resultName))
|