| | |
| | | Def_ActHorsePetTrainAwardC = "ActHorsePetTrainAwardC_%s"
|
| | | #跨服炼器结算状态,参数(zoneID)
|
| | | Def_ActLianqiAwardC = "ActLianqiAwardC_%s"
|
| | | #活动流程状态是否已经异常 - 按流程走的活动只能按状态顺序执行,不能跳状态,否则视为活动异常,参数(actName, zoneID),存储的值为异常的活动ID
|
| | | Def_ActFlowStateError = "SE%s%s"
|
| | |
|
| | | def SetInitOpenServerTime(initTime):
|
| | | openDatetime = GameWorld.ChangeTimeNumToDatetime(initTime)
|
| | |
| | | # @param value 设置value
|
| | | # @return 返回trig
|
| | | # @remarks 函数详细说明.
|
| | | def SetDBGSTrig_ByKey( key , value ):
|
| | | def SetDBGSTrig_ByKey( key , value):
|
| | | gsEventTrigManager = GameWorld.GetGameWorld().GetDBGameServerEventTrigManager()
|
| | | trig = gsEventTrigManager.Find( key )
|
| | |
|