EveryQuest
EveryQuest is a Quest History tracker and quest list window. Integrates with Lightheaded to show any comments for any quest in the game. Create chat links by shift-clicking the quest name.
What's New
- Go to Current Zone Button (r184) - Click the Book!
- Custom coloring (r184)
- Show if you've done that daily today using colors (above)
- Race Filter (r177)
- Class Filter (r177)
- Cataclysm Data (r174)
In the Works
- Updated EveryQuest:Quest Giver data
- Quest Series information
- Reputation lists and filters
Error Reports
Please direct all support requests to Wowace.
Before submitting error reports, reproduce the error with debugging on (in the main options window), if it's an import that you are doing, it will spam your default chat frame. I only need the last dozen or so lines of output.
Also, please be specific as to the version number of EveryQuest, WoW version, Locale (enUS, enGB, esES, etc.)
Lastly if it is a lua error (not something printed to your chat frame), provide a complete stack trace from an addon like Bug Grabber
Refrain from posting error reports to the comments section. Use a ticket instead
Localization
Wowace localization is now setup for all you world travelers! Visit the localization page to translate.
Opening the Window
To display the main quest list you have multiple options:
- If you are using the default questlog window, there will be a small button near the book icon with the letters "EQ" to toggle the window.
- If you are using a LibDataBroker display addon, such as Fortress, EveryQuest has its own launcher. Click the launcher to open the window. Right-click to open the options
- Bind the window the a key using the key bindings interface from the main menu.
- Type /everyquest
What does it do?
Quest History
As you complete quests in game, EveryQuest will keep track of which ones you have done. It also tracks which quests you've failed or abandoned so that you can easily get them again. Once you complete a quest, the date and time is saved to see when you did it. Additionally if the quest is a daily quest, it keeps a running total of how many times you've done the quest along with the most recent completion date.
Also you can query the server for quests you've completed prior to your first use of EveryQuest. Access this option from the options screen.
Quest List
EveryQuest comes with a database of quests available in game. These are browse able by quest category using the drop down menu at the top of the window. Quests in the list will change colors depending on there status (unknown, failed/abandoned, in progress, completed, turned in).
If you have LightHeaded loaded, clicking a quest will open the Lightheaded window the the quest you clicked on.
To create a quest link for insertion into the chat edit box, have the chat edit box open then shift-click the quest in the main window.
Filters
To filter the list of quests, click the Filters button on the main window or navigate to the filters window until the Blizzard Interface options. Changing these filters will update the window immediately.
Sorting
There is a default sorting of the quest list. This can be changed using the weights and order options in the options window (Click Filters or Options in the main EveryQuest window to open the options window).
Manually Changing a Quests status
To manually change a quests status, right click it in the main window and select the new status from the menu. Having a quest on ignore is different then it's status. When a quest is on ignore the status will still update when you start doing it or complete it.
EveryQuest: Quest Givers
I finished up a quest giver module that mimics the functionality of Handynotes: Quest Givers but integrates EveryQuest quest history and filtering.
and what search filters do you have on?
EveryQuestDBPC = {
["global"] = {
["QuestHistory"] = {
["The Stockade"] = {
["The Fury Runs Deep"] = {
["completed"] = 1204406219,
["Daily"] = false,
["status"] = 2,
["Level"] = 27,
["Tag"] = "d",
},
},
},
["saved"] = {
["eqlogposx"] = 2,
["eqlogposy"] = 670.9999389648438,
},
},
}
I've even tried deleting the old .lua in the alt's SavedVariables directory and having the AddOn create a new one, but the new .lua won't even update to the current quests in progress; as such I still get a blank window on Quest History. Nonetheless, thanks again for your time and the trouble you've gone through in order to provide us with this irreplaceable UI enhancement.
Error occured in: Global
Count: 1
Message: ..\AddOns\EveryQuest\Everyquest.lua line 980:
attempt to concatenate global 'qTag' (a nil value)
Debug:
[C]: ?
EveryQuest\Everyquest.lua:980: UpdateButton()
EveryQuest\Everyquest.lua:878: UpdateFrame()
EveryQuest\Everyquest.lua:376: func()
...e\AddOns\EveryQuest\libs\Dewdrop-2.0\Dewdrop-2.0.lua:732:
...e\AddOns\EveryQuest\libs\Dewdrop-2.0\Dewdrop-2.0.lua:671
The error in line 980 happens no matter which region I try to load, although it was Kalimdor at the time of this particular error. Also, since it is only fitting, the Addons I had loaded at the time of this error were:
Swatter, v3.1.4 (<%codename%>)
AlphaMap, v3.32.30000
AlphaMapBattlegrounds, v
AlphaMapExteriors, v
AlphaMapInstances, v
AlphaMapWorldBosses, v
AutoBar, v3.00.00.02 alpha
Babylonian, v5.1.DEV.130
bagsandmerchants, v3.0.0-31
Casualty, v3.0
CharacterInfoStorage, v1.0.$Revision: 63452 $
ChatBar, v2.5
ChatEdit, v2.0
Configator, v5.1.DEV.134
CooldownCount, v3.0
EquipCompare, v2.11
EveryQuest, v$Revision: 20 $
EveryQuestKalimdor, v1
FluidFrames, v1.91
FriendsFacts, v
Gatherer, v3.1.4
GathererHUD, v3.1.4
GathererDBWowhead, v1.0.2008-10-06
InFlightLoad, v3.0.001
ItemPriceTooltip, v2
MapNotes, v5.01.30000
MapNotesIconLib, v1.03.30000
MapNotesIconLibFancy, v
MapNotesIconLibLegacy, v
MapNotesIconLibNeptunia, v
MapNotesIconLibNumbers, v
MobileMinimapButtons, v2.4
MobileVault, v1.0
MythSounds, v3.0.000
RecipeBook, v
Sea, v1.39
(ck=381)
If there are any known incompatibilities, or conflicts, please say so.
Thank you for your past work on this AddOn, and thank you for the effort you are putting into having it up and running for WoW 3.0.2!
Simply open the file in a text editor, and change on line 1:
EveryQuestData["Eastern_Kingdoms"] = {
to:
EveryQuestData["Eastern Kingdoms"] = {
A new version will be up soon