forked from aly/qstbak
qstcompanion v1.0.3
This commit is contained in:
parent
ca78750ba5
commit
ca577ad208
3 changed files with 24 additions and 2 deletions
|
|
@ -357,7 +357,8 @@ public class QuestRotationExecutionService : IDisposable
|
|||
Phase = RotationPhase.InitializingFirstCharacter,
|
||||
PhaseStartTime = DateTime.Now,
|
||||
RotationStartTime = DateTime.Now,
|
||||
HasQuestBeenAccepted = false
|
||||
HasQuestBeenAccepted = false,
|
||||
IsSyncOnlyMode = true
|
||||
};
|
||||
isRotationActive = true;
|
||||
log.Information("[QuestRotation] Sync rotation started successfully!");
|
||||
|
|
@ -953,6 +954,7 @@ public class QuestRotationExecutionService : IDisposable
|
|||
SkipToNextCharacter();
|
||||
return;
|
||||
}
|
||||
log.Information($"[QuestRotation] Level-Only Mode: {currentState.CurrentCharacter} at level {currentLevel}, targeting {stopLevelData.TargetValue}");
|
||||
}
|
||||
}
|
||||
log.Information($"[QuestRotation] {currentState.CurrentCharacter} needs to complete quest {questId}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue