| | |
| | | SendEventPack("FixVersion_%s" % fixName, dataDict, curPlayer)
|
| | | return
|
| | |
|
| | | def DR_ADAward(curPlayer, adID):
|
| | | ## 广告奖励流向
|
| | | dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), |
| | | 'AccID':curPlayer.GetAccID(), 'ADID':adID}
|
| | | SendEventPack("ADAward", dataDict)
|
| | | return
|
| | |
|
| | | ## 玩家升级
|
| | | # @param curPlayer: 玩家实例
|
| | | # @param playerLV: 玩家等级
|
| | |
| | | # 游历体力
|
| | | elif adAwardType == 4:
|
| | | PlayerTravel.AddTravelEnergy(curPlayer, adAwardValue)
|
| | | |
| | | DataRecordPack.DR_ADAward(curPlayer, adID)
|
| | | return
|
| | |
|
| | | def ADCntOnDay(curPlayer):
|