ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -306,7 +306,10 @@ if notifyMark: mainItemID = giveItemList[0][0] PlayerControl.WorldNotify(0, notifyMark, [curPlayer.GetName(), mainItemID, '']) else: if notifyMark: PlayerControl.WorldNotify(0, notifyMark, [curPlayer.GetName()]) addVIPExp = int(orderCoin / 100 * GetCoinRate()) PlayerVip.AddVIPExp(curPlayer, addVIPExp)