8605 【港台】【BT2】【后端】新增限时集字活动(boss支持按boss分类配置不同的掉落饼图)
| | |
| | | #GameWorld.DebugLog(" 集字活动最后一天不掉落! actName=%s,cfgID=%s, %s" % (actName, cfgID, curDateStr))
|
| | | return
|
| | |
|
| | | return ipyData.GetDropItemRateListBoss() if isBoss else ipyData.GetDropItemRateList()
|
| | | if not isBoss:
|
| | | return ipyData.GetDropItemRateList()
|
| | | |
| | | bossDropRateListInfo = ipyData.GetDropItemRateListBoss()
|
| | | npcID = npcData.GetNPCID()
|
| | | killBossCntLimitDict = IpyGameDataPY.GetFuncCfg('KillBossCntLimit', 1)
|
| | | limitIndex = GameWorld.GetDictValueByKey(killBossCntLimitDict, npcID)
|
| | | return bossDropRateListInfo.get(limitIndex, [])
|
| | |
|
| | | def OnGetDropWordsItemDict(curPlayer, npcData, killCount):
|
| | | ## 获取脱机掉落物品
|