| | |
| | | SendEventPack("CollectNPCOK", dataDict, curPlayer)
|
| | | return
|
| | |
|
| | |
|
| | | ## 领取投资回报
|
| | | # @param curPlayer: 玩家实例
|
| | | # @return: None
|
| | | def DR_GetGoldInvestReward(curPlayer, investType, rewardIndex, itemList):
|
| | | dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), |
| | | 'AccID':curPlayer.GetAccID(), 'PlayerLV':curPlayer.GetLV(), 'InvestType':investType, |
| | | 'RewardIndex':rewardIndex,
|
| | | 'itemList':itemList}
|
| | | #发送封包
|
| | | SendEventPack("GetGoldInvestReward", dataDict, curPlayer)
|
| | | return
|
| | |
|
| | | ## 击杀NPC流向
|
| | | # @param curPlayer: 玩家实例
|
| | | # @param eventName:
|