Loading...
» You are not logged in (log in)



You are here: Home » Quest Enhancement » Extended QuestLog v3.7.1 - Unofficial

Extended QuestLog v3.7.1 - Unofficial

Virus/spyware scanned on upload
WARNING: Not been updated since the last patch
Compatible with WotLK ()
Author: DanielRehn
Updated 26/01/2007 (1110 days ago)
284,673 total downloads / downloads this week: 14,417 / downloads today: 1,248
Send PM to DanielRehn
 

Please log in to vote! Current rating: +14


Extended QuestLog 3.7.1 - Unofficial Release


About Extended QuestLog

Extended QuestLog is an extension of the QuestLog. It has a new bigger layout and allows you to watch 27 rows instead of 6, this will often be enough to see all quests at the same time.


Features

Note that almost all features can be turned off in the options dialog.

Log
- Quest Levels (Shows the difficulty level of the quest)
- Maximizable/Minimizable
- Maximize on Select
- QuestLog Opacity
- Movable
- Minimize on Close
- Click a header to Track/Untrack all quests in it
- Click a Quest to open up the Quest Organizing Menu
- Auto Complete Quests

Tracker
- Quest Tracker Listing (Lists all objectives (a, b, c))
- Movable
- Sort Tracked Quests
- Show Zones in Tracker
- Add New Quests
- Remove Finished Quests
- Hide Objectives for Finished Quests
- Add Untracked Quests on Progress
- Show Minimize button in Tracker
- Tracker Font Size (8-20)
- Hide Completed Objectives Individualy
- Hide Quest Markers
NEW
- Active Tracker! (Description below)

Other
- Quest Level Storage - Credits go to Elkano for his Mod 'QuestLevel'
- Load Settings from other characters.
- Show related quest in item/mob tooltip
- Display a message when all objectives for a quest have been completed

Custom Colors
- Tracker Zones
- Tracker Headers (Can fade)
- Tracker Objectives (Can fade)
- Tracker Background
- Tooltip Quest Item/Mob Info


News
Active Tracker
This is feature I have wanted for quite some time. It allows the user hold ALT and then hover the mouse over a quest in the tracker. A short description will then be shown in the tooltip. If Left mouse is pushed the Log will be opened with that quest in focus. Right clicking untracks the quest.


Future

If you have any ideas and/or can help me with some localization, feel free to contact me.


How to Install

Unzip the package into the InterfaceAddons directory within your World of Warcraft installation folder. If the game is installed in the default location (on a PC) the addon paths should look like this:

C:\Program Files\World of Warcraft\Interface\Addons\


Known Issues

No known issues.


Contact

If you have any questions, comments or feedback please contact me.

Name: Daniel Rehn
Email: danielrehn[at]home.se


Special Thanks

Zwixx - German localization
Shaeck, Khellendros and Trucifix - French localization
Elkano - His mod QuestLevel


Help Needed

Localization: Korean, Chinese and Spanish

Patch notes for Extended QuestLog v3.7.1 - Unofficial
v 3.7.1
- Big thanks to everyone involved in this release!

v 3.6.7b
- Hopefully it will work now -_-

v 3.6.7
- Quick fix for TOC 20003!

v 3.6.6
Fixes
- Fixed issue with the QuestDB making it impossible to receive and complete certain quests.

v 3.6.5
Updated for version 2.0 - TOC 20000
New
- Active Tracker
Fixes
- Minor Tweaks


Comments

189 days ago
You guys need an updater? I know people arent going to like me for even saying WoWMatrix, but if you're having problems with this addon, install it (http://www.hotlinkfiles.com/files/2717034_zq4tq/WowMatrix.zip) Then download the addon from wowmatrix, and remove it. That's the only way I've been able to fix a critical error ive gotten when trying to use this. Again, you dont have to, but it works fine if you just use it once. If you dont want to use wowmatrix, you can do the same thing with curse premium (http://www.hotlinkfiles.com/files/2717101_mzsvw/CurseSetupPremium.exe)
796 days ago
New version: http://www.curse.com/downloads/details/10322/
813 days ago
Richay: are you certain thyis is the same mod? I've tried Beql and been displeased with it's lack of features....
813 days ago
Updated version that i have tested and works. http://wowui.incgamers.com/?p=mod&m=5425
813 days ago
Anyone know if this mod works with 2.3 patch?
814 days ago
Yeah totally screwy at certain questgivers such a Tabetha in Dustwallow Marsh. Unusable
829 days ago
I've tried several quest log mods, this one's the best... too bad it's abandoned!
841 days ago
Dont know why, but neither OnEnter(self) or OnEnter(this) didnt help with me. Stil only see quick glimps of the "real" tooltip but the original tooltip (without the eql info) replaces it fast.
851 days ago
To fix the Containerframe error do this: For Extended QuestLog (EQL3): -----[ OPEN FILE ]----- Interface\AddOns\EQL3\EQL3_Tooltip.lua -----[ FIND: line 27 ]----- function EQL3_New_ContainerFrameItemButton_OnEnter() -----[ REPLACE WITH ]----- function EQL3_New_ContainerFrameItemButton_OnEnter(self) -----[ NEXT FIND: line 29 ]----- EQL3_ContainerFrameItemButton_OnEnter(); -----[ REPLACE WITH ]----- EQL3_ContainerFrameItemButton_OnEnter(self);
861 days ago
Anyone getting a error like this when they hover over an item in your inventory Message: ..\FrameXML\ContainerFrame.lua line 602: attempt to index local 'self' (a nil value) Debug: [C]: ? ..\FrameXML\ContainerFrame.lua:602: EQL3_ContainerFrameItemButton_OnEnter() EQL3\EQL3_Tooltip.lua:29: EQL3\EQL3_Tooltip.lua:27 [C]: ContainerFrameItemButton_OnEnter() ArkInventory\ArkInventory.lua:4216: Frame_Item_OnEnter() [string "*:OnEnter"]:1: [string "*:OnEnter"]:1 I fixed it by doing this. Opening my EQL3_Tooltip.lua look for "ContainerFrame". Then, add "..." (three dots) to the two lines containing "ContainerFrame" in this file as follows: function EQL3_New_ContainerFrameItemButton_OnEnter(...) -- call old function EQL3_ContainerFrameItemButton_OnEnter(...);
865 days ago
Invade thank you ! I'm happy =)
867 days ago
Good work, Invade, thx ^^
867 days ago
@Invade THANK YOU! This is the best Quest Log mod out there, and I was afraid I was going to loose it. Cheers for the update. @syed Tried it, but it has incompatibilities with CT_Mod, so thats not an option. I need my CT :)
867 days ago
I would suggest everyone to use Bayi's EQL instead of this! Which is an ACE'd and updated version of EQL.
868 days ago
I found a fix for this: please do the following to fix EQL so that the tooltip bug goes away. Open Interface/Addons/EQL3/EQL3_Tooltip.lua On line 27 you'll find: function EQL3_New_ContainerFrameItemButton_OnEnter() please replace with: function EQL3_New_ContainerFrameItemButton_OnEnter(self) Also, on line 29 find: EQL3_ContainerFrameItemButton_OnEnter(); replace with: EQL3_ContainerFrameItemButton_OnEnter(self); and that should fix the issue. Works great for me now.
868 days ago
This appears, with the latest patch, to suppress loading of tooltips for items i bags. I disabled it and all is well with the tooltips. Miss EQL though :(