| | |
| | | mapItemCount = singItem.GetCount()
|
| | | singItemGUID = singItem.GetGUID()
|
| | | curEffID = singItem.GetEffectByIndex(0).GetEffectID()
|
| | | playerTeam = curPlayer.GetTeam()
|
| | | #isTeamNotify = (ownerType == ChConfig.Def_NPCHurtTypeTeam and playerTeam != None)
|
| | | isTeamNotify = False
|
| | | # 拾取金钱
|
| | | if mapItemType == ChConfig.Def_ItemType_Money:
|
| | |
| | | ChConfig.Def_GiveMoney_Pickup, {}, not isTeamNotify):
|
| | | return
|
| | |
|
| | | # 提示获得金钱数量
|
| | | if isTeamNotify:
|
| | | PlayerControl.TeamNotify(playerTeam.GetTeamID(), "GeRen_lhs_295695", [curPlayer.GetName(),
|
| | | mapItemCount])
|
| | | # 副本拾取金钱
|
| | | FBLogic.OnFBPickUpItem(curPlayer, singItem, tick)
|
| | | singItem.Clear()
|