mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Add ToTheMoonEnterSceneReq
> info scene id with version? Add SceneAvatarStaminaStepReq > not sure bust just keep add, because this is related to reduced stamina in some parts Add LevelupCityReq > This is useful for leveling up statues Add ClientLockGameTimeNotify > This might be useful if we log in and get stuck because we can detect if it's being locked Add ClientLoadingCostumeVerificationNotify > Not sure about this but the response is always there, maybe it's anti-cheat related? Add ClientAIStateNotify > Maybe related to ai monsters? and remove some unique or useless photos from the event. may add later
This commit is contained in:
@@ -2,23 +2,12 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "OptionType.proto";
|
||||
import "Vector.proto";
|
||||
import "AStarMethod.proto";
|
||||
import "FilterType.proto";
|
||||
|
||||
message ToTheMoonQueryPathReq {
|
||||
//enum MAJKIHKKGFG {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 6105;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
// EAJIABGAOCI = 1;
|
||||
//}
|
||||
|
||||
OptionType queryType = 15;
|
||||
int32 queryId = 3;
|
||||
Vector sourcePos = 12;
|
||||
|
Reference in New Issue
Block a user