bug: Auto-quest does not restart after a quest failure #87

Closed
opened 2026-03-20 08:23:18 -07:00 by hikari · 0 comments
Owner

Description

When a quest fails, the auto-quest automation stops and does not attempt to restart. The failed quest message appears to linger in the UI, which may be blocking the automation from detecting a clean state to begin the next attempt.

Steps to Reproduce

  1. Enable auto-quest
  2. Fail a quest (insufficient combat power or other condition)
  3. Observe that auto-quest does not retry or start the next available quest
  4. Re-enable the toggle and wait — automation does not reliably resume

Expected Behaviour

Auto-quest should either:

  • Automatically retry the failed quest after a short delay, or
  • Move on to the next available quest if the failed one is no longer viable

The automation should not require manual intervention after a failure.

Actual Behaviour

Auto-quest halts on failure. The failed message lingers. Re-toggling does not reliably restart the loop.

Notes

  • Likely shares the same stop-on-failure behaviour as auto-boss (see #86)
  • Players must manually dismiss the failure state and restart the quest before automation resumes

This issue was created with help from Hikari~ 🌸

## Description When a quest fails, the auto-quest automation stops and does not attempt to restart. The failed quest message appears to linger in the UI, which may be blocking the automation from detecting a clean state to begin the next attempt. ## Steps to Reproduce 1. Enable auto-quest 2. Fail a quest (insufficient combat power or other condition) 3. Observe that auto-quest does not retry or start the next available quest 4. Re-enable the toggle and wait — automation does not reliably resume ## Expected Behaviour Auto-quest should either: - Automatically retry the failed quest after a short delay, or - Move on to the next available quest if the failed one is no longer viable The automation should not require manual intervention after a failure. ## Actual Behaviour Auto-quest halts on failure. The failed message lingers. Re-toggling does not reliably restart the loop. ## Notes - Likely shares the same stop-on-failure behaviour as auto-boss (see #86) - Players must manually dismiss the failure state and restart the quest before automation resumes ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-20 09:35:55 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#87