| | |
| | | import PlayerDuJie
|
| | | import PlayerCharm
|
| | | import CrossBattlefield
|
| | | import CrossFamilyFlagwar
|
| | | import CrossChampionship
|
| | | import CrossYaomoBoss
|
| | | import GameWorldMineArea
|
| | | #---------------------------------------------------------------------
|
| | |
|
| | | #---------------------------------------------------------------------
|
| | |
| | | CrossBattlefield.DoOnDayEx()
|
| | | #跨服排位
|
| | | CrossChampionship.DoOnDayEx()
|
| | | #福地
|
| | | GameWorldMineArea.DoOnDayEx()
|
| | | playerManager = GameWorld.GetPlayerManager()
|
| | | for i in xrange(playerManager.GetPlayerCount()):
|
| | | curPlayer = playerManager.GetPlayerByIndex(i)
|
| | |
| | | GameWorldArena.OnWeekEx()
|
| | | # 跨服战场
|
| | | CrossBattlefield.DoOnWeekEx()
|
| | | # 逐鹿万界
|
| | | CrossFamilyFlagwar.DoOnWeekEx()
|
| | |
|
| | | playerManager = GameWorld.GetPlayerManager()
|
| | | for i in xrange(playerManager.GetPlayerCount()):
|