forked from aly/qstbak
muffin v6.35
This commit is contained in:
parent
a10041e3fd
commit
ac85599236
7 changed files with 5916 additions and 5158 deletions
|
|
@ -38,6 +38,8 @@ public sealed class SkipStepConditions
|
|||
|
||||
public EAetheryteLocation? AetheryteUnlocked { get; set; }
|
||||
|
||||
public ushort? MinimumLevel { get; set; }
|
||||
|
||||
public NearPositionCondition? NearPosition { get; set; }
|
||||
|
||||
public NearPositionCondition? NotNearPosition { get; set; }
|
||||
|
|
@ -50,7 +52,7 @@ public sealed class SkipStepConditions
|
|||
{
|
||||
return false;
|
||||
}
|
||||
if ((CompletionQuestVariablesFlags.Count <= 0 || !CompletionQuestVariablesFlags.Any((QuestWorkValue x) => x != null)) && !Flying.HasValue && !Chocobo.HasValue && !Diving.HasValue && !NotTargetable && InTerritory.Count <= 0 && NotInTerritory.Count <= 0 && Item == null && QuestsAccepted.Count <= 0 && QuestsCompleted.Count <= 0 && NotNamePlateIconId.Count <= 0 && !AetheryteLocked.HasValue && !AetheryteUnlocked.HasValue && NearPosition == null && NotNearPosition == null)
|
||||
if ((CompletionQuestVariablesFlags.Count <= 0 || !CompletionQuestVariablesFlags.Any((QuestWorkValue x) => x != null)) && !Flying.HasValue && !Chocobo.HasValue && !Diving.HasValue && !NotTargetable && InTerritory.Count <= 0 && NotInTerritory.Count <= 0 && Item == null && QuestsAccepted.Count <= 0 && QuestsCompleted.Count <= 0 && NotNamePlateIconId.Count <= 0 && !AetheryteLocked.HasValue && !AetheryteUnlocked.HasValue && !MinimumLevel.HasValue && NearPosition == null && NotNearPosition == null)
|
||||
{
|
||||
return ExtraCondition.HasValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue