更新毁梦需求 关闭播报背景 修复史诗播报

This commit is contained in:
lenheart 2025-12-27 03:14:14 +08:00
parent 14da25237a
commit dd705eacd2
1 changed files with 3 additions and 3 deletions

View File

@ -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]);