mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Add more details about CraftingUnk ActorControl packet
This commit is contained in:
parent
c21ef703da
commit
6746e51dcb
1 changed files with 9 additions and 0 deletions
|
@ -142,6 +142,15 @@ namespace Sapphire::Network::ActorControl
|
|||
|
||||
SetPose = 0x127,
|
||||
|
||||
/*!
|
||||
* This is used for general crafting events, I found some of them but some are missing:
|
||||
*
|
||||
* param1 = event type, the rest of the struct depends on this param.
|
||||
* - 18 & 19: Quicksynth result, 19 means HQ result item, item ID is param2 and is + 1 000 000 when HQ.
|
||||
* Quantity is param3 (possible quicksynth that gives more than one item in the future?)
|
||||
*
|
||||
* All the other values have unkown behavior for now.
|
||||
*/
|
||||
CraftingUnk = 0x12C,
|
||||
|
||||
GatheringSenseMsg = 0x130,
|
||||
|
|
Loading…
Add table
Reference in a new issue