1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00

Merge pull request #585 from Supamiu/develop

Adding actor control 20F: DesynthResult
This commit is contained in:
Adam 2019-10-09 19:02:21 +11:00 committed by GitHub
commit 276911a187

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,