Description
An in-game history log of quests that have been accepted, completed, failed, or abandoned.
Originally written by Jasters in 2004. Adopted by Dsanai, after Jasters left World of Warcraft, in late 2005.
==================
FEATURES
==================
-- Logs all quests that a player accepts/completes/abandons, and records them in a sortable in-game list.
-- The user can customize what data the addon logs, including: Quest title, objectives, rewards, and items; NPC's; Location coordinates; Level of player when quest was accepted/completed; Amount of time player had played when quest was accepted/completed; Times quest has been abandoned/failed; XP awarded; Money awarded.
-- Notes can be added to quests.
-- Quests can be edited and deleted, or manually added.
-- Does not modify any of the game's original files. QuestHistory simply stores a database of information about quests as they are accepted, completed, abandoned, or failed (or logged in with in the player's log).
==================
OF NOTE
==================
Because the Blizzard server does NOT send a complete list of prior quests to the client during login, or any other time, ONLY quests that are in your log, or accepted/completed/abandoned/failed AFTER you have successfully installed QuestHistory, can be recorded. Quest information is not available to your computer in ANY other way, at ANY other time.
==================
INSTALLATION
==================
To install, just extract the QuestHistory folder inside the ZIP file, to your World of Warcraft\Interface\AddOns\ directory.
If the Interface or AddOns folders don't exist, you will need to make them first, then extract the QuestHistory folder inside the AddOns folder.
==================
USE
==================
To bring up the graphical UI window, type: /qh OR /questhistory Can also be bound to a key.
==================
INSTRUCTIONS
==================
Once you bring up the main window in game, you should see a list of your quests. You can sort this list by clicking on one of the column buttons or by selecting a sort method from the drop-down box. You can click on the Search button and enter some text to filter the quests. Only the quests that have data (title, objectives, reward item, etc.) that contain the entered text will be displayed.
There is also an Options button which will bring up a screen allowing you to customize what types of quests (abandoned, completed or current) are shown in the list and what data is logged for each quest. If you are worried about the size of your SavedVariables.lua file, you can deselect some of the data that QuestHistory logs. There are other options available including the ability to choose the character whose quest data is displayed and select the colors for abandoned and completed quests.
For more detailed information on a quest, simply click on it in the list and a detailed window will open. This window will contain all of the quest data that is normally shown in the Quest Log as well as extra data that was recorded. Notes can be added to the quest from this screen as well.
If the option for editing quests has been enabled, you can edit a quest by right-clicking on it in the list. Also, if the delete option has been enabled, shift-right-clicking on a quest will delete it.
If you are using the MapNotes addon (or MetaMap), you can left-click on the recorded accepted or completed location to add a map note. Right-clicking on the location will add a mini-note only.
==================
CHANGES
==================
v20000-1 -- Updated for Patch 20000 by Raleran. -- Fixed frame problems. -- IMPORTANT NOTE: You MUST update your QuestHistory.lua (SavedVariables) file for this version of QuestHistory to work properly with your old data! Please get the QH_Fix tool from http://www.getemerald.com/QuestHistory.php
v10900-1 -- Added MetaMap support (as alternative to MapNotes). -- Fixed background graphic display issues (thanks to blankstare2@Curse) -- Added slash-command to enable/disable Quest Level display at NPC's. Type /qh levels to toggle. -- Forced current realm's characters to sort to top of the dropdown list. -- Fixed error that occurred with the dropdown list when you had a large number of characters on various servers. -- Changed version structure to match other projects. -- Updated for Patch 10900.
