Compare commits

..

No commits in common. "4e311036aa33bb681a822d080483df8951f61eca" and "09ebee04a74e8963d81c2175c7052df2861646c2" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -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, 220, 0]);
MsgObj.PutColorString(getSFMTime(), [255, 220, 0]);
MsgObj.PutColorString("在[" + Dungeon_Name + "]" + "获得史诗装备", [255, 220, 0]);
CntMsgObj.PutColorString("玩家[" + SUser.GetCharacName() + "]于", [255, 20, 0]);
CntMsgObj.PutColorString(getSFMTime(), [255, 20, 0]);
CntMsgObj.PutColorString("在[" + Dungeon_Name + "]" + "获得史诗装备", [255, 20, 0]);
MsgObj.PutEquipment("[" + PvfItem.GetNameById(item_id) + "]", ItemObj, [255, 180, 0]);
MsgObj.PutColorString("一件", [255, 220, 0]);
CntMsgObj.PutColorString("一件", [255, 20, 0]);
MsgObj.Finalize();
World.SendAll(MsgObj.MakePack());
MsgObj.Delete();