diff --git a/XIVComboVX/Combos/Common.cs b/XIVComboVX/Combos/Common.cs index 92fa6a96..54096ee7 100644 --- a/XIVComboVX/Combos/Common.cs +++ b/XIVComboVX/Combos/Common.cs @@ -3,7 +3,7 @@ namespace PrincessRTFM.XIVComboVX.Combos; internal static class Common { public const uint // everyone - Sprint = 29057, + Sprint = 4, // ranged DPS Peloton = 7557, // tanks @@ -46,6 +46,7 @@ internal static bool checkLucidWeave(CustomComboPreset preset, byte level, uint } } +#if DEBUG internal class PelotonSprintCombo: CustomCombo { public override CustomComboPreset Preset => CustomComboPreset.CommonSmartPelotonSprint; public override uint[] ActionIDs => new uint[] { Common.Sprint, Common.Peloton }; @@ -64,6 +65,7 @@ protected override uint Invoke(uint actionID, uint lastComboActionId, float comb return Common.Peloton; } } +#endif internal abstract class SwiftRaiseCombo: CustomCombo { protected override uint Invoke(uint actionID, uint lastComboMove, float comboTime, byte level) { diff --git a/XIVComboVX/CustomComboPreset.cs b/XIVComboVX/CustomComboPreset.cs index 5c858da0..427cc464 100644 --- a/XIVComboVX/CustomComboPreset.cs +++ b/XIVComboVX/CustomComboPreset.cs @@ -1553,12 +1553,14 @@ public enum CustomComboPreset { // ==================================================================================== #region Common (100xx) +#if DEBUG [CustomComboInfo("Smart Peloton/Sprint swap", "Changes Peloton and Peloton as follows:\n- Sprint when in combat or not a ranged DPS\n- Peloton when out of combat and you are a ranged DPS", 0)] CommonSmartPelotonSprint = 10000, [ParentPreset(CommonSmartPelotonSprint)] [CustomComboInfo("Priority sprint", "Only become Peloton when Sprint is also on cooldown.\nSprint is (VERY) slightly faster than Peloton.", 0)] CommonSmartPelotonSprintPrioritySprint = 10001, +#endif #endregion } diff --git a/XIVComboVX/XIVComboVX.csproj b/XIVComboVX/XIVComboVX.csproj index 02c91594..0090bd18 100644 --- a/XIVComboVX/XIVComboVX.csproj +++ b/XIVComboVX/XIVComboVX.csproj @@ -3,7 +3,7 @@ XIVComboVX attick, daemitus, VariableVixen - 9.9.0 + 9.9.1 This plugin condenses various abilities onto single buttons. https://github.com/PrincessRTFM/XIVComboPlugin Copyleft attick 2020 baybeeee