5571 【1.4】集市物品卖出提示邮件新增VIP玩家模板
| | |
| | | return
|
| | | GameWorld.DebugLog('发送补偿邮件 物品售出 钱发给玩家')
|
| | |
|
| | | PlayerControl.SendMailByKey('BourseSell', [curPlayer.GetPlayerID()], [], [itemName, priceCount, taxMoney, giveMoney], giveMoney)
|
| | | PlayerControl.SendMailByKey('BourseSellVip' if curPlayer.GetVIPLv() else 'BourseSell', [curPlayer.GetPlayerID()], [], [itemName, priceCount, taxMoney, giveMoney], giveMoney)
|
| | | #
|
| | | # addDataDict = {ChConfig.Def_Give_Reason_SonKey:"Gains"}
|
| | | # PlayerControl.GiveMoney(curPlayer, moneyType, giveMoney, ChConfig.Def_GiveMoney_Bourse, addDataDict)
|