8346 【恺英】【后端】协助系统(AssistAward数值1key改字符串)
| | |
| | | if index == None:
|
| | | return
|
| | | bossAssistGiftDict = IpyGameDataPY.GetFuncEvalCfg("AssistAward", 1, {})
|
| | | if index not in bossAssistGiftDict:
|
| | | if str(index) not in bossAssistGiftDict:
|
| | | GameWorld.DebugLog("该boss没有协助额外奖励!index=%s" % index, self.npcID)
|
| | | return
|
| | | liheItemID, assistMoney = bossAssistGiftDict[index]
|
| | | liheItemID, assistMoney = bossAssistGiftDict[str(index)]
|
| | |
|
| | | if not liheItemID or not assistMoney:
|
| | | GameWorld.DebugLog("该副本或boss没有协助额外奖励!mapID=%s" % (mapID), self.npcID)
|