This commit is contained in:
aozhiwei 2023-11-27 17:31:51 +08:00
parent 9864fa6e55
commit ab3cc5c643
2 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,8 @@ class Creature : public MoveableEntity
std::vector<int> gemstone_hold_buffs;
bool shot_start = false;
bool shot_hold = false;
int skill_hold_skill_id = 0;
long long skill_hold_start_frameno = 0;
a8::XTimerWp remove_shot_hold_timer;
a8::XTimerWp craze_mode_timer;

View File

@ -1470,6 +1470,8 @@ message CMMove
optional MFVec3 shot_target_pos = 46; //()
optional MFVec3 shot_client_pos = 47; //
optional int32 skill_hold = 50; //,0(id)
}
//