| | |
| | | import PlayerGMOper
|
| | | import OperControlManager
|
| | | import ShareDefine
|
| | | import PlayerGameWallow
|
| | | import ReadChConfig
|
| | | import PlayerDienstgrad
|
| | | import IpyGameDataPY
|
| | |
| | | # @remarks 刷新玩家在线时间
|
| | | def ProcessPlayer_OnlineTime(curPlayer, tick):
|
| | | if not CommonCheckTick(curPlayer, tick, ChConfig.TYPE_Player_Tick_PlayerOnlineTime):
|
| | | return
|
| | | return |
| | |
|
| | | #处理防沉迷在线时间,
|
| | | PlayerGameWallow.DoLogic_WallowOnlineTime(curPlayer, tick) |
| | |
|
| | | return
|
| | |
|
| | |
|
| | |
| | |
|
| | | #副本相关时间处理
|
| | | #PlayerFB.DoPlayerFBTimeProcess(curPlayer, tick)
|
| | | |
| | | #挂机收益
|
| | | #PlayerGuaji.ProcessGuaji(curPlayer)
|
| | |
|
| | | #恶意攻击时间处理
|
| | | #AttackCommon.ProcessMaliciousAttackPlayer(curPlayer, tick)
|