[ISSUE] - Quest names not showing up
burntorangejedi opened this issue ยท 4 comments
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
- Log in to character in Burning Crusade on Chromie Time
- Observe
Last Good Version
No previous version tried
Screenshots
Any additional information?
No response
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.
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?
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.