Skip to content

Commit

Permalink
update DNC
Browse files Browse the repository at this point in the history
  • Loading branch information
xhabit committed Jun 30, 2024
1 parent dad22d8 commit 9c3f2e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions XIVSlothComboX/Combos/PvE/DNC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public const uint
治疗之华尔兹CuringWaltz = 16015,
//7.0 等待技能ID
最后舞LastDance = 36983,
舞步终结 = 4584,
舞步终结 = 36984,
晓之舞DanceOfTheDawn = 36985,
_ = 0;

Expand Down Expand Up @@ -85,8 +85,8 @@ public const ushort
速行Peloton = 1199,
防守之桑巴ShieldSamba = 1826,
//7.0 等待BUFFid
最后舞预备PRE = 1826,
舞步终结预备 = 1826,
最后舞预备PRE = 3867,
舞步终结预备 = 3868,
晓之舞预备 = 3869,
_ = 0;
}
Expand Down Expand Up @@ -284,7 +284,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
return 标准舞步StandardStep;
}

if (techBurstTimer > 20)
if (techBurstTimer > 5)
{
return 标准舞步StandardStep;
}
Expand Down
1 change: 0 additions & 1 deletion XIVSlothComboX/CustomComboNS/Functions/Action.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ private static bool checkUseAbility()
if (Last_2.RowId is
DNC.双色标准舞步结束StandardFinish2
or DNC.四色技巧舞步结束TechnicalFinish4
or DNC.提拉纳Tillana
or MCH.热冲击HeatBlast
or MCH.自动弩AutoCrossbow)
{
Expand Down

0 comments on commit 9c3f2e9

Please sign in to comment.