| | |
| | |
|
| | | recordData = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_OSC_RecordData % campaignType)
|
| | |
|
| | | if campaignType not in [ShareDefine.Def_Campaign_Type_StoneLV, ShareDefine.Def_Campaign_Type_FightPower] and value <= recordData:
|
| | | if campaignType not in [ShareDefine.Def_Campaign_Type_StoneLV, ShareDefine.Def_Campaign_Type_FightPower, |
| | | ShareDefine.Def_Campaign_Type_RuneLV] and value <= recordData:
|
| | | GameWorld.DebugLog(" 开服活动数据小于历史记录, 不更新 campaignType=%s,recordData=%s,updValue=%s"
|
| | | % (campaignType, recordData, value), curPlayer.GetPlayerID())
|
| | | return
|
| | |
| | | order = queryResultList[i]
|
| | | billAwardInfo = None
|
| | | billRankAwardIpyList = IpyGameDataPY.GetIpyGameDataList("OSCBillRankAward", campaignType)
|
| | | if not billRankAwardIpyList:
|
| | | continue
|
| | | for billRankIpyData in billRankAwardIpyList:
|
| | | if (billRankIpyData.GetRankA() <= order <= billRankIpyData.GetRankB()) \
|
| | | or (not billRankIpyData.GetRankB() and billRankIpyData.GetRankA() == order):
|