From 4e311036aa33bb681a822d080483df8951f61eca Mon Sep 17 00:00:00 2001 From: lenheart Date: Sat, 27 Dec 2025 17:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AF=81=E6=A2=A6SS=E6=8E=89?= =?UTF-8?q?=E8=90=BD=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut b/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut index 2f6d6cd..6a35b04 100644 --- a/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut +++ b/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut @@ -265,11 +265,11 @@ function _Dps_JYYJBB2_Main_() { if (pvfitem.GetRarity() == 4 /*&& type == 4 */&& ItemType == 1) { local MsgObj = AdMsg(); MsgObj.PutType(14); - MsgObj.PutColorString("玩家[" + SUser.GetCharacName() + "]于", [255, 20, 0]); - MsgObj.PutColorString(getSFMTime(), [255, 20, 0]); - MsgObj.PutColorString("在[" + Dungeon_Name + "]" + "获得史诗装备", [255, 20, 0]); + MsgObj.PutColorString("玩家[" + SUser.GetCharacName() + "]于", [255, 220, 0]); + MsgObj.PutColorString(getSFMTime(), [255, 220, 0]); + MsgObj.PutColorString("在[" + Dungeon_Name + "]" + "获得史诗装备", [255, 220, 0]); MsgObj.PutEquipment("[" + PvfItem.GetNameById(item_id) + "]", ItemObj, [255, 180, 0]); - MsgObj.PutColorString("一件", [255, 20, 0]); + MsgObj.PutColorString("一件", [255, 220, 0]); MsgObj.Finalize(); World.SendAll(MsgObj.MakePack()); MsgObj.Delete();