Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: mnk defautl 123
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jan 26, 2023
1 parent 315f1e8 commit 58c2997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions RotationSolver/Localization/Localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"Configwindow_Param_UseAOEWhenManual": "Use AOE actions in manual mode",
"Configwindow_Param_AutoBreak": "Automatic breaking",
"Configwindow_Param_UseAbility": "Auto-use abilities",
"Configwindow_Param_AbsSingleTarget": "Safe mode (absolutely single target)",
"Configwindow_Params_AbsSingleTargetDesc": "Nerver use any AOE action with single target./nBut if the number of hostile enough, AOE action will still be used.",
"Configwindow_Param_NoNewHostiles": "Don't target new mobs",
"Configwindow_Params_NoNewHostilesDesc": "Nerver use any AOE action when this action may attack the mobs that not is a hostile target.",
"Configwindow_Param_UseDefenceAbility": "Use defence abilities",
"Configwindow_Param_UseDefenceAbilityDesc": "It is recommended to check this option if you are playing Raids./nPlan the heal and defense by yourself.???",
"Configwindow_Param_AutoShield": "Auto tank stance",
Expand Down
7 changes: 0 additions & 7 deletions RotationSolver/Rotations/Melee/MNK/MNK_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ private protected override bool GeneralGCD(out IAction act)
{
if (RaptorForm(out act)) return true;
}
else
{
if (OpoOpoForm(out act)) return true;
}

if (CoerlForm(out act)) return true;
if (RaptorForm(out act)) return true;
if (OpoOpoForm(out act)) return true;

if (RSCommands.SpecialType == SpecialCommandType.MoveForward && MoveForwardAbility(1, out act)) return true;
Expand Down

0 comments on commit 58c2997

Please sign in to comment.