* Fix unkname

- EvtCreateGadgetNotify (OJHDJGAFDNN>is_async_load)
- GatherGadgetInfo (baplahgkmbl->is_forbid_guest)
* Fix item (TrifleItem)
This commit is contained in:
Akbar Yahya 2023-01-29 16:11:47 +08:00
parent a9b72e6aa2
commit 370983a94c
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ message EvtCreateGadgetNotify {
} }
uint32 targetLockPointIndex = 6; uint32 targetLockPointIndex = 6;
bool Unk3300_OJHDJGAFDNN = 137; bool is_async_load = 137;
uint32 ownerEntityId = 3; uint32 ownerEntityId = 3;
Vector initEulerAngles = 11; Vector initEulerAngles = 11;
uint32 propOwnerEntityId = 1; uint32 propOwnerEntityId = 1;

View File

@ -2,5 +2,5 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto"; option java_package = "emu.grasscutter.net.proto";
message GatherGadgetInfo { message GatherGadgetInfo {
uint32 itemId = 1; uint32 itemId = 1;
bool baplahgkmbl = 2; bool is_forbid_guest = 2;
} }

View File

@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto";
import "GadgetBornType.proto"; import "GadgetBornType.proto";
import "TrifleItem.proto"; import "Item.proto";
import "GatherGadgetInfo.proto"; import "GatherGadgetInfo.proto";
import "WorktopInfo.proto"; import "WorktopInfo.proto";
@ -44,7 +44,7 @@ message SceneGadgetInfo {
uint32 interactId = 11; uint32 interactId = 11;
oneof content { oneof content {
TrifleItem trifle_item = 12; Item trifle_item = 12;
GatherGadgetInfo gather_gadget = 13; GatherGadgetInfo gather_gadget = 13;
WorktopInfo worktop = 14; WorktopInfo worktop = 14;
ClientGadgetInfo client_gadget = 15; ClientGadgetInfo client_gadget = 15;