取消累充镜像变化
This commit is contained in:
parent
9ebc58ec40
commit
1602958175
2 changed files with 0 additions and 3 deletions
|
|
@ -34,8 +34,6 @@ VarCfg.Player.int["ǧ
|
||||||
VarCfg.Player.int["人参果"] = "INT_人参果"
|
VarCfg.Player.int["人参果"] = "INT_人参果"
|
||||||
VarCfg.Player.int["天山雪莲"] = "INT_天山雪莲"
|
VarCfg.Player.int["天山雪莲"] = "INT_天山雪莲"
|
||||||
VarCfg.Player.int["鞭尸丹"] = "INT_鞭尸丹"
|
VarCfg.Player.int["鞭尸丹"] = "INT_鞭尸丹"
|
||||||
VarCfg.Player.int["累计充值金额"] = "INT_累计充值金额" ---* 每日充值累充红点监听用
|
|
||||||
|
|
||||||
|
|
||||||
VarCfg.Player.int.cd = {}
|
VarCfg.Player.int.cd = {}
|
||||||
VarCfg.Player.int.cd["长生戟"] = "INT_长生戟CD" ---* 长生戟cd
|
VarCfg.Player.int.cd["长生戟"] = "INT_长生戟CD" ---* 长生戟cd
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@ local function chongzhu_taocan(actor, Gold, ProductId, MoneyId, isReal, orderTim
|
||||||
Player.setTLint(actor, VarCfg.Player.TL.int["每日充值"], Player.getTLint(actor, VarCfg.Player.TL.int["每日充值"]) + Gold)
|
Player.setTLint(actor, VarCfg.Player.TL.int["每日充值"], Player.getTLint(actor, VarCfg.Player.TL.int["每日充值"]) + Gold)
|
||||||
|
|
||||||
changemoney(actor, ConstCfg.sysMoney["累计充值"], "+", Gold, "充值中心", true)
|
changemoney(actor, ConstCfg.sysMoney["累计充值"], "+", Gold, "充值中心", true)
|
||||||
Player.addint(actor, VarCfg.Player.int["累计充值金额"], Gold) ---* 客户端红点监听用
|
|
||||||
changemoney(actor, ConstCfg.sysMoney["积分"], "+", Gold, "充值中心", true)
|
changemoney(actor, ConstCfg.sysMoney["积分"], "+", Gold, "充值中心", true)
|
||||||
changemoney(actor, ConstCfg.sysMoney["真实充值"], "+", Gold, "充值中心", true)
|
changemoney(actor, ConstCfg.sysMoney["真实充值"], "+", Gold, "充值中心", true)
|
||||||
if Gold > 0 then
|
if Gold > 0 then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue