From 1ad13598f08fe916aa2c974a1dd29b47a3fe36a3 Mon Sep 17 00:00:00 2001 From: Supamiu Date: Wed, 9 Oct 2019 09:30:49 +0200 Subject: [PATCH] Adding actor control 20F: DesynthResult --- src/common/Network/CommonActorControl.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/Network/CommonActorControl.h b/src/common/Network/CommonActorControl.h index 969b1a4a..f620b381 100644 --- a/src/common/Network/CommonActorControl.h +++ b/src/common/Network/CommonActorControl.h @@ -206,6 +206,14 @@ namespace Sapphire::Network::ActorControl ChallengeEntryCompleteMsg = 0x20B, ChallengeEntryUnlockMsg = 0x20C, + /*! + * Sent when a player desynths an item, one packet per result type (one for consumed item, one for each obtained items, and one for exp if the player received exp) + * param1 = result type (4921 => Item consumed, 4922 => Item obtained, 4925 => Exp obtained) + * param3 = item id (used for result types 4921 & 4922) + * param5 = exp amount (x 100) + */ + DesynthResult = 0x20F, + GilTrailMsg = 0x211, HuntingLogRankUnlock = 0x21D,