We suggest you use the Curseforge Client to manage your Wow addons in general. You will find Questie here on Curseforge.
Alternatively you can always use the latest GitHub release and follow the Installation Guide in the Wiki to get the latest version of Questie up and running.
If you have problems, please read the Frequently Asked Questions.
- Frequently Asked Questions
- Come chat with us on our Discord server.
- You can use the issue tracker to report bugs and post feature requests (requires a Github account).
- When creating an issue please follow the templated structure to speed up a possible fix.
- If you get an error message from the WoW client, please include the complete text or a screenshot of it in your report.
- You need to enter
/console scriptErrors 1
once in the ingame chat for Lua error messages to be shown. You can later disable them again with/console scriptErrors 0
.
- You need to enter
Trust us it's (Good)!
- We are happy about every help and contribution we get, so feel free to submit a Pull Request on Github
- Translators can search for missing translations by:
["<yourLanguage>"] = false
(e.g.["deDE"] = false
) and replace thefalse
with a string of the new translation, e.g.["<yourLanguage>"] = "YourTranslation"
. Current translations can be found in the Translation folder - Additional information you might find interesting can be found here
- Install busted with
luarocks install busted
- Run
busted -p ".test.lua" ."
in the root directory of the project - When adding new tests, make sure to name them
<module>.test.lua
and place them next to the module
If you'd like to support the development of Questie by donating, you can do so via PayPal:
- Show notes for quest start points, turn in points, and objectives.
- Waypoint lines for NPCs showing their pathing.
- Automatically tracks quests on accepting
- Can show all quests from the log at once (instead of default 5)
- Left click quest to open quest log (configurable)
- Right-click for more options, e.g.:
- Focus quest (makes other quest icons translucent)
- Point arrow towards objective (requires TomTom addon)
- You can see party members quest progress on the tooltip.
- Show tooltips on map notes and quest NPCs/objects.
- Holding Shift while hovering over a map icon displays more information, like quest XP.
- Questie records the steps of your journey in the "My Journey" window. (left-click on minimap button and click "My Journey" to open or type
/questie journey
)
- Questie lists all the quests of a zone divided between completed and available quest. Gotta complete 'em all. (left-click on minimap button and click "Quests by Zone" to open)
- Questie's database can be searched. (right-click on minimap button to open)
- Extensive configuration options. (right-click on minimap button to open or type
/questie
)