master_huanxiang
parent
de480c5dcb
commit
548ddeeeec
|
|
@ -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; //公会祭祀进度
|
||||
}
|
||||
|
||||
|
|
@ -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 ; // 更新公会进度
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ; // 祭祀领取进度
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue