• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

EveryQuest

 

Project Updated:
Files Updated: Tue, Nov 3 2009
Supports Game Version: 3.2.0
Category: Quests & Leveling
Tags:

, , , , , , , , and [Edit Tags]

Project Manager: kandarz
Additional Authors: No additional authors
Current Version: 2.3.6
License: GNU General Public License version 2 (GPLv2)
Development Site: WowAce.com
Avg Daily DL (last 30 days): 506
Downloads Total: 134,471
Favorites: 209
Comments: 76
  • About 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.

Bug Reports

Please direct all support requests to Wowace.

Localization

Wowace localization is now setup for all you world travelers! Visit the localization page to translate.

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.

Quest List

The quest list uses your quest history to display quests from any category in game. It lists quests you haven't done in zones (ex: Borean Tundra) so you can get the achievement easier.

Integration

EveryQuest integrates with LightHeaded (Wowhead quest comments, NPC locations) so clicking a quest will open the wowhead comments for that quest. Lightheaded then integrates with TomTom waypoints to direct you to the quest giver.

EveryQuest: Quest Givers

NEW MODULE!

I finished up a quest giver module that mimics the functionality of Handynotes: Quest Givers but integrates EveryQuest quest history and filtering by faction (daily quest coloring/filtering maybe later).

Usage

The zip file contains everything you will need to use EveryQuest. Although I recommend some additional addons to create a more complete package.

  • LightHeaded
  • Inquest: Quest levels, quest tracker enhancements, tooltip information (bEQL without DoubleWide function)
  • TomTom

To display the main quest list you have multiple options:

  1. 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.
  2. 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
  3. Bind the window the a key using the key bindings interface from the main menu.

Other addons I find helpful while questing are:

On already completed quests

NEW IN 3.3!

Once patch 3.3 hits, you'll be able to get your quest history from the server! If you are using EveryQuest 2.3+ you're set.

If you're dying to know what quests you've done, load up the PTR, Copy your existing character data to the PTR, run the import and copy your character specific data file back to the live installation of WoW.

Copy: World of Warcraft PTR\WTF\Account\{account name}\{PTR realm name}\{character name}\SavedVariables\EveryQuest.lua

To: World of Warcraft\WTF\Account\{account name}\{Live realm name}\{character name}\SavedVariables\EveryQuest.lua

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.

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.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  EveryQuest 2.3.6 Release 3.2.0 3,367 11/3/2009
  EveryQuest 2.3.5 Release 3.2.0 1,924 11/1/2009
  EveryQuest 2.3.4 Release 3.2.0 2,021 10/31/2009
  EveryQuest 2.3.3 Release 3.2.0 3,834 10/25/2009
  EveryQuest 2.3.2 Release 3.2.0 1,087 10/24/2009
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • I've been having an issue with Everyquest recently. Everytime I turn in a quest I get the error "Turn In Quest: Unable to get quest information from DB". It also does not remove the completed quest from the list either. I have the newest version that was released Nov 3 but I'm still having this issue. Is this a known problem and is there a fix for it?

    Reply Report Permalink
  • kandarz said 

    You'll have to give me more information to go on then that. Turn on debugging before you turn in a quest. Post any resulting output from the chat frame. Also, make sure the data modules are enabled.

    Reply Report Permalink
  • Hi Kandarz, wasup?
    Dude I have 2 computers at my home, one desktop and one notebook. I have WoW on both. Do you know what file I must copy from one PC to sync my finished quest with another one?

    Tks and regards!

    Reply Report Permalink
  • I dont have vista here, so havent been able to test it on Vista
    rem ------------ batch file 1 -----------
    rem call me WOWBackup.cmd and save to your desktop
    @echo off
    cls
    :start
    set os=
    set drive=
    set xp="c:\program files\world of warcaft"
    set vista="C:\Users\Public\Games\World of Warcraft"
    set xopt=/e /q /y
    set /p OS="XP or Vista: "

    if "%os%"=="" goto NoOS

    if %os%==xp (set Wow=%xp%) else set Wow=%vista%
    set /p drive="Enter Drive Letter: "
    if "%drive%"=="" goto nodrive
    if not exist %drive%\backup MD %drive%\backup

    xcopy %wow%\wtf\" %drive%\backup\wtf %xopt%
    xcopy %wow%\addons\ %drive%\backup\addons %xopt%

    goto :EOF

    :NoOS
    echo No OS choice given
    goto :Start

    :NoDrive
    echo No Drive letter Given
    goto :Start

    --------- select all above this line and copy into Notepad and save as WowBackup.cmd -----------

    --------- select all Below this line and copy into Notepad and save as WowRestore.cmd -----------

    rem ------------ batch file 2 -----------
    rem call me WOWRestore.cmd and save to your desktop
    echo off
    cls
    :start
    set os=
    set drive=
    set xp="c:\program files\world of warcaft"
    set vista="C:\Users\Public\Games\World of Warcraft"
    set xopt=/e /q /y
    set /p OS="XP or Vista: "

    if "%os%"=="" goto NoOS

    if %os%==xp (set Wow=%xp%) else set Wow=%vista%
    set /p drive="Enter Drive Letter: "
    if "%drive%"=="" goto nodrive
    if not exist %drive%\backup MD %drive%\backup

    xcopy %wow%\wtf\" %drive%\backup\wtf %xopt%
    xcopy %wow%\addons\ %drive%\backup\addons %xopt%
    set /p drive="Enter Drive Letter: "
    xcopy %drive%\backup\wtf %wow%\wtf %xopt%
    xcopy %drive%\backup\addons %wow%\addons %xopt%

    goto :EOF

    :NoOS
    echo No OS choice given
    goto :Start

    :NoDrive
    echo No Drive letter Given
    goto :Start

    Reply Report Permalink
  • kandarz said 

    Yes:
    World of Warcraft\WTF\Account\{account name}\{Live realm name}\{character name}\SavedVariables\EveryQuest.lua

    Or, I think the new Curse Client 4.0 does saved variable sync.

    Reply Report Permalink
  • I'm have similar errors to those reported below. I've just dont the last few quest round Scalawga Point, Kamagua and the 2 Nifflevar, in Howling Fjord. All these are for the Horde faction. the error is the same for them all as in the expample from chat Log

    EveryQuest: Turn In Quest: Unable to get Quest Information from DB
    [00:49]The Enemy's Legacy completed.
    [00:49]Received 2 Gold, 40 Silver.
    [00:49]Reputation with Horde Expedition increased by 250. (Total: +250, Left: 11598)
    [00:49]EveryQuest: Turn In Quest: Unable to get Quest Information from DB
    [00:49]Against Nifflevar completed.
    [00:49]Received 2 Gold, 40 Silver.

    Reply Report Permalink
  • kandarz said 

    2.3.6 fix this?

    Reply Report Permalink
  • nup still getting the same error on every quest I've completed.

    I have completely removed everyquest a couple of time to try and resolve it.

    Reply Report Permalink
  • Oukami said 

    I just upgraded to the newest version today and I now get errors like the following for all the daily Tournament quests I picked up:

    "EveryQuest: Turn In Quest: Unable to get Quest Information from DB"
    ... and the equivalent error when picking up the quest too.

    Was something changed, because I don't remember these errors occurring in the last version. Thanks.

    Reply Report Permalink
  • kandarz said 

    Can you give me specific Quest ID's? (found on wowhead)

    Reply Report Permalink
  • Oukami said 

    I hope I can remember them all. :)

    Threat From Above (Knights of the Ebon Blade) quest=13788
    Battle Before the Citadel (Knights of the Ebon Blade) quest=13864
    Among the Champions (Knights of the Ebon Blade) quest=13793
    Taking Battle to the Enemy (Knights of the Ebon Blade) quest=13813

    Get Kraken! quest=14108
    Ornolf the Scarred quest=14104
    Stop the Aggressors quest=14080
    Breakfast of Champions quest=14076
    You've Really Done It This Time, Kul quest=14096

    That should be it that I noticed today. There might be a possability that the other Tournament dailies might be giving the "error" too, I'll check tomorrow and post any different ones that pop up. I also noticed that some of the Halloween candy buckets gave the same "error" as well, but with the event over for another year, not that it matters any more. :)

    Thanks

    Reply Report Permalink
  • kandarz said 

    I dunno, I looked and I saw the quest ID's in the data files I have.

    I haven't done that stuff so I can't test specifics.

    Reply Report Permalink
  • mkong409 said 

    I'm getting this error as well with 2.3.4 and the Tournament dailies.

    I'm also having problems with 2.3.4 and import from server option on the PTR

    Reply Report Permalink
  • I just found this fantastic add-on. Wish I would have thought of it long ago.

    Anyway, I recently have swapped out an old hard drive adn reloaded everythgin WOW related from scratch. I am wondering if there is a way to get the old quest info from the old quests I have completed?

    This would be very helpful as i am trying to get the loremaster title in game presantly adn only need abotu 300 total quest to get this achivement.

    If it its possible great!!! How do i do this?

    If not possible, maybe it could be a feature for future releases of this great tool.

    Keep up the great work.

    Reply Report Permalink
  • jaffa0 said 

    It will be there when Blizzard adds it in 3.3.

    Reply Report Permalink
  • shilum said 

    i love this addon, i was wondering if there was a way you could add a race filter to the list options, i have noticed that when im going through a different races hometown it lists quests i cant do

    Reply Report Permalink
  • kandarz said 

    Wowhead doesn't have this information in a standardized format (IE, not in the comments)

    Reply Report Permalink
  • adreaver said 

    just wanted to let you know, I recently copied my main to PTR and imported his quest history using the newest build of everyquest, then copied savedvariables to my main.

    Worked like a charm, I'm now only 2 quests away from loremaster of outland.

    thanks for making such a great addon

    Reply Report Permalink
  • shilum said 

    is there any way you could get this addon to work with one that displays icons for quests and or quest givers. and if you do happen to know of such an addon what is it?

    Reply Report Permalink
  • kandarz said 

    http://www.wowace.com/addons/everyquest-questgivers/

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 61,955 QuestHelper Quests & Leveling, and Map...
  2. 1,402 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,188 Armory Bags & Inventory, Achievements...
  4. 863 Group Calendar 5 Guild, Boss Encounters, Quests...
  5. 724 Cartographer_QuestInfo Map & Minimap, and Quests...