|  |  |  | 
|---|
|  |  |  | import PlayerBossReborn | 
|---|
|  |  |  | import PlayerNewFairyCeremony | 
|---|
|  |  |  | import PlayerFairyCeremony | 
|---|
|  |  |  | import PlayerFeastTravel | 
|---|
|  |  |  | import IpyGameDataPY | 
|---|
|  |  |  | import NPCCommon | 
|---|
|  |  |  | import ChConfig | 
|---|
|  |  |  | 
|---|
|  |  |  | PlayerBossReborn.AddBossRebornActionCnt(curPlayer, ChConfig.Def_BRAct_VIPBOSS, 1) | 
|---|
|  |  |  | PlayerFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_VIPBoss, 1) | 
|---|
|  |  |  | PlayerNewFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_VIPBoss, 1) | 
|---|
|  |  |  | PlayerFeastTravel.AddFeastTravelTaskValue(curPlayer, ChConfig.Def_FeastTravel_VIPBoss, 1) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | npcCountDict = {bossID:1} | 
|---|
|  |  |  | dropItemMapInfo = [0, 0] | 
|---|
|  |  |  | 
|---|
|  |  |  | PlayerBossReborn.AddBossRebornActionCnt(curPlayer, ChConfig.Def_BRAct_VIPBOSS, sweepCnt) | 
|---|
|  |  |  | PlayerFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_VIPBoss, sweepCnt) | 
|---|
|  |  |  | PlayerNewFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_VIPBoss, sweepCnt) | 
|---|
|  |  |  | PlayerFeastTravel.AddFeastTravelTaskValue(curPlayer, ChConfig.Def_FeastTravel_VIPBoss, sweepCnt) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | npcCountDict = {bossID:sweepCnt} | 
|---|
|  |  |  | jsonItemList = NPCCommon.GiveKillNPCDropPrize(curPlayer, mapID, npcCountDict, curGrade=grade)[0] | 
|---|