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

StatusNoEffect also shifted and add proper comment for these.

This commit is contained in:
collett 2020-02-24 19:13:45 +09:00
parent ad759503b4
commit c497dcdb3e

View file

@ -626,15 +626,15 @@ namespace Sapphire::Common
GpGain = 14, GpGain = 14,
ApplyStatusEffectTarget = 15, ApplyStatusEffectTarget = 15,
ApplyStatusEffectSource = 16, // effect entry on target but buff applies to source, like storm's eye ApplyStatusEffectSource = 16, // effect entry on target but buff applies to source, like storm's eye
StatusNoEffect = 21, StatusNoEffect = 20, // shifted one up from 5.18
/*! /*!
* @brief Tells the client that it should show combo indicators on actions. * @brief Tells the client that it should show combo indicators on actions.
* *
* @param flags Required to be 128, doesn't show combo rings on hotbars otherwise * @param flags Required to be 128, doesn't show combo rings on hotbars otherwise
* @param value The actionid that starts/continues the combo. eg, 3617 will start a spinning slash and/or syphon strike combo * @param value The actionid that starts/continues the combo. eg, 3617 will start a spinning slash and/or syphon strike combo
*/ */
StartActionCombo = 27, StartActionCombo = 27, // shifted one up from 5.18
ComboSucceed = 28, ComboSucceed = 28, // shifted one up from 5.18, on retail this is not seen anymore, still working though.
Knockback = 33, Knockback = 33,
Mount = 39, Mount = 39,
VFX = 59, // links to VFX sheet VFX = 59, // links to VFX sheet