From dd705eacd265631a88f2aeefc32086c70bbde434 Mon Sep 17 00:00:00 2001 From: lenheart Date: Sat, 27 Dec 2025 03:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=AF=81=E6=A2=A6=E9=9C=80?= =?UTF-8?q?=E6=B1=82=20=E5=85=B3=E9=97=AD=E6=92=AD=E6=8A=A5=E8=83=8C?= =?UTF-8?q?=E6=99=AF=20=E4=BF=AE=E5=A4=8D=E5=8F=B2=E8=AF=97=E6=92=AD?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut b/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut index fabc3fd..2a2f4ee 100644 --- a/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut +++ b/_DPS_/_BuiltProject/毁梦定制战力系统/毁梦定制战力系统.nut @@ -55,11 +55,11 @@ class DreamDestroyerCustomizedCombatPowerSystemC { local Rarity = PvfItem.GetRarity(); local HeaderStr = "战力榜第" + Ranking + "名"; - if (Ranking == -1) HeaderStr = "超强武器持有者"; + if (Ranking == -1) HeaderStr = "玩家"; local LoginMsgObj = AdMsg(); LoginMsgObj.PutType(14); - LoginMsgObj.PutImoticon(63); + // LoginMsgObj.PutImoticon(63); LoginMsgObj.PutColorString(HeaderStr, [255, 191, 0]); LoginMsgObj.PutColorString(" [" + SUser.GetCharacName() + "] ", [255, 107, 101]); LoginMsgObj.PutColorString("携带", [255, 191, 0]); @@ -262,7 +262,7 @@ function _Dps_JYYJBB2_Main_() { local ItemType = Sq_CallFunc(S_Ptr("0x085018D2"), "int", ["pointer", "int"], InvenObj.C_Object, item_id); local pvfitem = PvfItem.GetPvfItemById(item_id); // 史诗装备记录 - if (pvfitem.GetRarity() == 4 && type == 4 && ItemType == 1) { + if (pvfitem.GetRarity() == 4 /*&& type == 4 */&& ItemType == 1) { local MsgObj = AdMsg(); MsgObj.PutType(14); CntMsgObj.PutColorString("玩家[" + SUser.GetCharacName() + "]于", [255, 20, 0]);