From f34ebe84750f970d71f4b1e5fc89cabe7164f0ec Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 22 Jun 2026 22:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=88=E5=8D=A1=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E9=9D=9E=E7=BB=91=E5=AE=9A20W?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mirserver/Mir200/Envir/QuestDiary/游戏功能/A0_通用类/月卡.lua | 2 +- client/dev/GUIExport/game/A/YueKaUI.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mirserver/Mir200/Envir/QuestDiary/游戏功能/A0_通用类/月卡.lua b/Mirserver/Mir200/Envir/QuestDiary/游戏功能/A0_通用类/月卡.lua index 794c72a3..982a1307 100644 --- a/Mirserver/Mir200/Envir/QuestDiary/游戏功能/A0_通用类/月卡.lua +++ b/Mirserver/Mir200/Envir/QuestDiary/游戏功能/A0_通用类/月卡.lua @@ -39,7 +39,7 @@ function YueKaOBJ:buy(actor) if Func.takeitmes(actor, self.cfg.xh, true, true) then Player.setTLint(actor, VarCfg.Player.TL.int["¿"], newExpireTime, newExpireTime) - changemoney(actor,ConstCfg.sysMoney[""],"+",100000,"ͨ¿",true) + changemoney(actor,ConstCfg.sysMoney[""],"+",200000,"ͨ¿",true) local remainDays = math.ceil((newExpireTime - nowTime) / 86400) Func.sendmsg9(actor, string.format("[¿]:#70|ͨɹ,ǰʣ#251|%d#215|.", remainDays)) sendmsgnew(actor, 251, 0, diff --git a/client/dev/GUIExport/game/A/YueKaUI.lua b/client/dev/GUIExport/game/A/YueKaUI.lua index ed990f9d..1bef9f78 100644 --- a/client/dev/GUIExport/game/A/YueKaUI.lua +++ b/client/dev/GUIExport/game/A/YueKaUI.lua @@ -41,7 +41,7 @@ function ui.init(parent, __data__, __update__) GUI:setTag(btn_close, -1) -- Create price_text - local price_text = GUI:Text_Create(img_bg, "price_text", 428, 147, 18, "#6d160c", [[赠送:10万绑定金币]]) + local price_text = GUI:Text_Create(img_bg, "price_text", 428, 147, 18, "#6d160c", [[赠送:20万绑定金币]]) GUI:Text_disableOutLine(price_text) GUI:setAnchorPoint(price_text, 0.50, 0.50) GUI:setTouchEnabled(price_text, false)