| | |
| | | KillNPCCnt = max(0, needKillCnt - remainNPCCnt)
|
| | | data = [KillNPCCnt, needKillCnt]
|
| | | lineID = FBCommon.GetFBPropertyMark()
|
| | | fbHelpDict = {FBCommon.Help_step:wheelNum, FBCommon.Help_grade:star, FBCommon.Help_npcTotal:KillNPCCnt, FBCommon.Help_lineID:lineID}
|
| | | |
| | | isHelp = FBCommon.GetIsHelpFight(curPlayer)
|
| | | helpCount = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_FBRealHelpCount % ChConfig.Def_FBMapID_ChaosDemon)
|
| | | fbHelpDict = {FBCommon.Help_step:wheelNum, FBCommon.Help_grade:star, FBCommon.Help_npcTotal:KillNPCCnt, FBCommon.Help_lineID:lineID, |
| | | FBCommon.Help_isHelp:isHelp, FBCommon.Help_helpCount:helpCount}
|
| | | FBCommon.Notify_FBHelp(curPlayer, fbHelpDict)
|
| | | return
|
| | |
|