1
0
Fork 0
forked from aly/qstbak

qstcompanion v1.0.3

This commit is contained in:
alydev 2025-12-04 04:40:03 +10:00
parent ca78750ba5
commit ca577ad208
3 changed files with 24 additions and 2 deletions

View file

@ -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}");