Skip to content

Commit

Permalink
3.2.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
xhabit committed Oct 18, 2024
1 parent b9cc23c commit 0162486
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions XIVSlothComboX/Combos/PvE/RPR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,18 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
}

//Gluttony/Bloodstalk
if (gauge.Soul >= 50 && !HasEffect(Buffs.夜游魂Enshrouded) && !HasEffect(Buffs.妖异之镰SoulReaver) && !HasEffect(Buffs.处刑人Executioner) && !HasEffect(Buffs.死亡祭品ImmortalSacrifice) && !HasEffect(Buffs.IdealHost) && !HasEffect(Buffs.完人预备PerfectioParata) && (GetCooldownRemainingTime(神秘环ArcaneCircle) > GCD * 3 || !LevelChecked(神秘环ArcaneCircle)) && !JobHelpers.RPR.RPRHelpers.IsComboExpiring(3))
if (gauge.Soul >= 50
&& !HasEffect(Buffs.夜游魂Enshrouded)
&& !HasEffect(Buffs.妖异之镰SoulReaver)
&& !HasEffect(Buffs.处刑人Executioner)
&& !HasEffect(Buffs.死亡祭品ImmortalSacrifice)
&& !HasEffect(Buffs.IdealHost)
&& !HasEffect(Buffs.完人预备PerfectioParata)
&& (GetCooldownRemainingTime(神秘环ArcaneCircle) > GCD * 3 || !LevelChecked(神秘环ArcaneCircle))
&& !JobHelpers.RPR.RPRHelpers.IsComboExpiring(3))
{
//Gluttony
if (IsEnabled(CustomComboPreset.RPR_ST_Gluttony) && !JustUsed(完人Perfectio) && ActionReady(暴食Gluttony))
if (IsEnabled(CustomComboPreset.RPR_ST_Gluttony) && ActionReady(暴食Gluttony))
{
if (IsEnabled(CustomComboPreset.RPR_ST_TrueNorthDynamic) && trueNorthReady)
return All.TrueNorth;
Expand Down
2 changes: 1 addition & 1 deletion XIVSlothComboX/XIVSlothComboX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Authors>Team Sloth</Authors>
<Company>-</Company>
<Version>3.2.0.36</Version>
<Version>3.2.0.37</Version>
<!-- This is the version that will be used when pushing to the repo.-->
<Description>XIVCombo for lazy players</Description>
<Copyright>Copyleft attick 2021 thanks attick UwU</Copyright>
Expand Down
Binary file modified release/XIVSlothComboX/latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion release/pluginmaster.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Punchline": "Condenses combos and mutually exclusive abilities onto a single button - and then some.",
"Description": "Condenses combos and mutually exclusive abilities onto a single button - and then some.",
"InternalName": "XIVSlothComboX",
"AssemblyVersion": "3.2.0.36",
"AssemblyVersion": "3.2.0.37",
"Changelog": "更新内容看更新日志",
"RepoUrl": "https://github.com/44451516/XIVSlothCombo/",
"ApplicableVersion": "any",
Expand Down

0 comments on commit 0162486

Please sign in to comment.