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

Merge pull request #581 from BiscuitUmU/develop

Add SetMountSpeed ActorControl
This commit is contained in:
Adam 2019-09-07 07:31:44 +10:00 committed by GitHub
commit 6986754589

View file

@ -225,6 +225,14 @@ namespace Sapphire::Network::ActorControl
SetFestival = 0x386, // param1: festival.exd index
ToggleOrchestrionUnlock = 0x396,
/*!
* param1 = mountSpeed
* Retail sends 12 for mount speed star 1 unlocked and 15 for mount speed star 2 unlocked
* This also has to be sent before mounting finishes for it to take effect
*/
SetMountSpeed = 0x39F,
Dismount = 0x3A1, // updated 4.5
// Duty Recorder