| | |
| | | import NetPackCommon
|
| | | import DataRecordPack
|
| | | import PlayerSuccess
|
| | | import PlayerWeekParty
|
| | | import ShareDefine
|
| | |
|
| | |
|
| | |
| | | #同步客户端
|
| | | Sycn_StoneHoleInfo(curPlayer, [equipIndex])
|
| | |
|
| | | totalStoneLV = GetTotalStoneLV(curPlayer)
|
| | | # 记录开服活动宝石总等级
|
| | | OpenServerCampaign.UpdOpenServerCampaignRecordData(curPlayer, ShareDefine.Def_Campaign_Type_StoneLV, totalStoneLV)
|
| | | PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_Stone, totalStoneLV, False, True)
|
| | | return
|
| | |
|
| | | def GetTotalStoneLV(curPlayer):
|
| | | ##宝石总等级
|
| | | totalStoneLV = 0
|
| | | holeIndexList = GetAllEquipPlaceHoleIndex()
|
| | | gameData = GameWorld.GetGameData()
|
| | |
| | | continue
|
| | | gemLV = curGem.GetEffectByIndex(0).GetEffectValue(1)
|
| | | totalStoneLV += gemLV
|
| | | |
| | | # 记录开服活动宝石总等级
|
| | | OpenServerCampaign.UpdOpenServerCampaignRecordData(curPlayer, ShareDefine.Def_Campaign_Type_StoneLV, totalStoneLV)
|
| | | return
|
| | |
|
| | | return totalStoneLV
|
| | |
|
| | | #// A3 06 宝石升级 #tagCMEquipStoneUpgrade
|
| | | #struct tagCMEquipStoneUpgrade
|