This commit is contained in:
aozhiwei 2024-08-14 16:20:52 +08:00
parent ea516d2af0
commit 9289503b34
3 changed files with 0 additions and 97 deletions

View File

@ -110,15 +110,6 @@ void HandlerMgr::RegisterNetMsgHandlers()
RegisterNetMsgHandler(&ggmsghandler, &CustomMember::_CMBattlePreSetReady);
#if 0
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchCancel);
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchChoose);
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchStartGame);
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchCancelStartGame);
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchSendMsg);
RegisterNetMsgHandler(&ggmsghandler, &MatchTeam::_CMMatchBroadcastMsg);
#endif
RegisterNetMsgHandler(&ggmsghandler, &Player::_CMMove);
RegisterNetMsgHandler(&ggmsghandler, &Player::_CMImmediateMsg);
RegisterNetMsgHandler(&ggmsghandler, &Player::_CMExecCommand);

View File

@ -17,12 +17,6 @@ enum CMMessageId_e
_CMRevive = 210;
_CMCancelRevive = 211;
_CMExecCommand = 217;
_CMMatchCancel = 218;
_CMMatchChoose = 219;
_CMMatchStartGame = 220;
_CMMatchCancelStartGame = 221;
_CMMatchSendMsg = 222;
_CMMatchBroadcastMsg = 223;
_CMRequestBulletDmg = 230;
_CMStowShield = 231;
_CMImmediateMsg = 232;
@ -47,7 +41,6 @@ enum SMMessageId_e
_SMWatchWar = 208;
_SMLeave = 209;
_SMMatchCancel = 218;
_SMGetSettlementTeamList = 238;
_SMWatchTarget = 241;
_SMTeamComamnd = 242;
@ -66,9 +59,7 @@ enum SMMessageId_e
_SMSysPiaoMsg = 1014;
_SMShowCountdown = 1015;
_SMShowTeamUI = 1016;
_SMUpdateMatchInfo = 1017;
_SMGetItemNotify = 1018;
_SMMatchMemberMsgNotify = 1019;
_SMPvePassWave = 1020;
_SMTeamMarkTargetPosList = 1021;
_SMDebugCmd = 1022;

View File

@ -1137,27 +1137,6 @@ message MFRichTextElement
optional MFHeroHeadElement union_obj_3 = 4; //
}
message MFMatchTeamMember
{
optional string account_id = 1; //id account_id
optional string name = 2; //
optional string avatar_url = 3; //
optional int32 hero_id = 4; //id
repeated MFWeapon weapons = 5; //
optional bool is_leader = 8; //
optional int32 state = 9; //0: 1:
optional int32 head_frame = 10; //
}
//
message MFMatchInfo
{
repeated MFMatchTeamMember members = 1; //
optional int32 phase = 2; // 1:() 2 3:
optional int32 countdown = 3; //()
optional int32 predict_time = 4; //()
}
//
message MFOverRewardItem
{
@ -1745,46 +1724,6 @@ message CMCancelRevive
{
}
//-
message CMMatchCancel
{
}
//-
message CMMatchChoose
{
optional int32 hero_id = 1; //id
repeated MFWeapon weapons = 2; //
repeated MFPair skill_list = 4; // key:id value:,0
optional string hero_uniid = 7; //id
}
//-
message CMMatchStartGame
{
}
//-
message CMMatchCancelStartGame
{
}
//-
message CMMatchSendMsg
{
//SMMatchMemberMsgNotify消息
repeated string target_list = 1; //,SMMatchMemberMsgNotify消息
optional string content = 2; //
}
//-广
message CMMatchBroadcastMsg
{
//SMMatchMemberMsgNotify消息
optional int32 exclude_self = 1; //include_self!=0
optional string content = 2; //
}
/*
()
*/
@ -2046,11 +1985,6 @@ message SMLeave
{
}
//
message SMMatchCancel
{
}
//线
message SMDisconnectNotify
{
@ -2120,19 +2054,6 @@ message SMShowTeamUI
{
}
//
message SMUpdateMatchInfo
{
optional MFMatchInfo info = 1; //
}
//-
message SMMatchMemberMsgNotify
{
optional string sender = 1; //
optional string content = 2; //
}
//
message SMGetItemNotify
{