master_huanxiang
zhangshanxue 2020-05-06 16:25:38 +08:00
parent de480c5dcb
commit 548ddeeeec
3 changed files with 40 additions and 2 deletions

View File

@ -17,7 +17,9 @@ import "CommonProto.proto";
optional int32 frame = 10; //
optional int32 maxBossHurt = 11; //
optional int32 lastHurt = 12 ;//
repeated int32 takeFeteReward =13 ; //
optional int32 lastFeteGuildId =14 ; // id
optional int32 lastFeteType =15 ; // // 5
}
@ -370,4 +372,26 @@ import "CommonProto.proto";
message ResetGuildSkillResponse{
optional Drop drop = 1;
}
}
message FamilyFeteRequest{
optional int32 type = 1; //
}
message FamilyFeteResponse{
optional int32 type = 1; //
optional int32 contribute = 2; //
optional int32 curExp = 3; //
optional int32 score = 4; //
}
message FamilyGetFeteRewardRequest{
optional int32 id = 1; //id
}
message FamilyGetFeteRewardResponse{
}
message FamilyFeteRewardProcessIndication{
optional int32 score = 1; //
}

View File

@ -872,4 +872,16 @@ enum MessageType{
//20111 - 20200
EQUIP_COMPLEX_REQUEST = 20111;//
EQUIP_COMPLEX_RESPONSE = 20112;
//30000 使
FamilyFeteRequest = 30001;//
FamilyFeteResponse = 30002;//
FamilyGetFeteRewardRequest = 30003;//
FamilyGetFeteRewardResponse = 30004;//
FamilyFeteRewardProcessIndication = 30005 ; //
}

View File

@ -378,6 +378,8 @@ import "CommonProto.proto";
repeated LuckWheelRewardPosInfo posInfos = 8;//
repeated LuckWheelRewardPosInfo posInfosAdvance = 9;//
repeated int32 MonthDailyTake=10;//id
optional int32 lastFeteType =11 ; // // 5
repeated int32 takeFeteReward =12 ; //
}