1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Adding actor control 20F: DesynthResult

This commit is contained in:
Supamiu 2019-10-09 09:30:49 +02:00
parent 6986754589
commit 1ad13598f0

View file

@ -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,