1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

Add SetMountSpeed ActorControl

This commit is contained in:
Biscuit 2019-09-06 10:55:03 +10:00
parent 3db411d907
commit 2687403409

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, // param1: mount speed
Dismount = 0x3A1, // updated 4.5
// Duty Recorder