8066 子 【主干】仙界盛典-绝版降临 / 【后端】【主干】仙界盛典-绝版降临
| | |
| | | PlayerGoldGift.DayChargeRedPackAward(curPlayer)
|
| | | #累积充值X元
|
| | | PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin/100)
|
| | | PlayerFairyCeremony.AddFCCostGold(curPlayer, orderCoin/100)
|
| | | PlayerNewFairyCeremony.AddFCCostGold(curPlayer, orderCoin/100)
|
| | | #开服活动
|
| | | #OpenServerCampaign.AddOpenServerCampaignRecordData(curPlayer, ShareDefine.Def_Campaign_Type_Recharge, orderCoin)
|
| | | PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Recharge, addVIPExp)
|
| | |
| | | # 消费返利
|
| | | PlayerCostRebate.AddCostRebateGold(curPlayer, costType, price, infoDict)
|
| | | # 绝版降临
|
| | | PlayerFairyCeremony.AddFCCostGold(curPlayer, costType, price)
|
| | | PlayerNewFairyCeremony.AddFCCostGold(curPlayer, costType, price)
|
| | | # PlayerFairyCeremony.AddFCCostGold(curPlayer, costType, price)
|
| | | # PlayerNewFairyCeremony.AddFCCostGold(curPlayer, costType, price)
|
| | |
|
| | | # 事件汇报
|
| | | #===========================================================================
|
| | |
| | | return
|
| | |
|
| | | #################绝版降临##############################
|
| | | def AddFCCostGold(curPlayer, costType, costGold):
|
| | | def AddFCCostGold(curPlayer, costGold):
|
| | | ##充值X元
|
| | | if costGold <= 0:
|
| | | return
|
| | | if costType in ChConfig.CostRebate_DisableType:
|
| | | #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | return
|
| | | # if costType in ChConfig.CostRebate_DisableType:
|
| | | # #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | # return
|
| | | if not __IsAtFCAction():
|
| | | return
|
| | | curCostGold = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_FCCostGold)
|
| | |
| | | return
|
| | |
|
| | | #################绝版降临##############################
|
| | | def AddFCCostGold(curPlayer, costType, costGold):
|
| | | def AddFCCostGold(curPlayer, costGold):
|
| | | ##充值X元
|
| | | if costGold <= 0:
|
| | | return
|
| | | if costType in ChConfig.CostRebate_DisableType:
|
| | | #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | return
|
| | | # if costType in ChConfig.CostRebate_DisableType:
|
| | | # #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | # return
|
| | | if not __IsAtFCAction():
|
| | | return
|
| | | curCostGold = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_NewFCCostGold)
|