From f344a52cc649841cb31736f315b0261601b340d6 Mon Sep 17 00:00:00 2001 From: xavo95 Date: Wed, 19 Feb 2025 20:16:53 +0100 Subject: [PATCH] BehaviorTree changes --- .../proto/wicked-waifus.proto | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/wicked-waifus-protocol/proto/wicked-waifus.proto b/wicked-waifus-protocol/proto/wicked-waifus.proto index 174707c..9aa1019 100644 --- a/wicked-waifus-protocol/proto/wicked-waifus.proto +++ b/wicked-waifus-protocol/proto/wicked-waifus.proto @@ -6894,7 +6894,7 @@ enum BtType { enum NodeStatus { NodeStatus_NotActive = 0; NodeStatus_BeforeActivate = 1; - NodeStatus__5n = 2; + NodeStatus_Activate = 2; NodeStatus_Completing = 3; NodeStatus_CompletedSuccess = 4; NodeStatus_CompletedFailed = 5; @@ -6935,7 +6935,7 @@ message qNs { message TreeInfo { int32 TreeOwnerId = 1; int64 TreeIncId = 2; - int32 BtType = 3; + BtType BtType = 3; int32 BlackboardId = 4; map Nodes = 5; map Vars = 6; @@ -6944,7 +6944,7 @@ message TreeInfo { repeated OccupationPbInfo OccupationInfo = 9; map AudioState = 10; bool cDOLLARs = 11; - repeated Uw_ D9_ = 12; + repeated SightTarget SightTarget = 12; } // MessageId: 27019 (Notify) @@ -6958,13 +6958,13 @@ message BehaviorTreeDeleteNotify { } enum ChildQuestNodeStatus { - ChildQuestNodeStatus_CQNS_NotActive = 0; - ChildQuestNodeStatus_CQNS_Enter = 1; - ChildQuestNodeStatus_CQNS_EnterAction = 2; - ChildQuestNodeStatus_CQNS_Progress = 3; - ChildQuestNodeStatus_CQNS_Finished = 4; - ChildQuestNodeStatus_CQNS_FinishAction = 5; - ChildQuestNodeStatus_CQNS_Fail = 6; + ChildQuestNodeStatus_NotActive = 0; + ChildQuestNodeStatus_Enter = 1; + ChildQuestNodeStatus_EnterAction = 2; + ChildQuestNodeStatus_Progress = 3; + ChildQuestNodeStatus_Finished = 4; + ChildQuestNodeStatus_FinishAction = 5; + ChildQuestNodeStatus_Fail = 6; } message ChildQuestNodeProgress { @@ -7057,15 +7057,15 @@ message CompleteInstProgress { } enum SuccessNodeStatus { - SuccessNodeStatus_SNS_NotActive = 0; - SuccessNodeStatus_SNS_Enter = 1; - SuccessNodeStatus_SNS_Action = 2; + SuccessNodeStatus_NotActive = 0; + SuccessNodeStatus_Enter = 1; + SuccessNodeStatus_Action = 2; } enum FailedNodeStatus { - FailedNodeStatus_FNS_NotActive = 0; - FailedNodeStatus_FNS_Enter = 1; - FailedNodeStatus_FNS_Action = 2; + FailedNodeStatus_NotActive = 0; + FailedNodeStatus_Enter = 1; + FailedNodeStatus_Action = 2; } // MessageId: 18729 (Notify) @@ -7081,7 +7081,7 @@ message UpdateChildQuestNodeStatusNotify { int32 TreeOwnerId = 5; int64 TreeIncId = 6; int32 NodeId = 10; - int32 Status = 3; + ChildQuestNodeStatus Status = 3; } // MessageId: 18424 (Notify) @@ -7089,7 +7089,7 @@ message UpdateNodeStatusNotify { int32 TreeOwnerId = 8; int64 TreeIncId = 4; int32 NodeId = 2; - int32 Status = 14; + NodeStatus Status = 14; } // MessageId: 29594 (Request) @@ -7466,10 +7466,10 @@ message ServerEndQuestIdResponse { message wy_ { int32 TreeOwnerId = 5; int64 TreeIncId = 14; - repeated Uw_ D9_ = 8; + repeated SightTarget SightTarget = 8; } -message Uw_ { +message SightTarget { oneof Bw { Vector CIl = 4; }