From 87e801650e54dcf6341d8132855002a1a2a830f7 Mon Sep 17 00:00:00 2001 From: Khayle Date: Tue, 2 Jul 2024 05:53:47 +0200 Subject: [PATCH] [PUSH] 1.5.0.4 - PLD Blade of Honor fix this time I did version bump --- XIVComboExpanded/Combos/PLD.cs | 7 +++++-- XIVComboExpanded/XIVComboExpanded.csproj | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/XIVComboExpanded/Combos/PLD.cs b/XIVComboExpanded/Combos/PLD.cs index 156f0d5f..fafa2955 100644 --- a/XIVComboExpanded/Combos/PLD.cs +++ b/XIVComboExpanded/Combos/PLD.cs @@ -319,8 +319,11 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim if (original != PLD.Confiteor) return original; - if (HasEffect(PLD.Buffs.ConfiteorReady) || HasEffect(PLD.Buffs.BladeOfHonorReady)) - return PLD.Confiteor; + if (HasEffect(PLD.Buffs.BladeOfHonorReady)) + return OriginalHook(PLD.Imperator); + + if (HasEffect(PLD.Buffs.ConfiteorReady)) + return OriginalHook(PLD.Confiteor); } if (level >= PLD.Levels.Requiescat && HasEffect(PLD.Buffs.Requiescat)) diff --git a/XIVComboExpanded/XIVComboExpanded.csproj b/XIVComboExpanded/XIVComboExpanded.csproj index 0a4ec1a6..f262c4e3 100644 --- a/XIVComboExpanded/XIVComboExpanded.csproj +++ b/XIVComboExpanded/XIVComboExpanded.csproj @@ -3,7 +3,7 @@ attick, daemitus - - 1.5.0.3 + 1.5.0.4 This plugin condenses combos and mutually exclusive abilities onto a single button. Copyleft attick 2020 baybeeee https://github.com/daemitus/XIVComboPlugin