From 18a12d7cd1b0dab5e9889f61d67a7e2f486037b4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 16 Feb 2023 16:54:16 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 1e910dc1..1dbeef6a 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -173,6 +173,14 @@ message MFVec3 property_type: 37 被暴击 property_subtype: valule: 暴击伤害 + property_type: 38 降落伞 + property_subtype: 降落伞id + valule: + property_type: 39 播放飞行特效 + property_subtype: 特效id,读取flyEffect表 + valule: 原对象 + value2: 目标对象 + value3: 回传值,当目标对象是自己的时候才需要传(value3==0 || value3==null不用传) */ message MFPropertyChg { @@ -1092,6 +1100,8 @@ message CMMove optional int32 dive = 39; //下潜 optional int32 trace_target_uniid = 41; //自动追踪目标uniid + + repeated int32 hit_fly_effects = 42; //飞行特效命中(飞到目的地)时回传value3 }