This commit is contained in:
aozhiwei 2020-04-28 11:34:22 +08:00
parent b638ec33ff
commit 9189e4d980
2 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,7 @@ enum BuffEffectType_e
kBET_Jump = 2, //翻滚
kBET_Car = 3, //骑乘
kBET_Invincible = 4, //无敌
kBET_Camouflage = 5, //伪装
kBET_OnceChgAttr = 11, //一次性buff
kBET_End
};

View File

@ -106,6 +106,9 @@ message MFVec2
property_type: 7
property_subtype: 01()) !
property_type: 8
property_type: 9 ()
property_subtype: id
valule: (<=0)
*/
message MFPropertyChg
{
@ -424,6 +427,8 @@ message MFActivePlayerData
optional int32 action_item_id = 6;
optional int32 action_target_id = 7;
repeated MFPair items = 8; // key:id value:
repeated MFSkin skin = 30; //id
optional int32 backpack = 31; //
optional int32 helmet = 32; //
@ -666,6 +671,7 @@ message CMJoin
repeated MFWeapon weapons = 17; //
repeated MFSkin skins = 18; // key: id value:
repeated int32 prepare_items = 19; // energy_shield
repeated MFPair prepare_items2 = 29; // key:id value:
optional string session_id = 20; //session_id
optional string from_appid = 21; //from_appid
optional float atk_add = 22; //
@ -695,6 +701,7 @@ message CMMove
optional bool cancel_action = 26; //(使)
optional int32 use_item_idx = 22; //使0-16
optional int32 use_item_id = 4; //使 (id目前只有伪装)
optional int32 use_scope = 25; //使 0-4
optional bool interaction = 9; //