Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] - Quest names not showing up #143

Closed
1 of 2 tasks
burntorangejedi opened this issue May 13, 2023 · 4 comments
Closed
1 of 2 tasks

[ISSUE] - Quest names not showing up #143

burntorangejedi opened this issue May 13, 2023 · 4 comments
Labels
Feature New feature or request

Comments

@burntorangejedi
Copy link

Description

When APR opens, there is a lot of stuff for me to do, but none of the quest names are showing up. Is there a dependency I'm missing somewhere?

APR Version

APR 2.3.4

APR Route

Speedrun

World of Warcraft Flavor

Retail (Default)

Tested with only APR

  • Yes
  • No

Lua Error

None

Reproduction Steps

  1. Log in to character in Burning Crusade on Chromie Time
  2. Observe

Last Good Version

No previous version tried

Screenshots

image

Any additional information?

No response

@burntorangejedi burntorangejedi added the Bug Something isn't working label May 13, 2023
@Pahonix
Copy link
Collaborator

Pahonix commented May 13, 2023

The quest names are not available to the addon until you have seen them the first time. On subsequent play throughs, the addon will have cached the quest names and will be able to display them in the QuestOrderList.

@Pahonix Pahonix removed the Bug Something isn't working label May 13, 2023
@burntorangejedi
Copy link
Author

Thanks for answering my question, but perhaps, as a feature recommendation, you could add Grail support so that the names are available from the start?

@NightofStarrs
Copy link
Collaborator

This is something that can be looked at in the future (possible for version 3). The issue was, we did not want to have a list of quest names to iterate over, thus the addon runs solely on the QuestID of the quest (or intractable object), and then the quest parts/path. This was done originally to save space, and processing power, but the addon is written to display the QuestID and Quest Name once it has been set up in your WoW Cache folder, thus relying on you having previously interacted with the quest at some time in the past (on a previous character).

APR (and the predecessor) AAP were designed for Alt Leveling, by taking the guess work out of leveling additional characters, not for a first time play through.

@NightofStarrs NightofStarrs added the Feature New feature or request label May 14, 2023
@NightofStarrs
Copy link
Collaborator

We are going to look into using Grail, but we need to evaluate the addon, and see if we can hook into it, or if we need to have it side-loaded with APR. I will go ahead and close this for now, and instead change it into a Feature Request instead of an Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants