| | |
| | | import IpyGameDataPY
|
| | | import PlayerControl
|
| | | import ChPyNetSendPack
|
| | | import PlayerGatherTheSoul
|
| | | import PlayerActHorsePetTrain
|
| | | import PlayerActGubao
|
| | | import ItemControler
|
| | |
| | | curValue = curPlayer.GetLV()
|
| | | elif zhanlingType == ZhanlingType_Realm:
|
| | | curValue = curPlayer.GetOfficialRank()
|
| | | elif zhanlingType == ZhanlingType_SkyTower:
|
| | | curValue = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_SkyTowerFloor)
|
| | | elif zhanlingType == ZhanlingType_GubaoStar:
|
| | | _, curValue = PlayerGubao.GetGubaoTotalLVStar(curPlayer)
|
| | | elif zhanlingType == ZhanlingType_Login:
|
| | |
| | | if not firstLoginTime:
|
| | | return
|
| | | curValue = GameWorld.GetDiff_Day(int(time.time()), firstLoginTime) + 1
|
| | | elif zhanlingType == ZhanlingType_GatherTheSoulLV:
|
| | | curValue = PlayerGatherTheSoul.GetGatherTheSoulTotalLV(curPlayer)
|
| | | elif zhanlingType == ZhanlingType_HorsePetTrain:
|
| | | curValue = PlayerActHorsePetTrain.GetActHorsePetTrainScore(curPlayer)
|
| | | elif zhanlingType == ZhanlingType_GubaoTrain:
|