mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Merge pull request #581 from BiscuitUmU/develop
Add SetMountSpeed ActorControl
This commit is contained in:
commit
6986754589
1 changed files with 8 additions and 0 deletions
|
@ -225,6 +225,14 @@ namespace Sapphire::Network::ActorControl
|
||||||
SetFestival = 0x386, // param1: festival.exd index
|
SetFestival = 0x386, // param1: festival.exd index
|
||||||
|
|
||||||
ToggleOrchestrionUnlock = 0x396,
|
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
|
Dismount = 0x3A1, // updated 4.5
|
||||||
|
|
||||||
// Duty Recorder
|
// Duty Recorder
|
||||||
|
|
Loading…
Add table
Reference in a new issue